Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Redirection inside controller
Post: RE: Redirection inside controller

dave friend Wrote: (10-02-2018, 09:19 AM) -- I'd like to add that you do not need to return a value. So instead of PHP Code: -- return null; -- a simple PHP Code: -- return; -- will do. -- ...
7,336 Views
7 Replies
10-02-2018, 09:35 AM
yuryn1961
    Thread: Redirection inside controller
Post: RE: Redirection inside controller

Pertti Wrote: (10-01-2018, 11:11 PM) -- Hey, Absolutely. Haven't tried 4.0 yet, so that system might work differently, but 3.x you echo output or load views yourself, and can return out of cont...
7,336 Views
7 Replies
10-02-2018, 09:32 AM
yuryn1961
    Thread: Redirection inside controller
Post: Redirection inside controller

Hi there, A short fragment of my code in controller: Code: -- public function index($jack) {    if($jack === 'John') {        $this->error404();        return null;    }    $this->loa...
7,336 Views
7 Replies
10-01-2018, 09:54 PM
yuryn1961
    Thread: CI routing - cannot make it work
Post: RE: CI routing - cannot make it work

Thank you InsiteFX, I decided not to change $config['index_page']. Therefore the RewriteRule in my .htaccess looks so: RewriteRule ^(.*)$ index.php/$1
4,311 Views
2 Replies
05-14-2016, 02:27 AM
yuryn1961
    Thread: CI routing - cannot make it work
Post: CI routing - cannot make it work

Hi friends, I am with CI a couple  of days only. Previous experience - .NET C#. My controller: Code: -- class Project extends CI_Controller {    public function __construct() { parent::__c...
4,311 Views
2 Replies
05-12-2016, 12:39 PM
yuryn1961

Theme © iAndrew 2016 - Forum software by © MyBB