CodeIgniter Forums
Resource Controller and scafoldings - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29)
+--- Thread: Resource Controller and scafoldings (/showthread.php?tid=68831)



Resource Controller and scafoldings - engrChid - 09-01-2017

Resource Controllers are controllers that are templated to have basic REST Verbs in the methods, such as Index, Update, Delete, Create, etc. Refer to Laravel Resource controllers.

C#.Net uses scaffolding to create Views for a controller. and the MasterPage  is fully  bootstrapped Menu and responsiveness.
all these makes for rapid development.


RE: Resource Controller and scafoldings - kilishan - 09-01-2017

Very familiar with what they are. Rails had them prior to Laravel, IIRC. Resource Routing is already a thing. As for generating the controller, that's something the team has decided is not part of the core framework but might show up as an optional package. I've got a start on some scaffolding tools already with vulcan.