Code/PHP
-
개발하고있는 framework 대략 구조Code/PHP 2009. 9. 16. 06:44
- Sun Os - Live(Oracle), Dev(Mysql) - PHP, JAVA, etc - Zend - wml, xhtml, chtml/ihtml, partnerML(PML) application logic template actions controller ============================================= MVC View TPL (Template Page) ↓ ↑ (Request Value) (Template-engine) ↓ ↑ Controller Actions (Action Class) ↓ ↑ (Controller.database.class) (Return Value) ↓ ↑ Model Databases (database class)
-
IRC BOT_RIONA(PHP버젼)의 베이스 코드...Code/PHP 2007. 4. 12. 17:56
/ 기본적인 설정 값 $config[server]="irc.hanirc.org"; $config[port] ="6667"; $config[nickname]="Rinoa"; $config[alternative]="Yuna"; $config[ident]="PHPBOT"; $config[name]="PHPBOT"; $config[channel]="#newbcode"; $config[server_ip]="211.119.136.240"; // 부가기능 설정 값 $config[rejoin]="on"; // 추가라이브러리 include("lib/function.php"); set_time_limit(0); $fp=fsockopen($config[server], $config[port], $errno, $errmsg,..
-