| Catalyst-Model-HTML-FormFu documentation | view source | Contained in the Catalyst-Model-HTML-FormFu distribution. |
Catalyst::Helper::Model::HTML::FormFu - Helper to deploy HTML::FormFu template files.
script/myapp_create.pl model YouModelName HTML::FormFu [dirname]
Uses HTML::FormFu::Deploy to copy HTML::FormFu template files into a
Catalyst application's root/formfu directory.
To change the destination directory, pass it as an extra directory. It will be
created with the root directory
The following example would deploy the template files into directory
root/forms.
script/myapp_create.pl model YourModelName HTML::FormFu forms
HTML::FormFu, Catalyst::Helper
Daisuke Maki daisuke@endeworks.jp
This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.
| Catalyst-Model-HTML-FormFu documentation | view source | Contained in the Catalyst-Model-HTML-FormFu distribution. |