예제 #1
0
파일: index.php 프로젝트: derfl0/QuickMVC
<p></p>Hello <?php 
echo $something;
?>
</p>
<a href="<?php 
echo \QuickMVC\URL::generate('redirectme');
?>
">Redirect me through controllers</a>
예제 #2
0
 public function addRoute($route, $text, $name = null)
 {
     $this->add(\QuickMVC\URL::generate($route), $text, $name);
 }