[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Can I get two instances of the same module?
- From: "Journeyer J. Joh" <oosaprogrammer@...>
- Date: Fri, 7 Mar 2014 10:23:10 +0900
Hi Thijs Schreijer,
Well... if your using some external module (not your own code), then feel free to use this method. But if you write your own modules, I would strongly advise you to drop the 'module()' function, it's the accepted idiom these days, and makes sure any code is forward compatible to 5.2
O.K.
Thank you for good tips!
Journeyer