Skip to content

PHPEd & CodeIgniter

Derek Jones edited this page Jul 5, 2012 · 7 revisions

Category:Help | Category:Help::TipsAndTricks | Category:Help::PhpEd

Guide to get configure PhpEd and CodeIgniter and Xampp

Xampp

First I'd suggest you install xampp. Get the full version, because i did it as well.

Some PhpED configuration

Then use the dbg installer wizard from nusphere to copy the right debugger file from de PhpED distribution to the php from xampp. They also have instructions int the wizard on how to configure the projects.

Configure PHPEd to only use external browsers.

Tools->Settings->IDE->Run & Debug set Default Browser: Windows Internet Explorer

Use the following Project Properties: Image:Screenshot phped.jpg(where is this???)

How to start debugging

Don't use breakpoints in the code instead insert

DebugBreak();
```this is unfortunately a limitation of useing PhpED and codeigniter. ([see here](http://support.nusphere.com/viewtopic.php?t=3204))
Clone this wiki locally