J
jbijker
Guest
Why don't you make use of a static class? A static class will only be loaded once, so no need to do checks if it's loaded or not. Otherwise you might need to use SESSION:FIRST-OBJECT and recursively make use of the NEXT-SIBLING property on this object to cycle though all objects in memory. To check if the object is of a specific type you can make use of the object's GetClass():TypeName property.
Continue reading...
Continue reading...