pluf2

pluf2 Git Source Tree


Root/apps/helloworld/Hello/conf/urls.php

<?php
return array(
             array(
                   'regex' => '#^/hello/$#',
                   'base' => '',
                   'priority' => 4,
                   'model' => 'Hello_Views',
                   'method' => 'hello'
                   )
             );

Archive Download this file

Branches

Number of commits:
Page rendered in 0.07024s using 11 queries.