0.2.3 #2
|
@ -46,11 +46,4 @@ abstract class Model {
|
||||||
$params,
|
$params,
|
||||||
get_called_class());
|
get_called_class());
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function Check() {
|
|
||||||
if (static::$table === null) {
|
|
||||||
static::$table = basename(str_replace('\\', '/', get_called_class())) . 's';
|
|
||||||
}
|
|
||||||
static::Initialize();
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue