php.activerecord
Wiki
Docs
News
Forums
About us
Sign in
Register
Home
Docs
InterfaceRelationship
Class Details
Interface for a table relationship.
Class Methods
public InterfaceRelationship __construct
( [ $options = array()] )
$options
-
public void build_association
(
Model
$model , [ $attributes = array()] )
Model
$model
-
$attributes
-
public void create_association
(
Model
$model , [ $attributes = array()] )
Model
$model
-
$attributes
-
Get Stable Build -
v1.0
June 27 2010
Get Nightly Build
September 08, 2010 00:00
Latest News
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
15
Welcome to phpactiverecord.org!
Sat Aug 01 20:00:15 -0400 2009
ago
7
Recent Activity
Thank you for your feedback. I didn't think about this solution, it looks awes...
by
tron ics
Tue Sep 07 21:48:16 -0400 2010
Would you paste your user table schema?
by
Jacques Fuentes
Tue Sep 07 20:18:08 -0400 2010
You can use the namespace feature found in PHP 5.3 (which PHP-AR uses for its ow...
by
Jacques Fuentes
Tue Sep 07 20:15:20 -0400 2010
Hello all, i would be extremely grateful if you could help me with my problem,...
by
james roberts
Sat Sep 04 15:25:49 -0400 2010
Hello, >Request: Optional Prefix for Model Classes to prevent Errors when usin...
by
tron ics
Fri Sep 03 20:34:36 -0400 2010
Merge branch 'master' of github.com:kla/php-activerecord
by
Jacques Fuentes
Sun Aug 01 13:03:10 -0400 2010
GH-31 : adding custom validation via model#validate
by
Jacques Fuentes
Sun Aug 01 12:40:18 -0400 2010
test for only_method
by
Kien La
Sun Aug 01 02:02:19 -0400 2010
Added an 'only_method' option to allow to_xml and to_json to just return the resu...
by
Chris Burkhart
Sun Aug 01 01:53:24 -0400 2010
formatting
by
Kien La
Sat Jul 31 22:45:07 -0400 2010
Methods
__construct
build_association
create_association
Loading...