Method | Description | |
---|---|---|
check ( |
Check the database for missing tables and columns. | |
update ( |
Check the database, create tables, add missing/new columns to tables. | |
updateResult ( ) : |
Show the result of database updates. |
Method | Description | |
---|---|---|
addRoutes ( Silex\ControllerCollection $c ) | ||
schemaManager ( ) : |
protected addRoutes ( Silex\ControllerCollection $c ) | ||
$c | Silex\ControllerCollection |
public check ( |
||
$request | ||
return |
protected schemaManager ( ) : |
||
return |
public update ( |
||
$request | The Symfony Request | |
return |
public updateResult ( ) : |
||
return |