Jump to content

Configuring PHPed for use with code igniter


Recommended Posts

Hello,

I am new to PHP development.

I have installed Code Igniter on Apache Web Server. I am using the NuSphere PHPEd IDE to write code.

The problem is when I try to debug my code, the PHPEd debugger is inserting the 'controller' directory in the URL.

e.g I want to access http://localhost/sach/index.php/form

but the debugger is trying to access http://localhost/sach/index.php/controllers/form since the form.php is under the controllers directory.

Please advise

Thanks in advance.

Sachin

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.