rayrigam

Results 6 issues of rayrigam

Peer Classes generated by Propel build are missing the use statement: `use \Exception;`. It should be added since the Peer Classes include `catch (Exception $e)`...

Replaced incorrect logical operator used in the Base classes if "ScheduledForDeletion" is true.

I found this running Sensiolab Insight (https://insight.sensiolabs.com) on Propel generated classes.

I'm trying to require the PropelBundle branch 4.0 in my composer.json file using: `"propel/propel-bundle": "4.0.*@dev"`. However, I get an error when running "compose update": > Your requirements could not be...

I took a quick look at your demo and tried a few different string changes and noticed the following issues: 1) When taking out text that was inside an anchor...

I'm wondering whether someone has worked out a way to easily set up a local machine for development with an equivalent to this Heroku-PHP Buildpack? I tried using Vagrant with...