ActiveRecord create problem
"Classless" fetching is coming in a near term release. For the time being you MUST declare a class for each table. I think this is a fairly unique feature for an AR implementation, but for me it is also a must have.
Posted July 9th, 2007 at 6:50pm by ryan
Perfect thanks I will continu exploring Picora !!
Posted July 9th, 2007 at 6:53pm by philippe
Hi Ryan, here is my problem ...
If I simply want to create a (let's take a simple example) "Blog" and I don't need the Blog class because your implementation of Active Record have all what I need. I can't !! let me know if i'm wrong, but it try to create a new instance of Blog that doen't exist (class not found error) !! so I can only retrieve information of the database if I do not have created a class Blog that extends PicoraActiveRecord !!
Do you think that this can be fixe ?
Let me know if i'm not clean !!
thanks
Posted July 9th, 2007 at 6:38pm by philippe