php.activerecord
Download
Wiki
Docs
News
Forums
About us
Sign in
Register
Home
Users
Show
A Di
Registered on: 2013-03-12
Last connection: 2013-03-12
Activity
Reported issues: 0
2013-03-12
06:25 PM
PHP ActiveRecord
Help: How can we filter relatioships in lazy loading mode ?
Hi,
how can we filter relationships in lazy loading mode ?
EX:
$u = User::first();
var_dump($u->posts);
...
06:20 PM
PHP ActiveRecord
Help: Save / Persist model with relationship
Hi,
wanted to know how to save a model and it's relationships ?
Ex:
$u = User:find(1);
$post = new Post();
...
Also available in:
Atom
Get Stable Build -
v1.0
June 27 2010
Get Nightly Build
February 28, 2013
Latest News
Website Downtime
Mon Sep 26 12:43:49 -0400 2011
ago
Did you know? PHP-AR has Eager Loading
Tue Aug 31 19:31:08 -0400 2010
ago
php-activerecord 1.0 released!
Sun Jun 27 20:02:55 -0400 2010
ago
Website updated with forums and wiki
Fri Jun 18 17:37:23 -0400 2010
ago
php-activerecord 1.0 RC1 released!
Tue Apr 06 20:00:15 -0400 2010
ago
Recent Activity
I would like to know how to connect the phpactiverecord with get and set methods ...
by
jorge junior
Thu Mar 14 08:11:21 -0400 2013
Hi, how can we filter relationships in lazy loading mode ? EX: $u = Use...
by
A Di
Tue Mar 12 18:25:12 -0400 2013
Hi, wanted to know how to save a model and it's relationships ? Ex: $u = U...
by
A Di
Tue Mar 12 18:20:21 -0400 2013
El problema es el buffer de salida de php. Solución, ponemos ob_end_clean(); an...
by
Carlos Mansur
Tue Mar 12 09:39:38 -0400 2013
I want my model to create new object properties from from fields that were stored...
by
Alan James
Sun Mar 10 14:16:39 -0400 2013
Update README.md
by
Jacques Fuentes
Wed Feb 27 21:47:58 -0500 2013
Update README to use GitHub @usernames
by
Jacques Fuentes
Wed Feb 27 21:45:07 -0500 2013
Merge pull request #245 from kla/gh-245-php-notice-dirty-attributes php notice o...
by
Jacques Fuentes
Wed Feb 27 21:42:12 -0500 2013
Fix PHP notice for checking non-dirty attributes closes #210 closes #233
by
Jacques Fuentes
Wed Feb 27 21:39:58 -0500 2013
Improve name of dirty_attribute test
by
Jacques Fuentes
Wed Feb 27 21:31:49 -0500 2013
Loading...