Forum: Absolute Beginners
09-27-2010, 04:08 PM
|
|
Replies: 1
Views: 527
Passing classes among PHP pages
Hello,
I'm trying to make a website using OOP with classes. Aside from passing a class using the $_GET and $_POST, how do I use an instance of a class on more than the in which the class is...
|