Bontiv-Sourceer source code viewer
Root | Help
./bontiv-cms/modules/page/mod_page.php
<?php
class mod_news extends core_modbase {
   
    function
PAGE_view ($url)
    {
       
$sql = new SQL('page');
       
$this->display('accueil.tpl');
    }
}
Presented with Bontiv-Sourceer