<?php
class WayPoints extends Model
{
function __construct($fromArray = array())
$this->_tableName_ = 'wayPoints';
parent::__construct($fromArray);
}
static function model()
return new self();