Exemple #1
0
 public static function addModelPath($path, $prefix = '')
 {
     mimport('framework.application.component.model');
     MModel::addIncludePath($path, $prefix);
 }