array('type' => 'integer', 'null' => false, 'default' => NULL, 'length' => 10, 'key' => 'primary', 'collate' => NULL, 'comment' => ''), 'name' => array('type' => 'string', 'null' => false, 'default' => NULL, 'length' => 50, 'collate' => 'utf8_general_ci', 'comment' => '', 'charset' => 'utf8'), 'country_id' => array('type' => 'integer', 'null' => false, 'default' => '0', 'length' => 10, 'collate' => NULL, 'comment' => ''), 'lat' => array('type' => 'float', 'null' => false, 'default' => NULL, 'collate' => NULL, 'comment' => ''), 'lng' => array('type' => 'float', 'null' => false, 'default' => NULL, 'collate' => NULL, 'comment' => ''), 'formatted_address' => array('type' => 'string', 'null' => false, 'default' => NULL, 'collate' => 'utf8_unicode_ci', 'comment' => '', 'charset' => 'utf8'), 'locality' => array('type' => 'string', 'null' => false, 'default' => NULL, 'length' => 50, 'collate' => 'utf8_unicode_ci', 'comment' => '', 'charset' => 'utf8'), 'sublocality' => array('type' => 'string', 'null' => false, 'default' => NULL, 'length' => 50, 'collate' => 'utf8_unicode_ci', 'comment' => '', 'charset' => 'utf8'), 'created' => array('type' => 'datetime', 'null' => false, 'default' => NULL, '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' => '1', 'name' => 'münchen', 'country_id' => '1', 'lat' => '48.1391', 'lng' => '11.5802', 'formatted_address' => 'München, Deutschland', 'locality' => '', 'sublocality' => '0', 'created' => '2011-10-22 14:33:48', 'modified' => '2011-10-22 14:33:48' ), array( 'id' => '2', 'name' => 'Allach', 'country_id' => '1', 'lat' => '48.1971', 'lng' => '11.4582', 'formatted_address' => 'Allach, 80999 München, Deutschland', 'locality' => '', 'sublocality' => '0', 'created' => '2011-10-22 14:34:35', 'modified' => '2011-10-22 14:34:35' ), array( 'id' => '3', 'name' => 'Sendling', 'country_id' => '1', 'lat' => '48.1199', 'lng' => '11.5407', 'formatted_address' => 'Sendling, München, Deutschland', 'locality' => 'München', 'sublocality' => 'Sendling', 'created' => '2011-10-22 14:45:10', 'modified' => '2011-10-22 14:45:10' ), array( 'id' => '4', 'name' => 'Obermenzing', 'country_id' => '1', 'lat' => '48.1648', 'lng' => '11.4671', 'formatted_address' => 'Obermenzing, 81247 München, Deutschland', 'locality' => 'München', 'sublocality' => 'Obermenzing', 'created' => '2011-10-22 14:46:48', 'modified' => '2011-10-22 14:46:48' ), array( 'id' => '5', 'name' => '74523', 'country_id' => '1', 'lat' => '49.1258', 'lng' => '9.75441', 'formatted_address' => '74523 Schwäbisch Hall, Deutschland', 'locality' => 'Schwäbisch Hall', 'sublocality' => '', 'created' => '2011-10-22 14:47:06', 'modified' => '2011-10-22 14:47:06' ), array( 'id' => '11', 'name' => 'thiemestr. 7', 'country_id' => '1', 'lat' => '48.157', 'lng' => '11.5886', 'formatted_address' => 'Thiemestraße 7, 80802 München, Deutschland', 'locality' => 'München', 'sublocality' => 'München', 'created' => '2011-10-22 15:09:14', 'modified' => '2011-10-22 15:09:14' ), array( 'id' => '12', 'name' => 'thiemestr. 8', 'country_id' => '1', 'lat' => '51.2923', 'lng' => '12.4539', 'formatted_address' => 'Clemens-Thieme-Straße 8, 04288 Leipzig, Deutschland', 'locality' => 'Leipzig', 'sublocality' => 'Liebertwolkwitz', 'created' => '2011-10-22 15:09:24', 'modified' => '2011-10-22 15:09:24' ), array( 'id' => '13', 'name' => 'neufahrn', 'country_id' => '1', 'lat' => '48.1141', 'lng' => '11.1633', 'formatted_address' => 'Neufahrn bei Freising, Deutschland', 'locality' => 'Neufahrn bei Freising', 'sublocality' => '', 'created' => '2011-10-22 15:15:12', 'modified' => '2011-10-22 15:15:12' ), array( 'id' => '15', 'name' => '85375', 'country_id' => '1', 'lat' => '48.1118', 'lng' => '11.1671', 'formatted_address' => '85375 Neufahrn bei Freising, Deutschland', 'locality' => 'Neufahrn bei Freising', 'sublocality' => '', 'created' => '2011-10-22 15:17:16', 'modified' => '2011-10-22 15:17:16' ), array( 'id' => '18', 'name' => 'hamburg', 'country_id' => '1', 'lat' => '53.5538', 'lng' => '9.99159', 'formatted_address' => 'Hamburg, Deutschland', 'locality' => 'Hamburg', 'sublocality' => '', 'created' => '2011-10-22 16:10:04', 'modified' => '2011-10-22 16:10:04' ), ); }