bUTschy.de

  • code

CRUD SQLite

Zu verschenken... eine voll funktionsfähige CRUD in PHP für SQLite3 in Simple 🙄

public function __construct($db) {
 $this->db = new SQLite3($db);
 $this->init();
}
  • 0 Kommentare
  • 1018 Klicks

▼ Kommentare


Kommentar hinzufügen