download this file: example.php view text/plain: example.php file encoding: UTF-8 [goback]
<?php
##
## this file name is 'class.example.php'
##
## example object
##
## [author]
## - Chilbong Kim, <san2(at)linuxchannel.net>
## - http://linuxchannel.net/
##
## [changes]
## - 2003.03.05 : new build
##
## [references]
##
## [usage]
##
## [example]
##
class example
{
} // end of class
?>