php.activerecord
Download
Wiki
Docs
News
Forums
About us
Sign in
Register
Home
Users
Show
David Spurr
Registered on: 2012-01-14
Last connection: 2012-01-14
Activity
Reported issues: 0
2012-01-14
10:40 PM
PHP ActiveRecord
Help: Finder methods fail when given columns that don't exist
E.g. accidentally doing Article::find_by_name('foo') rather than Article::find_by_title('foo')
Should I be handlin...
Also available in:
Atom
Get Stable Build -
v1.0
June 27 2010
Get Nightly Build
September 23, 2011
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
Yes, I just want to know if it's possible to execute any query using phpactiverec...
by
alexandr m
Tue Jan 17 13:09:34 -0500 2012
I don't think it is an issue with the lib that it cannot search on columns that a...
by
Nanne Huiges
Tue Jan 17 10:49:42 -0500 2012
What do you mean? If it isn't used, you can either add a model, or just query you...
by
Nanne Huiges
Tue Jan 17 10:48:44 -0500 2012
Hello! How to execute query to table to select data from it, if that table is no...
by
alexandr m
Tue Jan 17 03:49:52 -0500 2012
E.g. accidentally doing Article::find_by_name('foo') rather than Article::find_by...
by
David Spurr
Sat Jan 14 22:40:15 -0500 2012
Merge branch 'gh149' into integration
by
Clay vanSchalkwijk
Mon Sep 12 11:51:04 -0400 2011
explaining use of $cfg->set_default_connection()
by
Brian
Mon Sep 12 11:23:40 -0400 2011
MySQL primary keys should be unsigned to make better use of the integer space (id...
by
Felix Middendorf
Mon Sep 12 11:14:14 -0400 2011
Simply simpler.
by
Yoan Blanc
Mon May 02 04:21:50 -0400 2011
`Model::count(null|array())` works like `Model::count()`
by
Yoan Blanc
Mon May 02 04:18:11 -0400 2011
Loading...