예제 #1
0
 function actionIndex()
 {
     $obj = L::loadClss('test');
     $province = $obj->getRegion(1);
     include_once template('views/test/index');
 }