我仍然对以下工作方式感到有些困惑:
your table name would be "people"
class Person extends ActiveRecord\Model {}
所以这就是我对我的桌子所做的:posts
。
class Post extends ActiveRecord\Model{}
在任何时候我都不必指定Post
实际上等于 table posts
。那么这种魔法在哪里/如何发生?如果需要,我将如何覆盖它?
在以下情况下呢:
class fish = table fish
class goose = table geese
谢谢