study:php:2011prj:taeho
PHP Eclipse
로컬 테스트 서버 생성
FirePHP
FireFox 에서
서버에 설치
-
다운로드 받은 파일 fb.php, FirePHP.class.php 파일을 Codeigniter/application/libraries 에 복사한다.
$this->load->library('fb');
fb($_SERVER);
$firephp = FirePHP::getInstance(true);
$firephp->trace('Trace Label'); // or FB::
fb('Trace Label', FirePHP::TRACE);
PHP Debug (xdebug)
php(서버) 설정
Eclipse 설정
study/php/2011prj/taeho.txt · 마지막으로 수정됨: 2011/08/16 16:28 저자 taeho