摘要: ORM::将数据表对象化。最常用的四个字段:_db_group_belongs_to:和_has_many组合,可以实现表联接查询。(->with('modelalias'))_has_many_table_name插入:$posts=ORM::factory('Posts');$posts->us... 阅读全文
posted @ 2014-04-21 17:48 UCanBeFree 阅读(188) 评论(0) 推荐(0)