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();
}
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();
}
Du musst eingeloggt sein, um zu kommentieren.