<?php
class Point extends Model
{
function __construct()
return self::model();
}
static function model()
return new Model('points');