/var/www/(Del)gepgroup.hk/models/News.php


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