Hello,
before I started with PHP, I was using Java. So I am asking myself if it is really necessary to create all objects I need every time when my .php - page is called. Can't I keep some objects in shared memory e.g. by binding them to a session? I remember that this could be very handy when multiple users need the same objects, especially in connection with database access. Has anyone had some experience with doing stuff like that? I would be quite thankful for every advice ;-).
Sebastian