Updated Development (markdown)

master
El RIDO 8 years ago
parent aeafcb68d5
commit a947a22f8b

@ -10,13 +10,15 @@ To make it easy for you to adopt our code style, we provide you some configurati
## Structure
The main code or **controller** is found in `lib/privatebin.php`.
The main code or **controller** is found in `lib/PrivateBin.php`.
The data storage **models** are in the `lib/privatebin/` folder.
The **data storage abstractions** are in the `lib/Data/` folder.
The **view** is still implemented using the template PHP file located in the `tpl/` folder.
The **models** are in the `lib/Model/` folder.
Any option that not every server administrator might want to use or provide should be implemented with **configuration** options in the file `cfg/conf.ini`.
The **view** is in `lib/View.php` and uses PHP template files located in the `tpl/` folder.
Any option that not every server administrator might want to use or provide should be implemented with **configuration** options in the file `cfg/conf.ini`, default settings are defined in `lib/Configuration.php`.
More details can be found in the [API documentation](https://zerobin.dssr.ch/documentation/).

Loading…
Cancel
Save