This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SET NAMES 'utf8'; | |
BEGIN; | |
/* | |
* Table structure for table 'geodb_type_names' | |
*/ | |
create table geodb_type_names ( | |
type_id integer not null, | |
type_locale varchar(5) not null, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SET NAMES 'utf8'; | |
BEGIN; | |
/* | |
* Table structure for table 'geodb_type_names' | |
*/ | |
create table geodb_type_names ( | |
type_id integer not null, | |
type_locale varchar(5) not null, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Application\Backend\Models; | |
/** | |
* | |
*/ | |
class ZipCoordinates extends \Phalcon\Mvc\Model | |
{ | |
/** |
OlderNewer