Josh Sherman

Results 12 issues of Josh Sherman

If this project has helped you to make a donation to one of the projects / organizations on the list, please comment below, I'd love to hear about it!

Been toying with the idea of moving back over to macOS on a more permanent basis. In other to do so, probably going to need to make some adjustments -...

Curl's changed a bit and this package hasn't. The following changes got thing there for me.

- 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

Browser::remoteIP

Bug
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