Please select your preferred PHP framework![]()
| SitePoint Sponsor |

Please select your preferred PHP framework![]()
<?php//Kyle Wolfeecho devBlog("My Dev Notes");

Last edited by John_Betong; Oct 31, 2012 at 11:40. Reason: spelling: not my fortay

<?php//Kyle Wolfeecho devBlog("My Dev Notes");


Voted. Granted my use in PHP is limited and since I work with a very limited clientele, I usually roll my own or continue with whatever was already established.


I create my own PHP Framework. As i can cater to what i need and the project needs. I feel other frameworks are too heavy. Yes i know CodeIgnitor is fairly light weight however its also very limited to the type of projects i work on.
Sr. Website Developer and Internet Marketing
www.CarlosJa.com
Note: If anyone needs to get ahold of me please feel free to email me through my site. Apparently i missed quite a few private messages.

Not on the list, but for recent project used lithium, it's simple and easy to customize.

<?php//Kyle Wolfeecho devBlog("My Dev Notes");
Of the frameworks I have worked with (Zend Framework, Symfony2, Kohana and Yii) I really like Symfony2 for a few different reasons:
- It doesn't try to do to much and it's easy to set up just the way I want it.
- Twig is a really nice template system to work with
- It's easy to integrate Doctrine
Marcus Andersson
Analytics Portfolio - Web analytics, social sharing data and SEO reports for all your sites in one place.
I really like to Zend Framework.

Rémon - Hosting Advisor
Minimal Bookmarks Tree
My Google Chrome extension: browsing bookmarks made easy

Rémon - Hosting Advisor
Minimal Bookmarks Tree
My Google Chrome extension: browsing bookmarks made easy
I love CodeIgniter.




I've yet to see a framework which meets my fairly basic criteria:
1) Being easy to test and not overusing static methods
2) having a 1:1 controller:view relationship (E.g. not having "controller actions" which do view selection)
3) and actually implementing MVC rather than PAC (The view should get its own data from the model!)
4) Controllers/models/views not needing to inherit from framework specific base classes
So I've developed my own.
Bookmarks