Exemplo n.º 1
0
<p></p>Hello <?php 
echo $something;
?>
</p>
<a href="<?php 
echo \QuickMVC\URL::generate('redirectme');
?>
">Redirect me through controllers</a>
Exemplo n.º 2
0
 public function addRoute($route, $text, $name = null)
 {
     $this->add(\QuickMVC\URL::generate($route), $text, $name);
 }