use of Key model_id doesn't work
Reported by nx2zdk (at gmail) | August 4th, 2009 @ 03:36 AM | in 0.20
/** !BelongsTo person, Key: person_id */
class Post extends Model {}
/** !HasMany post */
class Person extends Model {}
$person->post();
It works if I use PersonId instead
Can I use Key: some_custom_id_field?
Comments and changes to this ticket
-
Kris Jordan September 15th, 2009 @ 11:34 PM
- State changed from new to hold
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The Recess PHP Framework is an open source, full stack, RESTful PHP framework.
http://www.recessframework.org/