PHP Class installation

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
eddyraz
Forum Newbie
Posts: 2
Joined: Sat Nov 05, 2005 11:45 pm
Contact:

PHP Class installation

Post by eddyraz »

Could anyone show me how to install a class in PHP. Working version is 5.02 with MySQL 4.1.7
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

One doesn't install a class per se, they are declared..

http://php.net/language.oop - php 4 based classes
http://php.net/language.oop5 - php 5 based classes
egmax
Forum Newbie
Posts: 5
Joined: Mon Nov 07, 2005 10:19 pm
Location: 中国CHINA

Post by egmax »

copy。
new classname();
Post Reply