コード例 #1
0
 public function __construct($host = null, $userName = null, $password = null, $dbName = null)
 {
     $this->_conn = FM_Models_Db::getInstance()->getConnection();
     $this->_colNames = array_keys($this->_conn->describeTable($this->_tableName));
 }