Update README.md

This commit is contained in:
PavelBelyaev
2021-05-23 07:06:02 +05:00
committed by GitHub
parent 536ac9b58a
commit 64f64a5247

View File

@@ -8,6 +8,7 @@
* Интернет-магазины
## Структура приложения
```
├── app_dir
│ ├── app_conf.php
│ ├── CLASSES - может отсутствовать
@@ -21,7 +22,7 @@
│ │ │ └── etc
│ │ ├── pub_data - публикуемые ресурсы типа картинок
│ │ └── index.php - точка входа
```
### index.php - точка входа
```php
<?php