Tag::linkTo

public static string linkTo (array | string $parameters, [string $text], [boolean $local]) Builds a HTML A tag using framework conventions echo Phalcon\Tag::linkTo("signup/register", "Register Here!"); echo Phalcon\Tag::linkTo(array("signup/register", "Register Here!")); echo Phalcon\Tag::linkTo(array("signup/register", "Register Here!", "class" => "btn-primary")); echo Phalcon\Tag::linkTo("http://phalconphp.com/", "Phalcon", FALSE); echo Phalcon\Tag::linkTo(array("http://phalconphp.com/

Security::setRandomBytes

public setRandomBytes (mixed $randomBytes) Sets a number of bytes to be generated by the openssl pseudo random generator

Security::hasLibreSsl

public hasLibreSsl () Testing for LibreSSL

Mvc\Micro\CollectionInterface::get

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

Assets\Inline

Source on GitHub Represents an inline asset $inline = new \Phalcon\Assets\Inline('js', 'alert("hello world");'); Methods public getType () ... public getContent () ... public getFilter () ... public getAttributes () ... public __construct (string $type, string $content, [boolean $filter], [array $attributes]) Phalcon\Assets\Inline constructor public setType (mixed $type) Sets the inline’s type public setFilter (mixed $filter) Sets if the resource must be filtered or not public setAttributes (a

Mvc\Router\Group::setHostname

public setHostname (mixed $hostname) Set a hostname restriction for all the routes in the group

Forms\Element::setName

public setName (mixed $name) Sets the element name

Db\Dialect\Postgresql::describeReferences

public describeReferences (mixed $table, [mixed $schema]) Generates SQL to query foreign keys on a table

Http\Response\CookiesInterface::reset

abstract public reset () ...

Mvc\Model\Query\BuilderInterface::getJoins

abstract public getJoins () ...