Ejemplo n.º 1
0
 /**
  * Factory and returns Dal object for a given table
  *
  * @param string $tableName  Dal name (table name)
  * @return object  Dal object
  */
 function _factoryDal($tableName)
 {
     return OA_Dal::factoryDal($tableName);
 }