propel2 Questions

4

Solved

I am using Propel 2. I am hydrating objects through the relations, like so: $return = OrderQuery::create() ->joinWith('Customer') ->joinWith('Status') ->find() ->toArray(TableMap::...
Impanation asked 29/6, 2016 at 13:28
1

© 2022 - 2024 — McMap. All rights reserved.