I'ld also take a look at Kohana. It's a fork of CodeIgniter, but aimed at supporting only PHP5 features. CodeIgniter keeps PHP4 and PHP5 compatibility, but sacrifices simplicity/ease of understanding in doing so. Some behaviour is specifically due to this restriction (maybe the comment about helpers is due to that).
Kohana also supports some really funky stuff (like reverse routing) that is supported by the bigger frameworks. The latest version (Kohana 3) also supports HMVC, which allows simple componetising a website. I haven't played with Kohana yet, but the tutorials & sample code make it look pretty easy to use. I found CodeIgniter really easy to pick up, and even did a simple plugin. Cameron -- NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected]
