You'll be reinitializing the object on every page request - objects
aren't perisistant across requests. You can make the data in
that object persistent - basically recreate the object every page with
the old data (PHP4 sessions would be one way to go here) but you
won't be able to make the objec
D]
Subject: [PHP] Serializing/unserializing objects
What I want to do is to use an object to create a site.I plan on
initiaizing the object on my page index.php, and just recycling
index.php with different variables, so that I get different pages.
Ideally, I want the object to read a site config file,
What I want to do is to use an object to create a site.I plan on
initiaizing the object on my page index.php, and just recycling
index.php with different variables, so that I get different pages.
Ideally, I want the object to read a site config file, so that I can
modify the site config file f
3 matches
Mail list logo