Welcome Guest, Not a member yet? Register   Sign In
Views not finding Controllers on lighttpd
#6

[eluser]TheFuzzy0ne[/eluser]
That's correct. Short tags usually come in the following formats:
Code:
<? $this->load->view('some_view') ?>

# or to echo data

<?= $some_value ?>

Here's a link to the CodeIgniter PHP Style Guide if you're interested - http://ellislab.com/codeigniter/user-gui...guide.html. Adhering to it can save you a lot of potential headaches. Smile


Messages In This Thread
Views not finding Controllers on lighttpd - by El Forum - 07-07-2009, 04:02 PM
Views not finding Controllers on lighttpd - by El Forum - 07-07-2009, 08:37 PM
Views not finding Controllers on lighttpd - by El Forum - 07-08-2009, 02:23 AM
Views not finding Controllers on lighttpd - by El Forum - 07-08-2009, 02:43 AM
Views not finding Controllers on lighttpd - by El Forum - 07-08-2009, 03:32 AM
Views not finding Controllers on lighttpd - by El Forum - 07-08-2009, 04:00 AM
Views not finding Controllers on lighttpd - by El Forum - 07-08-2009, 04:36 PM
Views not finding Controllers on lighttpd - by El Forum - 07-09-2009, 06:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB