Jump to content
MakeWebGames

Whats a framework?


OutcasT

Recommended Posts

1) It's a set of pre-made code which should help your in some tasks. It could contain for example ways to load and save data from a database or easier way to present your data.

2) A good framework should help you write cleaner code and concentrate on the business logic (the logic of your application) while removing some of the work from your shoulders.

3) You should use one if you have the need for it.

4) Depends on the language you want to use and what you want to do as application. Just like that it's a bit hard to answer you. I guess you want to use PHP, then watch for the big framework out there like Zend, CodeIgniter, CakePHP, Symfony or others. Check out for example http://www.phpframeworks.com/ to see which one fit your needs best.

Anyhow, as always, you should either choose something after you know what you want to do and evaluate which product fit better your needs, or if you will work for a company you will have to work with what they already use there (usually you can't join some team and impose your own way to code).

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...