Bruce Wells

Results 86 comments of Bruce Wells

I found the problem! This is in the SOB\Propel2\Base\EmployeeQuery.php which was automatically generated. ```php // use transaction because $criteria could contain info // for more than one table or we...

@smhg, I was able to fix the problem by removing the static closure. I believe I generated the code with the "propel init" command. I think the bad code generation...

Awesome! Let me know if you need any help or testing.

I'll try this on a branch and see if I can set up a live server to test against. Will let you know of any issues, but might not be...

It seems like the original creators have moved on, so not sure who is actively in charge. I looked into the issue I found (static call of member method in...

I had the same problem and one reason I did not consider Propel (but it was closer than most to what I wanted) as it looked like a dying project....

Let me know if you find any issues. I think it is fresh take on ORMs. Active Table and database cursors are key to reduced memory usage.

I agree that it was one of the better ORMs out there. But right now you can't delete an Active Record. Also it has a lot of boiler plate to...

It is overly complex (like most PHP ORMs) and broken unfortunately. And no one is maintaining it.