Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: session data lost after redirect in CI 3
Post: RE: session data lost after redirect in CI 3

You have to load that session on every page  PHP Code: --    $session_data = $this->session->userdata('logged_in');    $data['username'] = $session_data['username']; -- userdata('what ever yo...
45,022 Views
9 Replies
02-16-2016, 01:47 AM
kaaai3
    Thread: Controller directory with subfolders
Post: RE: Controller directory with subfolders

InsiteFX Wrote: (02-12-2016, 09:59 AM) -- Just create a root to it, sub-folders will not work with the default controller. -- yeah how?
6,391 Views
3 Replies
02-12-2016, 10:01 AM
kaaai3
    Thread: Controller directory with subfolders
Post: Controller directory with subfolders

is there a way to make sub folders in the controller directory because i have a panel with a post controller etc controllers   panel     Posts.php pages.php
6,391 Views
3 Replies
02-12-2016, 08:29 AM
kaaai3
    Thread: How do i check if table item is either true or false
Post: How do i check if table item is either true or fal...

I am making an list where people can make a blog post active or inactive so i have to check if the status is active or not. I have a table item called active in my database this is a boolean. How wou...
2,634 Views
1 Replies
02-11-2016, 02:58 AM
kaaai3
    Thread: New to Codeigniter need help
Post: RE: New to Codeigniter need help

I fixed it from the update function i had to delete // Get data from model $data['news_item'] = $this->news_model->get_news($id); if(empty($data['news_item']...
4,416 Views
3 Replies
02-09-2016, 03:03 AM
kaaai3
  Rainbow Thread: New to Codeigniter need help
Post: New to Codeigniter need help

Well I've had some experience with php. but my problem is probably in the routing part i have followed the tutorial for the news pages but now i am trying to make the edit page. I do all this in a pan...
4,416 Views
3 Replies
02-08-2016, 09:50 AM
kaaai3

Theme © iAndrew 2016 - Forum software by © MyBB