09-01-2009, 06:20 AM
[eluser]ranjitbd[/eluser]
Code:
//i have a file name: needed_variable.php where i set all necessary array variable like //month name, day name etc frequently i needed.
//and i have another file name php_function.php where i have all necessary customise
//php function.
//i want to use those variable and function from any where every now and then.
//so in which folder i have to paste this two files and how to load these files as auto load //library. and how to access those variable and function in different method in the //controller
// please help me with an example