pickles icon indicating copy to clipboard operation
pickles copied to clipboard

Pickles is a PHP framework for building kick-ass services.

Results 8 pickles issues
Sort by recently updated
recently updated
newest added

- Ability to pass in database functions as either keys or values while still working with prepared statements This may end up being more of a security hole than an...

Development
ready

- Script to generate module and/or template - Script to generate models - Script to take a database table and generate CRUD modules and templates

Development

Right now the cache class only supports memcached, add in Redis support

Enhancement

Ran into a situation where the Cache class was returning keys with the namespace included and it would end up being double namespace when I'd use the same key to...

Enhancement

@geoffoliver suggested this one, would allow you to add custom code to format data before it's returned to the module (or where ever you're using the Model)

Development

Need to look into this at the very least. Should return the status of the query run, so true on success.

Bug

- Disable model that forces an empty record set and sets an error in the _SESSION that the developer can optionally interrogate

Enhancement