Jiří Forst

Results 4 issues of Jiří Forst

Hi, i think this libraray should also support valid multiline ``` {_ 'Part one ' . 'Part two' . 'Part %s . 'Part four' |printf:'three' } ```

NTDB is escaping lowercase, so i am unable to use expressions like this: `$selection->where(["DATE_FORMAT(eventStart,'%Y-%m-%d'" => '2017-01-26'])` It always escaped (even when i use SQLLiteral), and resulting SQL looks like this:...

Hi, this plugin suits my needs excellently, no other plugin was so easily able to read and write nested data. What im missing is better documentation, for example what is...

Hi, i have this rule: ``` PHP public $actsAs = array( 'Uploader.Attachment' => array( 'image_url' => array( ) ), 'Uploader.FileValidation' => array( 'image_url' => array( 'required' => false, 'extension' =>...