[05:45:20] <colin> I may have discovered the "problem" an oversight on my part
[05:46:29] <colin> the correct object was generated but started with the word "base"
[05:47:04] <colin> as soon as I removed this everything seemed to compile & run 
correctly
[05:47:59] <colin> example Basetest renamed to Test and OK. Question
though why is the word base added at the front?

Colin, the objects generated for table FOO with the name BaseFoo
contain the generated code that you should refrain from touching.
Torque should also generate a class named Foo that extends BaseFoo.
This is where you put custom code, and is also the class that you want
to refernce in your application code.  The same goes for the generated
peers.
-- 

Daniel Rall <[EMAIL PROTECTED]>


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to