Ok, thank you for your support, I’ll try a few examples and if everything works properly, we can close this topic.
Stay tuned .. 😉
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
May 14, 2010 4:54pm
Subscribe [3]#16 / May 17, 2010 5:03am
Ok, thank you for your support, I’ll try a few examples and if everything works properly, we can close this topic.
Stay tuned .. 😉
#17 / May 17, 2010 3:08pm
I managed to make it work, I still have a point to elucidation.
In my administration, I have many “categories” according to the module, I do not want to file modules like this: spots_categories, annonces_categories etc. .. I do not think it’s very clean.
I love to make sub folders like this:
http://img683.imageshack.us/img683/9049/sanstitre1ngq.jpg
Is this possible? if yes, how ?
Thx.
#18 / May 18, 2010 2:19am
I do not want to pass variables through url. I just want to make a simple standard form to record a new category in my database.
So I have a form with an input text “name” and a submit button, I confirm that when inserted into the base and I get my news in my controller.
#19 / May 18, 2010 3:35pm
I managed to make it work, I still have a point to elucidation.
In my administration, I have many “categories” according to the module, I do not want to file modules like this: spots_categories, annonces_categories etc. .. I do not think it’s very clean.
I love to make sub folders like this:
http://img683.imageshack.us/img683/9049/sanstitre1ngq.jpg
Is this possible? if yes, how ?
Thx.
I am trying to discourage me.
I find it really enjoyable to use CI got the language barrier because there is no active community for French help.
If I can not go any further, I’ll be forced to give up and turn me into another framework .. I do not want.
Thank you for helping me.
#20 / May 19, 2010 8:19am
if I stay on the solution of “annonces_categories” and “spots_categories”, is it possible still simulate a road through a browser into segments for the visitor?
eg from: admin / module / annonces_categories / to admin / modules / annonces / categories?
#21 / May 19, 2010 9:43am
if I stay on the solution of “annonces_categories” and “spots_categories”, is it possible still simulate a road through a browser into segments for the visitor?
eg from: admin / module / annonces_categories / to admin / modules / annonces / categories?
Using routes are the way to go. You can simulate url’s using routes.
#22 / May 19, 2010 9:46am
if I stay on the solution of “annonces_categories” and “spots_categories”, is it possible still simulate a road through a browser into segments for the visitor?
eg from: admin / module / annonces_categories / to admin / modules / annonces / categories?
Using routes are the way to go. You can simulate url’s using routes.
How do in my case because I have a little trouble .. thx