a s
Mon Mar 26 20:56:38 -0400 2012
found this issue
https://github.com/kla/php-activerecord/issues/164
at the bottom of the issue it was linked to here with an update
https://github.com/dfyx/php-activerecord/commit/57b5c08f2f5e05e95518e4c6bff139861ea817e7
So i guess that means its fixed? apparently 2 months ago. sparks AR was last updated 5 months ago so I guess that my problem? I added an primary_key column for now and it stops the error.
(1-1/1)
Subject: association help
Im using CI 2.1 sparks AR 0.0.2 and php 5.3
this is my DB structure
here is a link for a picture of it: http://i.imgur.com/2AHMy.png
This is what I have as my class set ups but I think this is where im having a problems. I dont think they are step up correctly. Im hoping someone can look over them and tell me if anything needs to be changed or if it my test code that is step up incorrectly.
This is the error im getting it appears after owner: the code is $property->owner->first_name
Im trying to get the name of the owner who owns the property. The code works but this error appears once at the top of the page
This is what im using for testing right now