Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Cannot redirect 404
Post: RE: Cannot redirect 404

freddy Wrote: (02-23-2016, 01:38 AM) -- remember you should write with capital every controller, do you use linux or windows ? please tested it first, then let me know it working or not and name it...
6,299 Views
3 Replies
02-23-2016, 03:25 AM
spider58
    Thread: Cannot redirect 404
Post: Cannot redirect 404

Hello. I made custom 404 page routes.php Code: -- $route['404_override'] = 'my404_controller'; -- application/controllers/my404_controller.php PHP Code: -- class my404_controller extend...
6,299 Views
3 Replies
02-23-2016, 01:20 AM
spider58
    Thread: How can i pass complete language to a view
Post: RE: How can i pass complete language to a view

siburny Wrote: (02-14-2016, 06:53 AM) -- It's easier to use lang helper function - it has access to the full language file without need of poluting view data object. https://www.codeigniter.com/us...
4,555 Views
3 Replies
02-14-2016, 11:24 AM
spider58
    Thread: How can i pass complete language to a view
Post: How can i pass complete language to a view

hello i have $data which including my datas from mysql. i want to pass language to a view with $data Code: -- $this->lang->load($settings->website_language . '_lang', $settings->website_...
4,555 Views
3 Replies
02-13-2016, 01:02 PM
spider58
    Thread: Cannot Access Global Variable in Loop
Post: RE: Cannot Access Global Variable in Loop

siburny Wrote: (02-09-2016, 03:22 PM) -- You are right: it's trying to load LANG15 from "content" array rather than main array. I don't think build-in Parser library has a solution for you. But you c...
6,641 Views
4 Replies
02-13-2016, 11:26 AM
spider58
    Thread: Cannot Access Global Variable in Loop
Post: Cannot Access Global Variable in Loop

Hello. Im passed an array and some global variables array to view file. Code: -- $website_lang_array = array ( 'LANG1' => 'Main', 'LANG2' => 'Blog', 'LANG3' => 'Templates', 'LANG4' => ...
6,641 Views
4 Replies
02-08-2016, 02:04 PM
spider58

Theme © iAndrew 2016 - Forum software by © MyBB