Hi Larry, thanx again for your great work. Just a question:You state: The relationship between Posts and PostsCategories could be represented as: ‘categories’ => array(self::HAS_MANY, ‘Categories’, ‘postId’)Shouldn’t it be: ‘categories’ => array(self::HAS_MANY, ‘PostsCategories’, ‘postId’)Regards |
|