Welcome Guest, Not a member yet? Register   Sign In
problem - Modular Separation with Extjs
#1

[eluser]Prabhjeet[/eluser]
Ok, Modular Separation is a great library to use. It works perfectly.

But now i stuck with a problem.

I am using Extjs with codeigniter. Extjs fetches(retrieve, delete or update too) data in codeigniter with query format url, which means i have to set enable_query_strings = true,

for example if normal url will be like this: http://localhost/login/test
then i have to use it with Extjs http://localhost/index.php?c=login&m=test
and it works great.

Now the problem is with modules. now i have the url http://localhost/admin/login/test
‘admin’ is directory in ‘modules’ directory.

I’m not getting how to convert it to query string format. I tried everything, but no luck.
Please help.
#2

[eluser]theprodigy[/eluser]
Quote:I tried everything, but no luck.
Have you tried:
Code:
http://localhost/index.php?c=admin/login&m=test
#3

[eluser]Prabhjeet[/eluser]
yes theprodigy, i have tried that too already.
getting this error message:

An Error Was Encountered
Unable to load your default controller. Please make sure the controller specified in your Routes.php file is valid.

i tried every possible way, but its not working. don't know how to solve it.
Sad




Theme © iAndrew 2016 - Forum software by © MyBB