My local computer runs PHP 5.3.2, while my server runs 5.2.5. I get
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM
with
$productsIterator = $productModule::load(Phlex_Db_Order::Asc('name'));
I assume the error happens because PHP 5.2.5 doesn't support $stringClassName::methodName() syntax.
Does anyone know either 1) a workaround or 2) some other reason this is happening?