Welcome Guest, Not a member yet? Register   Sign In
Create NameCase Function
#4

[eluser]Bhashkar Yadav[/eluser]
You can creat a new helper for extra functionality :

Create a file into your application/helpers directory and name it like helpername_helper.php. Define your function to perform specific task.

Call it like
Code:
$this->load->helper('helpername');
and use the helper method like

Code:
$aa = helper_method($name);


Messages In This Thread
Create NameCase Function - by El Forum - 01-19-2012, 11:54 PM
Create NameCase Function - by El Forum - 01-20-2012, 01:06 AM
Create NameCase Function - by El Forum - 01-20-2012, 01:32 AM
Create NameCase Function - by El Forum - 01-20-2012, 01:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB