Example #1
0
 public function __construct(array $options = null)
 {
     parent::__construct($options, 'Geo_Model_District');
 }
Example #2
0
 public function __construct(array $options = null)
 {
     parent::__construct($options, 'Geo_Model_Province');
 }
Example #3
0
 public function __construct(array $options = null)
 {
     parent::__construct($options, 'Geo_Model_Country');
 }
Example #4
0
 public function __construct(array $options = null)
 {
     parent::__construct($options, 'Geo_Model_Amphur');
 }