Db\Dialect\Mysql::listTables

public listTables ([mixed $schemaName]) List all tables in database print_r($dialect->listTables("blog"))

Mvc\Application\Exception

extends class Phalcon\Application\Exception implements Throwable Source on GitHub Methods final private Exception __clone () inherited from Exception Clone the exception public __construct ([string $message], [int $code], [Exception $previous]) inherited from Exception Exception constructor public __wakeup () inherited from Exception ... final public string getMessage () inherited from Exception Gets the Exception message final public int getCode () inherited from Exception Gets the Except

Tag\Select

Source on GitHub Generates a SELECT html tag using a static array of values or a Phalcon\Mvc\Model resultset Methods public static selectField (array $parameters, [array $data]) Generates a SELECT tag private static _optionsFromResultset (Phalcon\Mvc\Model\Resultset $resultset, array $using, mixed $value, string $closeOption) Generate the OPTION tags based on a resultset private static _optionsFromArray (array $data, mixed $value, string $closeOption) Generate the OPTION tags based on an array

Mvc\Model\Query\BuilderInterface::from

abstract public from (mixed $models) ...

Dispatcher::getActiveMethod

public getActiveMethod () Returns the current method to be/executed in the dispatcher

Mvc\Micro\CollectionInterface::map

abstract public map (mixed $routePattern, mixed $handler, [mixed $name]) ...

Cache\Frontend\Msgpack::stop

public stop () Stops output frontend

Mvc\Model::getWriteConnectionService

public getWriteConnectionService () Returns the DependencyInjection connection service name used to write data related to the model

Mvc\Model\Query\Builder::getGroupBy

public string getGroupBy () Returns the GROUP BY clause

Mvc\Router::addHead

public addHead (mixed $pattern, [mixed $paths], [mixed $position]) Adds a route to the router that only match if the HTTP method is HEAD