integer SESSION_NONE
public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) Drops a view
public static EscaperInterface getEscaper (array $params) Obtains the ‘escaper’ service if required
abstract public wasMatched () ...
abstract public delete (mixed $keyName) ...
public handle ([mixed $uri]) Handles routing information received from the rewrite engine // Read the info from the rewrite engine $router->handle(); // Manually passing an URL $router->handle('/posts/edit/1');
abstract public setDefaultAction (mixed $actionName) ...
abstract public notice (mixed $message) ...
public describeColumns (mixed $table, [mixed $schema]) Generates SQL describing a table print_r($dialect->describeColumns("posts"));
abstract public getConnectionId () ...
Page 165 of 382