Directory structure is like :
application/modules/data/controllers/ecard/Ecard.php
Url site-name.com/index.php/data/ecard is not working.
But same URl was working in Codeigniter 2.2.0 HMVC.
Can anyone suggest solution to this problem?
Related
I have integrated hmvc in codeigniter 3.1.*. I have multiple modules locations so now i want url configuration like
http://host_name/module_location_name/module_name/controller/method
In details,
I have create two module_locations under application directory.
1) application/admin/users/registration/signup
2) application/customer/users/registration/listing
Now Urls should be
http://host_name/admin/users/registration/signup
http://host_name/customer/users/registration/listing
how I can achieve this??
I've integrated
HMVC
pattern in codeigniter using below URl.
https://github.com/bhuban/modular
But still unable to load modules.
I want to make both admin and front side in single codeigniter package.
If anyone has idea please let me know.
Please check source.
This is frontend module and backend module use in this source it it perfect source in your requirement.
Codeigniter HMVC Pattern
I have a Codeigniter based website and I want to install Dolibarr on the same site. Where is the Dolibarr installation best placed, within the codeigniter folder structure or completely separately at the server root? If within codeigniter then where in the folder structure?
it's too simple juste create under your codeigniter folder same location as "index.php" of codeigniter and next you your a simple installation by calling your dolibarr "install/index.php " file
Hi I am working on codeigniter for a while now and have met with an issue.
I use "localhost/controller/function" which is how codeigniter works.
Where controller classes are in controller folder in application.
I have a new codeigniter setup in root folder names "big" with its own controller, view, models etc. How can I run files in "big" like I do for my the original application.
I tried "localhost/big/controller/function", which obviously didn't work.
Please help, I am completely new with codeigniter.
just go to index.php of your application (big)
change/add line:
$application_folder = "applications/big";
I have codeigniter setup to work on my mac with 10.6 xampp 1.7.3. it seems to work but now cannot find the controller I have created. it gives me a 404 error page not found. I am not using any htaccess files and I have not special features setup. everything is setup like it should be from default settings. the name of my controller is loginpage and have made it the default route in the routes.php file. what should I be looking for?
Thanks.
Proper URL syntax is
http://siteroot/index.php/controller/function/argument