Thứ Ba, 29 tháng 4, 2014

Relation self Model (YII)

public function relations()
{
    return array(
        'parentMenuItem' => array(self::BELONGS_TO, 'MenuItem', 'parent_id'),
        'childMenuItems' => array(self::HAS_MANY, 'MenuItem', 'parent_id'),
    );
}

Không có nhận xét nào:

Đăng nhận xét