Hi!
I have a wierd problem...
I use MysSQL to store sessions and PHPLib template system. I have main page that has switch sentence for function. It calls object that is needed to perform needed task.
Idea is that every session first initializes all the classes from db and the just uses them without contacting to db.
Probem is that Every time I enter main Page all the constructors are executed even I test their existance before. That over resets every objects state.
What I'm doing wrong?
Information is ok in the db...
Thanx in advance!