I do not know how to design a backend for my application. Of course I can always just create simple CRUD operations but I recently ran into the concept of scaffolding and some more "techniques" for your backend to be matched against your database schema.
Any ideas on how I can use this "scaffolding" and other "backend design techniques"?
of course I'm assuming that we're using an MVC framewoek here(I am using the PHP framework Kohana at version 2.3.4)
So here's a better question : Are there frameworks or guidelines for creating backend CMS in mvc frameworks (for production, that is)?
I recently saw Django's backend interface...anything similar from any of the PHP frameworks?