can any one provide the guidlines to use framework concept while progamming
+1
A:
There are a lot of PHP frameworks available these days. The following website compares quite a few PHP frameworks currently available. Hope that helps.
Tim
2008-11-24 06:50:18
+1
A:
To first Understand most of the PHP frameworks available out there, you must first understand the basics of Object-Oriented-Programming.
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.
Once you understand thinking in OOP, read up on MVC (Model View Controller)
Now you should be able to pick up any PHP framework and be able to dive in.
Pick a framework (I recommend Kohana) and build something. The best way to learn is by doing.
Kevin Chan
2008-11-24 07:30:50