Welcome Guest, Not a member yet? Register   Sign In
css file and methods
#2

[eluser]richzilla[/eluser]
I think you might have misunderstood the way CI works. The index function is simply a default function that is called if no other function has been specified. So if the view your calling through your index function has the CSS reference in it, it wont be called for any other method. If you want something to be called everytime the controller is created, put it in the the constructor of your controller (the one with the same name as your controller or __construct).

A better solution however is simply to link to a view that contains all of your css and js references in your view. This way any modifications you make to it, are instantly repeated on every other page.

Personally, i tend to split my pages up into a header and footer and then any number of views to make up the main body of my page. All of my CSS and JS references are called in the 'header' view, and this is called in each of my controller methods, however, you should use whatever system works best with your particular scenario.


Messages In This Thread
css file and methods - by El Forum - 06-07-2010, 05:38 AM
css file and methods - by El Forum - 06-07-2010, 06:08 AM
css file and methods - by El Forum - 06-07-2010, 06:23 AM
css file and methods - by El Forum - 06-07-2010, 06:28 AM
css file and methods - by El Forum - 06-07-2010, 06:33 AM
css file and methods - by El Forum - 06-07-2010, 06:41 AM
css file and methods - by El Forum - 06-07-2010, 06:45 AM
css file and methods - by El Forum - 06-07-2010, 06:53 AM
css file and methods - by El Forum - 06-07-2010, 06:54 AM
css file and methods - by El Forum - 06-07-2010, 08:50 AM
css file and methods - by El Forum - 06-07-2010, 08:53 AM
css file and methods - by El Forum - 06-07-2010, 08:55 AM
css file and methods - by El Forum - 06-07-2010, 09:10 AM
css file and methods - by El Forum - 06-07-2010, 09:21 AM
css file and methods - by El Forum - 06-07-2010, 09:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB