Search found 3 matches
Page 1 of 1
Search found 3 matches
Re: Separate translation from Controllers
Is there any live examples in 1.5 that I can see?
Jump to post- Mon Jun 06, 2011 10:02 am
- Replies 3
- Views 698
Separate translation from Controllers
Hello, My suggestion would be to separate translations from controllers and put them only in views. Current Code: /* In Language File */ $_['text_overview'] = 'Overview'; /* In Controller: */ $this->load->language('common/home'); $this->data['text_overview'] = $this->language->get('text_overview'); ...
Jump to post- Mon Jun 06, 2011 12:13 am
- Replies 3
- Views 698
Re: Can modules auto-hook events?
That would be a great feature to be added.
- Sat Jun 04, 2011 11:34 pm
- Replies 7
- Views 2533
Page 1 of 1
Search found 3 matches