学习rails两个礼拜了,加油加油
Person.find(:all, :conditions => [ "category IN (?) and score >?", categories ,score], :limit => 50)
本文分享了一位新手在两周内学习Rails的经历与心得,通过实际操作加深理解,并利用Rails提供的强大功能进行开发。
学习rails两个礼拜了,加油加油
Person.find(:all, :conditions => [ "category IN (?) and score >?", categories ,score], :limit => 50)

被折叠的 条评论
为什么被折叠?