Page 1 of 1

PHP Class installation

Posted: Sun Nov 06, 2005 1:10 am
by eddyraz
Could anyone show me how to install a class in PHP. Working version is 5.02 with MySQL 4.1.7

Posted: Sun Nov 06, 2005 1:35 am
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

Posted: Mon Nov 07, 2005 11:03 pm
by egmax
copy。
new classname();