|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /home/pathumthani_integration/integration/common/ |
Upload File : |
<?
###################################################################
## CLASS AND FUNCTION : INCLUDE FILES CLASS PHP
###################################################################
## Version : 200912XX (001)
## Created Date : 2009-12-xx xx:xx
## Created By : Mr.TANAPAT TABOONDEE (JINGJOBOY)
## E-mail : tanapat@sapphire.co.th
## Tel. : 08-9999-5650
## Company : Sappire Research and Development Co.,Ltd. (C)All Right Reserved
###################################################################
// àÃÕ¡ ä¿Åì class µèÒ§æã¹â¿à´ÍÃì common/classSapphire ÁÒãªé§Ò¹
//ª×èÍä¿Åì µéͧ¢Ö鹵鹴éǤÓÇèÒ class à·èÒ¹Ñé¹ *ex classMain.php
$objOpenClass = opendir(DIR_PROGRAM."/common/classSapphire");
while (($fileClass = readdir($objOpenClass)) !== false)
{
if(ereg("^class", $fileClass) and ereg(".php$", $fileClass)){
include(DIR_PROGRAM."/common/classSapphire/".$fileClass);
}
}
?>