Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Configuration for a default read/write database connection in Models
  • I just started creating a package to extend ORM to set configurable (and separate) Read / Write [master/slave] database connections. However, I'm wondering if maybe there is a way to do this already? I have to assume that a typical master/slave setup will result in primarily the same two connections for all models.
  • HarroHarro
    Accepted Answer
    The quickest way is upgrade to 1.6/develop.

    Which already has this functionality, both for ORM and Model_Crud.

Howdy, Stranger!

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

In this Discussion