예제 #1
0
파일: links.php 프로젝트: nanotech/webcore
 function link_to($action, $values = array())
 {
     return Controller::link_to($action, $values);
 }