Example #1
0
 public function AssetUrl($path = '')
 {
     return MvcCore::GetInstance()->Url('Controller::Asset', array('path' => $path));
 }