[eluser]wwendorf[/eluser]
Like I said, you haven't seen the size of this application or the inter-relation of code and data between different portions of the site. A full rewrite is not feasable. However, a gradual migration is.
We are using CI for new development, and when we have downtime, we will rewrite existing code into the CI framework.
That being said, I still need the ability to use existing arrays of data from the old codebase inside of models, controllers or views. The only way I can seem to figure out how to do it is to run the include("login_code.php") in the area that I need the data from $repData in order to make the data local to the function that I'm within.
Thanks,
Wade