propertyReplacement() propertyReplacement( $str, $modelString = '') : string Convert Gryphon properties to CEO properties so existing fetch statements continue to work Parameters $str $modelString Returns string
transformBinds() transformBinds( $arr) : array Convert fetch where and bind parameters from Gryphon/Foundry bind style (e.g. `foo = :foo` [':foo' => $bar]]`) to CEO/Phalcon bind style, (e.g. `foo = :foo:` ['foo' => $bar]]`) Parameters $arr Returns array
parseBinds() parseBinds( $str) : array Parse single colon binds, ignoring double colon binds Parameters $str Returns array — of double colon binds