| ** How much useless code (code which is the same f | | ** How much useless code (code which is the same f |
| or every application, view, model, ...) was requir | | or every application, view, model, ...) was requir |
| ed ** | | ed ** |
| | | |
| TODO - Too much for me .. i have to look deeper in | | TODO - Too much for me .. i have to look deeper in |
| to HTML::Widget and DBIx::Class to see how to make | | to HTML::Widget and DBIx::Class to see how to make |
| it more generic | | it more generic |
| | | |
| ** URLs: ** | | ** URLs: ** |
n | | n |
|
| ** How works the mapping of URLs ? ** | | ** How does the mapping of URLs work ? ** |
| | | |
| 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. |
| | | |
t | ** How can you link in templates to other actions/ | t | ** How can you link within templates to other acti |
| views/... ? ** | | ons/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 .. |
| | | |
| | | |
| # Various comments | | # Various comments |