Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
db type in /config/db.php
  • The docs use a db type setting as:
    ...
    'default' => array(
    'type' => 'mysqli',
    'connection' => array(
    'persistent' => false,
    ),
    ...
    is mysqli correct for a mysql db? or should it be just mysql? aside: I'm trying to enclose the above code in code tags, but this editor doesn't seem to do it... suggestion on how to handle tag placement?
  • The formatting buttons don't work, so use the BBcode "[ code ]" (without spaces). mysql and mysqli are two different drivers, see php.net. mysqli is preferred over mysql.
  • Thank you, I'll look at mysqli.
    Note that the documentation could use some work...
    I'm willing to offer suggestions, but where to post them?
  • The documentation is in its own repository, fuel/docs. Make a fork on github, make your suggested changes, and send a pull request.

Howdy, Stranger!

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

In this Discussion