Extending scaffold with plugin

I want to create a new scaffold. Would it be best to implement as a
plugin?

Any tips on how to get started?

Larry K. wrote:

I want to create a new scaffold. Would it be best to implement as a
plugin?

Any tips on how to get started?

Have a look at ajaxscaffold for some sample code on generators and
specifically scaffold generators.

http://www.ajaxscaffold.com

Thanks,
I’ll look at your new has_many :through generatior as well.
-Larry

Larry K. wrote:

Thanks,
I’ll look at your new has_many :through generatior as well.
-Larry

Ha. Generators are fun :slight_smile: You spend a lot of effort in order to be lazy!