Welcome Guest, Not a member yet? Register   Sign In
From procedural to CI but ony a part of it!!! URGENT!!!
#1

[eluser]NEHIL[/eluser]
HI,

I have an application written in the old procedural form and i have to port it to CI. But at present i am working on porting only a small feature of the application and not the whole of it. So while going through the source code, i found that as usual the file i was interested in lets say abc.php includes several other files and is routed through another file which inturn has included some files which has common functions and setting used through out the application. Please help me out on this one, it really important and urgent. What i think is I can create a helper class of the files that has all the common function and variables etc defined which are used everywhere else in the application.

Thank you for your Concern!!
#2

[eluser]Atharva[/eluser]
Creating helpers is a good start. Move settings in system/application/config.php file.
#3

[eluser]NEHIL[/eluser]
Thanx a lot. I will work on this approach and see how it goes!




Theme © iAndrew 2016 - Forum software by © MyBB