Inserting several record once

Good morning guys,

From the CRUD GII, I need to do a multiple insert a table. For example: The User will select the number (1 to 10) and then click on NEW, then he would fill the fields and click RECORD, all N records would be recorded.

This is a feature of the current system, which was developed with the tool Dreamweaver Developer Toolbox, and I am migrating the application to the Yii Framework.

Any help on how to do will be very welcome! ::)

hug

Hello,

Are you talking about tabular input?

If it’s the case, see here:

http://www.yiiframework.com/doc/guide/1.1/en/form.table

You may also see the ztabularinputmanager extension:

http://www.yiiframework.com/extension/ztabularinputmanager

If you like the extension, you may also see this wiki:

http://www.yiiframework.com/wiki/141/javascript-tabular-input

Thank Bennouna, I’ll try and post here. :)