Welcome Guest, Not a member yet? Register   Sign In
GAS ORM Issue
#4

[eluser]toopay[/eluser]
Hey @jon74. factory method is not longer exists in version 2.x. To retrieve some entity records, you could just call them :

Code:
$someuser = Model\User::find(1);
echo $someuser->name;

As described here.

There are also "functional documentation" (which people used to call them "unit-test") available in gas orm repository : https://github.com/toopay/gas-orm/tree/m.../testCases . Next time you've stumbled upon something with these library, thats will be the best place to start looking for a solution, beside this forum.

Cheers!


Messages In This Thread
GAS ORM Issue - by El Forum - 06-06-2013, 02:06 AM
GAS ORM Issue - by El Forum - 06-06-2013, 02:54 AM
GAS ORM Issue - by El Forum - 06-06-2013, 03:07 AM
GAS ORM Issue - by El Forum - 06-06-2013, 04:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB