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