Czy ktoś może kojarzy framework o podobnej strukturze katalogów:
base/
/base/classes/
/base/languages/
/base/functions.php
data/
/data/admin/
/data/cache/
/data/css/
/data/font/
/data/images/
/data/img/
/data/js/
/data/uploads/
/data/captcha.php
engine/
/engine/administration/
/engine/administration/controllers/
/engine/administration/views/
/engine/classes/
/engine/data/
/engine/includes/
/engine/config.php
/engine/endEngine.php
/engine/initEngine.php
html_layouts/
/html_layouts/admin/
/html_layouts/admin.html
/html_layouts/admin_login.html
/html_layouts/blank.html
/html_layouts/clean.html
/html_layouts/clear.html
/html_layouts/index.html
/html_layouts/newsletter.html
/html_layouts/preview.html
/html_layouts/rss.html
/html_layouts/screenshots.html
modules/
/modules/admin/
/modules/bulletin/
/modules/categories/
/modules/categories/admin/
/modules/categories/ajax/
/modules/categories/controllers/
/modules/categories/models/
/modules/categories/models/categories.class.php
/modules/categories/views/
/modules/categories/views/index.html
/modules/contacts/
/modules/index/
/modules/items/
/modules/pages/
/modules/payments/
/modules/search/
config.php
index.php
a może jest to autorski CMS?