Part of the EllisLab Network
x
 
Create New Page
 View Previous Changes    ( Last updated by George Petsagourakis )

PHPEd & CodeIgniter

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|left|thumb|300px|screenshot of project properties(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)

Categories: