Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: News HMVC module
Post: RE: News HMVC module

Quote: -- Headers already sent... you have other bugs that prevents the redirection! Look at your about_lang.php file. There's something wrong with it. -- I checked about_lang.php but there is no err...
8,521 Views
0 Replies
01-01-2015, 01:23 PM
Altazar
    Thread: News HMVC module
Post: RE: News HMVC module

Thanks, but I'm still getting an error: PHP Code: -- public function view($slug = '') { if (empty($slug)) { redirect('news/index'); } else { $data['news_item'] = $this->news_mode...
8,521 Views
0 Replies
01-01-2015, 08:35 AM
Altazar
    Thread: News HMVC module
Post: RE: News HMVC module

Quote: -- You must pass an uri (controller name + method + param), something like redirect('/news') or redirect('/news/view/abc123'). -- I actually do this: $this->success(); Quote: -- pu...
8,521 Views
0 Replies
12-30-2014, 05:39 PM
Altazar
    Thread: News HMVC module
Post: News HMVC module

Hi, I'm building the News module following the tutorial. So far I've built this: Model PHP Code: -- -- Controller PHP Code: --
8,521 Views
0 Replies
12-30-2014, 05:29 AM
Altazar

Theme © iAndrew 2016 - Forum software by © MyBB