Welcome Guest, Not a member yet? Register   Sign In
When exactly is the database loaded?
#9

[eluser]Colin Williams[/eluser]
You really are failing to connect the dots I'm showing you.

Code:
class Style extends Controller {

  function index()
  {
    $this->output->set_header("Content-type: text/css");
    // This is way over-simplified, which is probably going to trip you up again
    $css_data = $this->db->get('css_data');
    $this->load->view('style', $css_data);
  }

}

Code:
<link rel="stylesheet" type="text/css" media="screen" href="/index.php/style">


Messages In This Thread
When exactly is the database loaded? - by El Forum - 01-13-2010, 09:56 PM
When exactly is the database loaded? - by El Forum - 01-13-2010, 10:06 PM
When exactly is the database loaded? - by El Forum - 01-13-2010, 10:44 PM
When exactly is the database loaded? - by El Forum - 01-13-2010, 10:51 PM
When exactly is the database loaded? - by El Forum - 01-13-2010, 10:56 PM
When exactly is the database loaded? - by El Forum - 01-13-2010, 10:58 PM
When exactly is the database loaded? - by El Forum - 01-13-2010, 11:08 PM
When exactly is the database loaded? - by El Forum - 01-13-2010, 11:10 PM
When exactly is the database loaded? - by El Forum - 01-13-2010, 11:29 PM
When exactly is the database loaded? - by El Forum - 01-13-2010, 11:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB