| As simple as it gets. . ever 'Controller' method w | | As simple as it gets. . ever 'Controller' method w |
| hich is declared as : Local will be accessible by | | hich is declared as : Local will be accessible by |
| URL. everything after the method name will be pass | | URL. everything after the method name will be pass |
| ed as arguments to the method. | | ed as arguments to the method. |
| | | |
| ** How can you link in templates to other actions/ | | ** How can you link in templates to other actions/ |
| views/... ? ** | | views/... ? ** |
| | | |
| Seems to work quite well.. example: [% Catalyst.ur | | Seems to work quite well.. example: [% Catalyst.ur |
| i_for( 'details/' ) _ bar.id %] .. it is a bit str | | i_for( 'details/' ) _ bar.id %] .. it is a bit str |
| ange that you simple append the bar id .. but anyw | | ange that you simple append the bar id .. but anyw |
| ay .. it seems to work .. | | ay .. it seems to work .. |
t | | t |
|
| | |
|
| | | # Code Examples
|
| | |
|
| | | ## Controller
|
| | |
|
| | | TODO
|
| | |
|
| | | ## Model
|
| | |
|
| | | Using DBIx::Class
|
| | |
|
| | | TODO
|
| | |
|
| | | ## Template
|
| | |
|
| | | Using Template::Toolkit
|
| | |
|
| | | TODO |