Welcome Guest, Not a member yet? Register   Sign In
scaffolding in subfolders not possible?
#1

[eluser]gunter[/eluser]
I am unable to do scaffolding in a subfolder controller
so I think, it´s not possible... so it should be fixed or written in the user guide that it´s not available in subfolders...

I am a little bit unsecure if I am right, because we have the subfolder feature since a year and I cannot beleave that I am the first one who have noticed that,
so please can someone check if I am right? Maybe I made something wrong???

the first screen works:
http://localhost/index.php/subfolder/con...ingtrigger
but after clicking any link like edit/delete...
we come to:
http://localhost/index.php/subfolder/welcome/edit/3
instead of:
http://localhost/index.php/subfolder/wel...ger/edit/3


I think the problem is in the Pagination.php line 62:

Code:
// Set the base URL
        $this->base_url = $this->CI->config->site_url().'/'.$this->CI->uri->segment(1).$this->CI->uri->slash_segment(2, 'both');
        $this->base_uri = $this->CI->uri->segment(1).$this->CI->uri->slash_segment(2, 'leading');

that means, it grabs the controller name and the scaffolding trigger word and adds then /edit / delete and so on...

it only takes care of the first 2 segments and there is no code in the case there is a segment more (the subfolder segment)... at least I doesn´t have seen anything like that

am I right?


Messages In This Thread
scaffolding in subfolders not possible? - by El Forum - 09-10-2007, 11:54 AM
scaffolding in subfolders not possible? - by El Forum - 09-13-2007, 09:51 AM
scaffolding in subfolders not possible? - by El Forum - 09-13-2007, 10:15 AM
scaffolding in subfolders not possible? - by El Forum - 09-13-2007, 12:42 PM
scaffolding in subfolders not possible? - by El Forum - 09-14-2007, 06:44 AM
scaffolding in subfolders not possible? - by El Forum - 09-14-2007, 09:32 PM
scaffolding in subfolders not possible? - by El Forum - 09-19-2007, 04:23 PM
scaffolding in subfolders not possible? - by El Forum - 07-07-2008, 08:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB