CI default layout |
[eluser]girish[/eluser]
I want to set the default layout in my website. Please provide me the solution to set the layout in a standard way of CodeIgniter. Please help ![]()
[eluser]BrokenLegGuy[/eluser]
The method that I'm currently using is here (the first method) http://codeigniter.com/wiki/Displaying_Multiple_Views/ Other people use template libraries and there are a bunch of different ones that people have built out there. You'll need to search for codeigniter templates and try a few until you find one you like. You'll find many right here in the forum. Good luck, Ed
[eluser]alexinthebox[/eluser]
[quote author="girish" date="1300903229"]I want to set the default layout in my website. Please provide me the solution to set the layout in a standard way of CodeIgniter. Please help ![]() please teach me on how to do that i encountered errors.
[eluser]alexinthebox[/eluser]
how to make template on view for my codeigniter project
[eluser]Nicolas Santos[/eluser]
hello, i personnally use this layout library - simply does the job as CI in fact ![]() http://codeigniter.com/wiki/layout_library/ i modified this lib to display ajax methods with a layout if it is not an ajax request : if it is an ajax request : no layout. plain and simple Code: function view($view, $data=null, $return=false) { |
Welcome Guest, Not a member yet? Register Sign In |