Solar系统的模型类在表名之后命名。表名中的下划线会被替换为camel形式(骆驼式)。例如,在Acme_Model域中,名为foo_bars的表会映射到Acme_Model_FooBars类。
Acme_Model
foo_bars
Acme_Model_FooBars
通常来说,表名应该是复数形式的。比如,应使用blogs(而不是blog),应使用people或persons(而不是person)。
blogs
blog
people
persons
person
这些都不是硬编码限制。你总是可以使用任何表名和任何类名,虽然你可能需要设置模型类中某些特殊的选项,以确保它们能正确的连接。
Copyright © 2010 Solar For PHP 5 In China, All Rights Reserved.
Powered By Roy Gu