DatabaseArticleManager #24
Reference in New Issue
Block a user
Delete Branch "DatabaseArticleManager"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Beinhaltet die Umstellung vom LocalArticleManager zum DatabaseArticleManager.
EDIT: Die search-Methode muss noch implementiert werden. Sie gibt momentan nur ein leeres Array zurück.
@@ -0,0 +20,4 @@{if (!file_exists(__DIR__ . '/../../db/articles.db')) {try {$user = 'root';Hier könnte ich auch die getConnection() verwenden...
Pull request closed