Just a maintenance release – Kohana has grown a bit, yet Scaffolding’s been untouched. I’ve tested it with revision 2935 and everything’s just fine. And there’s neat bonus – better navigation
Scaffolding is usually used within an admin panel, so now it can be aware of it – just pass additional parameters to it’s constructor, and you’ll see a beautiful link to your parent panel. Check out sample implementantion (controllers/scaffolding.php) for details.
As always, unpack an archive directly to your modules/ directory. Then be sure to unlock it in your config. You will also need Auth enabled, but if you really don’t want so it’s trivial to delete certain lines in controllers/mycontroller.php.
Rapidshare link: http://rapidshare.com/files/125926351/scaffolding.tar.gz.html
As I saw Scaffolding has meet with warm reception
Thanks for all your feedback! And, besides, do you have any feature requests?
Best regards,
MH
Because of the fact that not everyone can download a file from Rapidshare, here is a link to your file hosted on my sever:
http://upload.nowaker.net/nwkr/scaffolding.zip
Comment by Nowaker — July 11, 2008 @ 4:11 pm
[...] Scaffolding module v2 Filed under: Kohana, programming — Tags: Kohana, KohanaPHP, Module, PHP, Plugin, Scaffolding — mhordecki @ 9:40 pm New version: http://mhordecki.wordpress.com/2008/06/29/scaffolding-maintenance-release/ [...]
Pingback by Scaffolding module v2 « MH’s dev efforts — July 27, 2008 @ 5:00 pm
Great idea for a module. How about some simple usage examples for us noobs?
Comment by Simon Rycroft — February 19, 2009 @ 10:57 am
Great little module MH. I have just been having a quick play with it. I think it would be a great improvement if you used the inflector class to singularise and pluralise in the Model_Inspector. Keep up the good work
Comment by nnichols — February 24, 2009 @ 5:15 pm