<?php
class Category extends Model
{
function __construct()
$this->_tableName_ = 'categories';
parent::__construct();
}