Пример #1
0
 public function getTableInstance($asName, $asPath = null)
 {
     $sPath = empty($asPath) ? $this->sModulePath : $asPath;
     return FlexiModelUtil::getTableInstance($asName, $sPath);
 }