Example #1
0
 public function register($test = '', $blah = '')
 {
     /*
      * Usermodels to initiate your core functionality
      */
     echo $test . '<br/>';
     echo $blah;
     //render the page views to show the html,css,js etc
     Route::Render('user/register');
 }