isExist ()) { ORM::factory ('text_content') ->where ('table_id', $this->id) ->where ('table', Text_content_Model::TABLE_USERPAGE) ->delete_all () ; parent::delete ($this->id); } } function getMainTabForm () { return new Form_Admin_UserPage(); } function isVisible() { return true; } }