Source on GitHub Phalcon\Tag is designed to simplify building of HTML tags. It provides a set of helpers to generate HTML in a dynamic way. This component is an abstract class that you can extend to add more helpers. Constants integer HTML32 integer HTML401_STRICT integer HTML401_TRANSITIONAL integer HTML401_FRAMESET integer HTML5 integer XHTML10_STRICT integer XHTML10_TRANSITIONAL integer XHTML10_FRAMESET integer XHTML11 integer XHTML20 integer XHTML5 Methods public stati
abstract public tableOptions (mixed $table, [mixed $schema]) ...
public hex ([mixed $len]) Generates a random hex string If $len is not specified, 16 is assumed. It may be larger in future. The length of the result string is usually greater of $len. $random = new \Phalcon\Security\Random(); echo $random->hex(10); // a29f470508d5ccb8e289
abstract public getReferencedColumns () ...
public setPadding (mixed $scheme) Changes the padding scheme used
integer FETCH_CLASS
public setOption (string $option, mixed $value) Sets a single compiler option
abstract public insert (mixed $table, array $values, [mixed $fields], [mixed $dataTypes]) ...
abstract public getPaths () ...
abstract public get (mixed $name, [mixed $parameters]) ...
Page 1 of 382