ademcan / canSnippet

An open source web-based snippets management tool
MIT License
48 stars 7 forks source link

move config items in config.php #4

Closed baptistedonaux closed 10 years ago

baptistedonaux commented 10 years ago

User configuration move in new file.

ademcan commented 10 years ago

Très bonne idée pour le long terme et la clareté.

bawaaaaah commented 10 years ago

patch aussi le rss et l'admin ps:pour ne pas a mettre partout des ../ etc... <?php $config = array( "dbname" => realpath("./") +"/snippets.sqlite", );

baptistedonaux commented 10 years ago

Je prend note.

bawaaaaah commented 10 years ago

fichier action.php ligne 11 $base=new SQLite3($dbname); remplacer $dbname par $config["dbname"]

baptistedonaux commented 10 years ago

Résolue dans la PR en attente.

bawaaaaah commented 10 years ago

ok thx

baptistedonaux commented 10 years ago

Grosse PR en attente. Permet de choisir et d'implémenter le support de futur type de BDD. Mysql, PostgreSQL, ... +autoloader