array('type' => 'integer', 'null' => false, 'default' => NULL, 'length' => 10, 'key' => 'primary', 'collate' => NULL, 'comment' => ''), 'name' => array('type' => 'string', 'null' => false, 'default' => NULL, 'length' => 40, 'collate' => 'utf8_unicode_ci', 'comment' => '', 'charset' => 'utf8'), 'ori_name' => array('type' => 'string', 'null' => false, 'default' => NULL, 'length' => 40, 'collate' => 'utf8_unicode_ci', 'comment' => '', 'charset' => 'utf8'), 'code' => array('type' => 'string', 'null' => false, 'default' => NULL, 'length' => 6, 'collate' => 'utf8_unicode_ci', 'comment' => '', 'charset' => 'utf8'), 'iso3' => array('type' => 'string', 'null' => false, 'default' => NULL, 'length' => 3, 'collate' => 'utf8_unicode_ci', 'comment' => '', 'charset' => 'utf8'), 'iso2' => array('type' => 'string', 'null' => false, 'default' => NULL, 'length' => 2, 'collate' => 'utf8_unicode_ci', 'comment' => '', 'charset' => 'utf8'), 'locale' => array('type' => 'string', 'null' => false, 'default' => NULL, 'length' => 30, 'collate' => 'utf8_unicode_ci', 'comment' => '', 'charset' => 'utf8'), 'locale_fallback' => array('type' => 'string', 'null' => false, 'default' => NULL, 'length' => 30, 'collate' => 'utf8_unicode_ci', 'comment' => '', 'charset' => 'utf8'), 'status' => array('type' => 'integer', 'null' => false, 'default' => '0', 'length' => 2, 'collate' => NULL, 'comment' => ''), 'sort' => array('type' => 'integer', 'null' => false, 'default' => '0', 'length' => 10, 'collate' => NULL, 'comment' => ''), 'modified' => array('type' => 'datetime', 'null' => false, 'default' => NULL, 'collate' => NULL, 'comment' => ''), 'indexes' => array('PRIMARY' => array('column' => 'id', 'unique' => 1)), 'tableParameters' => array() ); /** * Records * * @var array */ public $records = array( array( 'id' => '25', 'name' => 'Deutsch', 'ori_name' => 'German', 'code' => 'de', 'iso3' => '', 'iso2' => '', 'locale' => 'de_DE', 'locale_fallback' => 'deu', 'status' => '0', 'sort' => '0', 'modified' => '2011-07-17 15:23:08' ), array( 'id' => '2', 'name' => 'Arabic', 'ori_name' => 'Arabic', 'code' => 'ar', 'iso3' => '', 'iso2' => '', 'locale' => 'ara', 'locale_fallback' => 'ara', 'status' => '0', 'sort' => '0', 'modified' => '2011-07-17 15:23:08' ), array( 'id' => '3', 'name' => 'Arabic (U.A.E.)', 'ori_name' => 'Arabic (U.A.E.)', 'code' => 'ar', 'iso3' => '', 'iso2' => '', 'locale' => 'ar_ae', 'locale_fallback' => 'ara', 'status' => '0', 'sort' => '0', 'modified' => '2011-07-17 15:23:08' ), array( 'id' => '4', 'name' => 'Arabic (Bahrain)', 'ori_name' => 'Arabic (Bahrain)', 'code' => 'ar', 'iso3' => '', 'iso2' => '', 'locale' => 'ar_bh', 'locale_fallback' => 'ara', 'status' => '0', 'sort' => '0', 'modified' => '2011-07-17 15:23:08' ), array( 'id' => '5', 'name' => 'Arabic (Algeria)', 'ori_name' => 'Arabic (Algeria)', 'code' => 'ar', 'iso3' => '', 'iso2' => '', 'locale' => 'ar_dz', 'locale_fallback' => 'ara', 'status' => '0', 'sort' => '0', 'modified' => '2011-07-17 15:23:08' ), array( 'id' => '6', 'name' => 'Arabic (Egypt)', 'ori_name' => 'Arabic (Egypt)', 'code' => 'ar', 'iso3' => '', 'iso2' => '', 'locale' => 'ar_eg', 'locale_fallback' => 'ara', 'status' => '0', 'sort' => '0', 'modified' => '2011-07-17 15:23:08' ), array( 'id' => '7', 'name' => 'Arabic (Iraq)', 'ori_name' => 'Arabic (Iraq)', 'code' => 'ar', 'iso3' => '', 'iso2' => '', 'locale' => 'ar_iq', 'locale_fallback' => 'ara', 'status' => '0', 'sort' => '0', 'modified' => '2011-07-17 15:23:08' ), array( 'id' => '8', 'name' => 'Arabic (Jordan)', 'ori_name' => 'Arabic (Jordan)', 'code' => 'ar', 'iso3' => '', 'iso2' => '', 'locale' => 'ar_jo', 'locale_fallback' => 'ara', 'status' => '0', 'sort' => '0', 'modified' => '2011-07-17 15:23:08' ), array( 'id' => '9', 'name' => 'Arabic (Kuwait)', 'ori_name' => 'Arabic (Kuwait)', 'code' => 'ar', 'iso3' => '', 'iso2' => '', 'locale' => 'ar_kw', 'locale_fallback' => 'ara', 'status' => '0', 'sort' => '0', 'modified' => '2011-07-17 15:23:08' ), array( 'id' => '10', 'name' => 'Arabic (Lebanon)', 'ori_name' => 'Arabic (Lebanon)', 'code' => 'ar', 'iso3' => '', 'iso2' => '', 'locale' => 'ar_lb', 'locale_fallback' => 'ara', 'status' => '0', 'sort' => '0', 'modified' => '2011-07-17 15:23:08' ), ); }