Ed Leafe wrote:
> On Apr 29, 2007, at 11:16 PM, Carl Karsten wrote:
> 
>>>     That's the whole point of the underscore prefix. If you're
>>> referencing them, you're almost always doing something wrong.
>> How does my custom BO code talk to my custom Data Object code without
>> referencing an ._Attr?
> 
>       Initial underscores can be interpreted as "not for general  
> consumption. Use at your own risk". They don't mean that they can  
> never be called, just that you'd better be sure you know what you are  
> doing. Inside the framework we use them to indicated framework- 
> specific methods not meant to be part of the public API for a class.  
> If you are mucking about at the framework level, it is assumed that  
> you know what you are doing.

OK, so it is OK to do it in general, but I am still not sure what to do 
specifically.   So, how do I use a subclass of dabo.db.dbMySQL.MySQL?

I am starting to think my original code self.conn = uLoopDO(ci) is the way to 
go.

Carl K


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to