1 protected $_link = array( 2 'User'=>array( //'User'代表1对N中的1的表名 3 'mapping_type'=>BELONGS_TO, //关联类型 4 ... Read More
posted @ 2015-09-19 11:58 哟风 Views(149) Comments(0) Diggs(0) Edit
1 public function test(){ 2 $m=M('Message'); 3 4 import('ORG.Util.Page');// 导入分页类 5 $count = $m->count();// 查... Read More
posted @ 2015-09-19 11:47 哟风 Views(7373) Comments(0) Diggs(0) Edit