1 2 3 4 5 6 7 8
<?phprequire_once( realpath(dirname(__FILE__)) . '/../common/ActiveRecordModel.php');class News extends ActiveRecordModel{ static $table_name = 'news'; static $fckeditor_attributes = array('desc');}