Mvc\Model\MetaData::MODELS_REVERSE_COLUMN_MAP

integer MODELS_REVERSE_COLUMN_MAP

Image\Adapter::watermark

public watermark (Phalcon\Image\Adapter $watermark, [mixed $offsetX], [mixed $offsetY], [mixed $opacity]) Add a watermark to an image with the specified opacity

Mvc\Model\Query\BuilderInterface::having

abstract public having (mixed $having) ...

Http\RequestInterface::getHTTPReferer

abstract public getHTTPReferer () ...

Logger\Formatter\Firephp::getShowBacktrace

public getShowBacktrace () Returns the string meaning of a logger constant

Http\ResponseInterface::setFileToSend

abstract public setFileToSend (mixed $filePath, [mixed $attachmentName]) ...

Db\Adapter::releaseSavepoint

public releaseSavepoint (mixed $name) Releases given savepoint

Mvc\Model\Criteria::join

public join (mixed $model, [mixed $conditions], [mixed $alias], [mixed $type]) Adds an INNER join to the query $criteria->join('Robots'); $criteria->join('Robots', 'r.id = RobotsParts.robots_id'); $criteria->join('Robots', 'r.id = RobotsParts.robots_id', 'r'); $criteria->join('Robots', 'r.id = RobotsParts.robots_id', 'r', 'LEFT');

Text::endsWith

public static endsWith (mixed $str, mixed $end, [mixed $ignoreCase]) Check if a string ends with a given string echo Phalcon\Text::endsWith("Hello", "llo"); // true echo Phalcon\Text::endsWith("Hello", "LLO", false); // false echo Phalcon\Text::endsWith("Hello", "LLO"); // true

Db\AdapterInterface::describeIndexes

abstract public describeIndexes (mixed $table, [mixed $schema]) ...