Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
KHAOS ACL Library
  • 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!

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion