Jump to content

renaming superglobals or using pointers or aliases


activeserver

Recommended Posts

Hi all,

I'm writing a big app (big for me - 300-500 lines per page - 50+ pages ) and I've decided to use $_SESSION to sore intermediate data.

The part for which I'm using $_SESSION is not high-volume - registration and form filling - which will be done *once* by any user, so using $_SESSION may be OK for now :)

High traffic pages will have no memory usage - lest I exceed memory on shared hosting and crash other people's apps ;)

I'm completely fed up completely of typing long names like $_SESSION['RegSection']['Email'], $_SESSION['RegSection']['FirstName'] etc.

So, I want to ask:

Any help is greatly appreciated :)

TIA

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.