From: Edmund L. <el...@in...> - 2003-06-09 05:07:02
|
What's the best way to hook some code into the .new()? Basically, I need to run some code after an object is instantiated for the first time. Is this what the _init() method is for? ...Edmund. |