ÀÌ ¸§
ÀüÀÚ¿ìÆí
ȨÆäÀÌÁö
Á¦¸ñ
ºñ¹Ð¹øÈ£
(ÃÖ¼Ò 4ÀÚÀÌ»óÀÇ ¿µ¹® ¶Ç´Â ¼ýÀÚ)»èÁ¦½ÃÇÊ¿ä
no down paym´ÔÀÇ ±ÛÀÔ´Ï´Ù. :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