First of all, thanks for the great work so far on Phactory! I just recently started using it on a project and have found it to be very simple yet power enough to do everything that I need to do.
I was getting a strict standards warning when using Phactory::get ("Only variables should be passed by reference") and discovered that it was coming from the call to array_shift in Phactory::get. Instead, I just used an intermediate variable to hold the result to be passed to array_shift.
First of all, thanks for the great work so far on Phactory! I just recently started using it on a project and have found it to be very simple yet power enough to do everything that I need to do.
I was getting a strict standards warning when using Phactory::get ("Only variables should be passed by reference") and discovered that it was coming from the call to array_shift in Phactory::get. Instead, I just used an intermediate variable to hold the result to be passed to array_shift.
http://stackoverflow.com/questions/2354609/strict-standards-only-variables-should-be-passed-by-reference