Welcome Guest, Not a member yet? Register   Sign In
2 requests in controller
#1

[eluser]Unknown[/eluser]
Hi, i am a new user from CI and in my first controller i look this:
Code:
<?php

class Index extends CI_Controller {
  
function index()
{
  echo "hi";
  
}
  
}

the resulte is:

hihi

This is normal? And about performance?


Messages In This Thread
2 requests in controller - by El Forum - 11-19-2012, 05:06 PM
2 requests in controller - by El Forum - 11-19-2012, 05:46 PM
2 requests in controller - by El Forum - 11-19-2012, 05:53 PM



Theme © iAndrew 2016 - Forum software by © MyBB