Re: [RDBO] questions about the manager vs the standard object
On 6/1/06, Jonathan Vanasco <[EMAIL PROTECTED]> wrote: > is there a way for me to do this without using a manager class method > to retrieve an array and just address element 0? or must i handle > this as an array? You mean something like this? $o = My::Object->new(id => 100)->load(with => '
[RDBO] questions about the manager vs the standard object
given: table object id serial bigint name varchar 64 type integer references object_type(id) table object_type id serial name varchar 64 object_category__id integer references object_c