Tagged Questions
25
votes
23answers
17k views
A lightweight application framework for PHP?
I have long been a fan of _why's Camping microframework -- lightweight, great for microscopic applications (low concurrency, easy to use and edit and maintain), which is what I do. I'd love to know if ...
12
votes
12answers
722 views
When is a PHP project too small for a framework?
I'm about to start on a small, static website project: no database or CMS required. Basically, a brochure website.
I used the CodeIgniter framework recently to develop a full-blown web application, ...
4
votes
8answers
568 views
Small native cross-platform GUI framework for C++
I wrote a small program with Boost in c++. It works fine and so I want to give it a graphical interface so that it is easier to use.
In order to do so, I am looking for small cross-platform framework ...