Welcome Guest, Not a member yet? Register   Sign In
Best way of handling controller URL and segements
#1

(This post was last modified: 05-29-2017, 02:32 AM by CINewb.)

In my controller I find myself doing this a lot (where "configuration" is a sub-directory and "website" is the controller):


Code:
redirect('/configuration/website' );


and

Code:
$this->load->view('configuration/website/edit', $data );

Then in my view I have things like:


Code:
<a href="configuration/website/add" class="form-button">Add New Site</a>


and


Code:
<?php echo form_open( 'configuration/website/edit' ); ?>


The issue here is that if ever I change my controller name or its sub-directory, I'll have a lot of things to update in a few different files.

I've read up on the URL helper function current_url() and also $this->uri->segment(1), but I wondered if there is a "proper" way of dealing with this?

Thanks,
Reply
#2

Read the CodeIgniter Users Guide on URI Routing
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

(06-07-2017, 01:03 PM)bryandaniel1 Wrote:
(05-29-2017, 03:45 AM)InsiteFX Wrote: Read the CodeIgniter Users Guide on URI Routing

Thank you, i did it

Hello, did you succeed? Can you help me?
English only; no SEO spam
Reply




Theme © iAndrew 2016 - Forum software by © MyBB