fijma/fijdb

Yet another PHP wrapper for MySQL.

Maintainers

Details

github.com/fijma/fijdb

Source

Issues

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/fijma/fijdb

v1.0.2 2016-02-07 09:18 UTC

This package is not auto-updated.

Last update: 2025-10-26 01:01:22 UTC


README

Yet another PHP wrapper for MySQL. This one is good though.

Instantiate it with any number of users (avoid hard-coding your usernames etc in your class (keep it in a config file where it belongs), and make it easy to allow read-only access if you're only reading).

The idea is to use this as a base class (to take care of the connecting bollocks), and to call the generic functions from within your public api functions, so you don't hard-code your database logic in your application.