Skip to main content

Posts

Showing posts with the label framework

Ideal UIMS toolkit or Lightweight PHP frameworks?

When it comes to PHP frameworks, my ideal choice is UIMS kit as mentioned here . UIMS, in my term is a webpage creation kit in which the client/end user can easily create the UI, forms, validations, etc by dragging and dropping (more like Delphi). Though I strongly believe that the future of web application development will totally be driven by UIMS, it needs time and effort to build the UIMS kit. In the meantime, any framework that is lightweight or feature rich is the economic option. Some of the lightweight PHP frameworks: Green Framework - Features (developed by the author of the Frog CMS Extra Light PHP Framework - I believe Green Framework is born out of this fase - By original author of CakePHP

Problems with CakePHP - follow-up

Some people have responded including the Datepicker fame Marc Grabanski . So, this follow-up... First of all, I was not ranting nor complaining; I've just blogged/documented my experience. The common problem most of the people pointed out are that it scales for addons.mozilla.com. Those who have accessed their source code can understand that they've done lot of things and also the site is not database-intensive. You should really create a real database-intensive website to understand what I mean. The other point that been pointed out is about open source and community. Lot of people may not be knowing that it's 2 people pushing it and don't want others to be credited . The generic model or dynamic model idea was originally been from grigri and Marcel . It's hard to be called as open source as only few and sycophants are driving it's direction (I'm not talking about svn access) So, here are my humble checklist before you start shouting at me Did you read a...