PHP Framework

Soldato
Joined
8 Oct 2005
Posts
4,184
Location
Midlands, UK
Hi,

Have been meaning to force myself to learn a PHP framework for ages now. I have a book I bought about a year ago that uses smarty to build a full ecommerce store: http://www.amazon.com/dp/1590595521...iveASIN=1590595521&adid=0PZWGBW2KC4KV1EVR5WC&

I'm, looking to learn a Framework that will put me in good stead for the future and isn't likely to be replaced by something lese anytime soon.

Is smarty a good choice to start with, as I can use the book as a basis?

Ta
 
Last edited:
Smarty isn't really a framework in itself, it's more of a component of a framework, it's sometimes used as the view component in a MVC framework. You might want to look at the Zend Framework and Kohana in addition to the two mentioned above.
 
I always use CodeIgniter for my sites these days. Well documented and can be adapted with a fair amount of flexibilty, while retaining the ease of use that something like Zend lacks.
 
Argh, so many choices :(

I'm just looking for one that put me in good stead for future, as I seem to see PHP frameworks mentioned a lot of job descriptions nowadays.
 
Kohana v3 is what I'm looking into using for future projects. It's originally a fork of Code Igniter but fully OOP on PHP5 rather than PHP4. Documentation is a bit sparse but it looks pretty good.
 
Back
Top Bottom