Subject: Wordpress Database IDs not accessible with AR
Hello,
I have a problem with Wordpress Database (mysql). The id field are called ID (in uppercase) and the ActiveRecord can't access to it or show it. ActiveRecord can access to all params except id.
I've change the static $primary_key in model to all posibilities ('id', 'ID') and not work.
Subject: Wordpress Database IDs not accessible with AR
Hello,
I have a problem with Wordpress Database (mysql). The id field are called ID (in uppercase) and the ActiveRecord can't access to it or show it. ActiveRecord can access to all params except id.
I've change the static $primary_key in model to all posibilities ('id', 'ID') and not work.
Any suggest?
Version
php-activerecord v1.1.2