Base class for any application.
static getConnection($name="")
Static method returns database connection for the specified name.
compile()
Returns $expression with replaced placeholders.
setConnection($connection)
execPlaceholders($matches)
Used by compile method to replace placeholders with values.