Answer the question
In order to leave comments, you need to log in
How to create the structure of the site?
Hi all. Actually the question is the following:
I develop a site in php. Created folders main folders (images / css, etc. skipped):
-- config - folder for a file with a database connection
-- includes - folder contains 2 files:
Answer the question
In order to leave comments, you need to log in
The most convenient structure in my opinion:
www/
app/
controllers/
models/
views/
public/
css/
img/
js/
Use some framework like Yii or Kohana and there will be no more questions like this :)
app/ Система инициализации
config/ Хост-зависимые настройки
bin/ Исполняемые файлы
src/ Исходный код проекта
command/ Контроллеры консольных команд
component/ Разнообразные хэлперы
controller/ Web-ориентированные контроллеры
entity/ Сущности данных
repository/ Репозитории БД
migration/ Миграции БД
service/ Вспомогательные сервисы, например сервис отправки почты
test/ Тесты системы
fixture/ Фикстуры БД
functional/ Функциональные тесты
unit/ Unit тесты
vendor/ Внешние зависимости проекта
web/ Публичный каталог для web сервера
assets/ Статические файлы
css/
font/
img/
js/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question