摘要:
<?php/* Customer Model parent class */class AppModel extends Model { public $actsAs = array('Containable'); public function beforeFind(){ $this->query('set names utf8'); } public function before... 阅读全文
posted @ 2010-04-07 22:06 wangshijun2010 阅读(458) 评论(0) 推荐(2)
浙公网安备 33010602011771号