I have an application that uses codeigniter ver.3, it uses custom auth. library. How i can continue to develop other parts of that using fuelphp?
for example i developed a section for listing products in CI, but i want use fuelphp for creating edit/add product section, there is 3 problem :
1- use fuelphp auth. instead of my created one in CI, 2- location of ci3 and fuelphp 's files. 3- i think to use new orm model instead of editing ci's models