final public normalizeEncoding (mixed $str) Utility to normalize a string’s encoding to UTF-32.
public from (mixed $models) Sets the models who makes part of the query $builder->from('Robots'); $builder->from(array('Robots', 'RobotsParts')); $builder->from(array('r' => 'Robots', 'rp' => 'RobotsParts'));
public getResources () Return the registered resources
public static resetInput () Resets the request and internal values to avoid those fields will have any default value
public useImplicitOutput (mixed $implicitOutput) Sets if the HTML generated must be directly printed or returned
public createView (mixed $viewName, array $definition, [mixed $schemaName]) Generates SQL to create a view
public isInitialized (mixed $modelName) Check whether a model is already initialized
public getBasePath () Gets base path
abstract public reConfigure (mixed $pattern, [mixed $paths]) ...
final public getSqlTable (mixed $table, [mixed $escapeChar]) Transform an intermediate representation of a schema/table into a database system valid expression
Page 325 of 382