Set Page Title on each controller::method |
[eluser]OliverHR[/eluser]
I set page dinamically in this way. On MY_Controller class: Code: class MY_Controller extends Controller On the Controller: Code: class Acontroller extends MY_Controller On the View Code: <html> You can use in conjuntion with(i get the idea from this excellent article). Michael Wales : CodeIgniter Convention over Configuration Hope this help. :-) |
Welcome Guest, Not a member yet? Register Sign In |