/    Sign up×
Community /Pin to ProfileBookmark

Need web framework recommendation

I’m putting together a simple web application running on my laptop to demonstrate an idea. I’m still debating on what database to use, either SQLite, MySQL or SQL Server Express so I need a web framework that can work with those databases.

Can you recommend a web framework that I can use please? My web application will have fields, buttons, drop down list box …etc. for users to interact with.

I have Java background, worked a little bit with PHP but I don’t mind learning new technology.

Thanks

to post a comment
Full-stack Developer

3 Comments(s)

Copy linkTweet thisAlerts:
@hoangtu69authorApr 08.2015 — I picked SQLite as the database. Any recommendation on what web framework I should use?
Copy linkTweet thisAlerts:
@NogDogApr 08.2015 — If you use PHP on the server side and use its PDO database extension, you can pretty easily switch between database engines as needed (and it supports all the main players, including SQLite). As to what framework (or CMS to use, there are all sorts of variables, including developer personal preferences). Without know much else about what needs to be done and assuming it's a non-trivial application that I could whip up in a few files, for PHP I'd use the Laravel framework -- unless there was some existing CMS (Drupal, Joomla, even WordPress) that already does most of what I need. But Ruby on Rails could be just as good, or NodeJS, etc., etc....
Copy linkTweet thisAlerts:
@GavThomas15Apr 11.2015 — Hi hoangtu69.

If you are just looking for a temporary solution to demonstrate an idea, than I'd recommend basic procedural PHP code using PDO database extension to query the database.

When it comes to building the system properly (once its functions are properly scoped and mapped out), there are a number of PHP frameworks that you could use. NogDog mentioned Laravel which is very popular at the moment. Yii 2 is a framework that our company uses.

But I sense from the way you worded the question that you may be novice when it comes to using PHP frameworks. There is certainly a learning curve to using a PHP framework, thus my original recommendation to express your initial concept with basic PHP procedural code, and then once the idea is mapped out fully you can work with a framework.
×

Success!

Help @hoangtu69 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...