Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter Pagination not working correctly?
#11

[eluser]InsiteFX[/eluser]
I would not use index as the controller name because the CI main controller is index.

Use welcome or home.
#12

[eluser]Katsune[/eluser]
So you mean I should only use index function as initializer for the other function inside a controller? Yeah I guess that make sense, I just thought It will lessen the processing cycle by directly calling the first function in the index.
#13

[eluser]InsiteFX[/eluser]
You can also use index for a view file, but for main controllers just remember that the CI front controller is named index.php
#14

[eluser]Katsune[/eluser]
Alright then thanks, that was very helpful,.




Theme © iAndrew 2016 - Forum software by © MyBB