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

[eluser]Colin Williams[/eluser]
No. It has to be run through CI. So, you'd have application/controllers/style.php

Code:
class Style extends Controller {

  function index()
  {
    // Your php/css here
  }

}

and the URI would be http://www.example.com/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