Hi,
looking at trying to convert the KHAOS Library (the ACL part) and use with Fuel.
Since it is also php 5.3 I would assume it should be possible to integrate , maybe as a Module?
Could someone give me a hint as to how one could go about this?
KHAOS uses PDO as a Db driver, would you have to rip that out and rewrite the db calls?
Any pointers highly appreciated!!
mic
My advice would be to first copy the basic class structure (vars and functions). Then write it from the bottom up using the awesomeness Fuel brings to the table. Maybe clarify the logic a bit. Use the DB class for all the database calls and keep it lean.
Or for a less intensive approach, Copy the class. Replace all database calls with DB. Try running the code, and go bug error/bug hunting!