Db\DialectInterface::listTables

abstract public listTables ([mixed $schemaName]) ...

Http\Request::getLanguages

public getLanguages () Gets languages array and their quality accepted by the browser/client from _SERVER[“HTTP_ACCEPT_LANGUAGE”]

Db\DialectInterface::tableExists

abstract public tableExists (mixed $tableName, [mixed $schemaName]) ...

Mvc\Model\Validator::isSetOption

public isSetOption (mixed $option) Check whether an option has been defined in the validator options

Crypt::PADDING_ZERO

integer PADDING_ZERO

Di::getInternalEventsManager

public getInternalEventsManager () Returns the internal event manager

Http\Response::redirect

public redirect ([mixed $location], [mixed $externalRedirect], [mixed $statusCode]) Redirect by HTTP to another action or URL //Using a string redirect (internal/external) $response->redirect("posts/index"); $response->redirect("http://en.wikipedia.org", true); $response->redirect("http://www.example.com/new-location", true, 301); //Making a redirection based on a named route $response->redirect(array( "for" => "index-lang", "lang" => "jp", "controller" => "ind

Db\Adapter\Pdo::query

public query (mixed $sqlStatement, [mixed $bindParams], [mixed $bindTypes]) Sends SQL statements to the database server returning the success state. Use this method only when the SQL statement sent to the server is returning rows //Querying data $resultset = $connection->query("SELECT * FROM robots WHERE type='mechanical'"); $resultset = $connection->query("SELECT * FROM robots WHERE type=?", array("mechanical"));

Assets\Resource::getTargetPath

public getTargetPath () ...

Db\AdapterInterface::dropPrimaryKey

abstract public dropPrimaryKey (mixed $tableName, mixed $schemaName) ...