I do not know how to create a backend for my application. Of course, I can always just create simple CRUD operations, but recently I came across the concept of scaffolding and some more “technical methods” for your backend that will be mapped to your database schema.
Any ideas on how I can use these "scaffolding" and other "backend technologies"?
Of course, I assume that we use MVC framewoek here (I use the Kohana PHP framework in version 2.3.4)
So, the best question is: are there frameworks or recommendations for creating a backend CMS in mvc frames (for production, that is)?
I recently saw the Django firewall interface ... something similar to any of the PHP frameworks?
source
share