Initial import
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
namespace app\models\settlement;
|
||||
|
||||
use yii\db\ActiveRecord;
|
||||
|
||||
/**
|
||||
* Class Oblast
|
||||
* @package app\models\settlement
|
||||
* @property $id
|
||||
|
||||
* @property $obstina
|
||||
* @property $ekatte
|
||||
* @property $name
|
||||
* @property $category
|
||||
* @property $document
|
||||
* @property $abc
|
||||
*
|
||||
*/
|
||||
class Obstina extends ActiveRecord {
|
||||
|
||||
public static function getDb()
|
||||
{
|
||||
return \Yii::$app->get('db_settlements'); // TODO: Change the autogenerated stub
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user