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();
}
1442 Klicks #678

Kommentare (0)

Du musst eingeloggt sein, um zu kommentieren.