Welcome Guest, Not a member yet? Register   Sign In
help me with helper
#1

[eluser]Unknown[/eluser]
any one can tell me how to make an HELPER..
i didn't found any reference...
#2

[eluser]xwero[/eluser]
a helper is nothing more than a file in the application/helpers directory with the suffix _helper.php that holds several functions.
Code:
<?php

function one()
{

}

function two()
{

}




Theme © iAndrew 2016 - Forum software by © MyBB