-
Notifications
You must be signed in to change notification settings - Fork 7.6k
PHPEd & CodeIgniter
Category:Help | Category:Help::TipsAndTricks | Category:Help::PhpEd
[h3]Guide to get configure PhpEd and CodeIgniter and Xampp[/h3] [h4]Xampp[/h4] First I'd suggest you install [url=http://www.xampp.org]xampp[/url]. Get the full version, because i did it as well.
[h4]Some PhpED configuration[/h4] Then use the [url=http://www.nusphere.com/media/dbg-wizard.php] dbg installer wizard[/url] 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.
[h4]Configure PHPEd to only use external browsers.[/h4] Tools->Settings->IDE->Run & Debug set Default Browser: Windows Internet Explorer
Use the following Project Properties: Image:Screenshot phped.jpg(where is this???)
[h3]How to start debugging[/h3] Don't use breakpoints in the code instead insert [code]DebugBreak();[/code]this is unfortunately a limitation of useing PhpED and codeigniter. ([url=http://support.nusphere.com/viewtopic.php?t=3204]see here[/url])