Class Compiler
Direct known subclasses
Alchemy\dialect\ANSICompiler
public
|
|
public
array|string
|
|
public
string
|
#
format( string $format = '', array $subject = '' )
Apply the special Compiler-format to an array of strings (recursive). Variardic formatting is done with %/<subformat>/<delimiter>/, which applies a format & implode to the remainder of the elements, if any (you may use any punctuation mark in place of '/'). <subformat> may contain recursive tokens. It is your responsibility to make sure $format and $subject make sense to use together. |
public
|
|
protected
|
|
public
|
|
public
|
|
protected
|
protected static
string
|
$default_tag | 'sql.compile' |
|
protected
array
|
$defaults | array() |