Hi Guys, I just want to know what other PHP frameworks are you using.
Here’s mine:
1st - Code Igniter
2nd - Symfony
Thanks a lot 😉
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
December 13, 2007 2:47am
Subscribe [2]#1 / Dec 13, 2007 2:47am
Hi Guys, I just want to know what other PHP frameworks are you using.
Here’s mine:
1st - Code Igniter
2nd - Symfony
Thanks a lot 😉
#2 / Dec 13, 2007 10:32am
This is probably a better post for the CodeIgniter community since they are a little more heavy on the PHP development side. I like the Zend framework as an alternative to CodeIgniter (though CodeIgniter is what I use for production.) It is not a complete framework like CodeIgniter but rather a collection of libraries. You can easily put the libraries together to create a complete framework very much like CodeIgniter though. It takes a lot more work to get to that starting point.