vote up 0 vote down star

can any one provide the guidlines to use framework concept while progamming

flag

2 Answers

vote up 1 vote down

There are a lot of PHP frameworks available these days. The following website compares quite a few PHP frameworks currently available. Hope that helps.

http://www.phpframeworks.com

link|flag
vote up 1 vote down
  1. To first Understand most of the PHP frameworks available out there, you must first understand the basics of Object-Oriented-Programming.

  2. You must be able to first think in terms of "objects" before you can understand how the parts of the framework fit together and how each piece in the architecture has its own responsibility/concerns.

  3. Once you understand thinking in OOP, read up on MVC (Model View Controller)

  4. Now you should be able to pick up any PHP framework and be able to dive in.

  5. Pick a framework (I recommend Kohana) and build something. The best way to learn is by doing.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.