Language ID rework
This commit is contained in:
@@ -19,6 +19,7 @@ class Model_Setup extends ORMOSB {
|
||||
|
||||
protected $_has_one = array(
|
||||
'country'=>array('foreign_key'=>'id','far_key'=>'country_id'),
|
||||
'language'=>array('foreign_key'=>'id','far_key'=>'language_id'),
|
||||
);
|
||||
|
||||
public function rules() {
|
||||
|
Reference in New Issue
Block a user