Directory Structure
Ada 3 direktori Struktur
/App -> tempat Aplikasi saya nanti
/Cake -> Inti Program Cake
/Vendor -> Di sini untuk plugin tambahan
Berikut detailnya
/app
/config -g files for your database, ACL,
/controllers - Controllers go here
/components - Components go here
/index.php - deploy /app as the DocumentRoot
/models - Models go here
/plugins - Plugins go here
/tmp - Used for caches and logs
/vendors - Contains third-party libaries
/views - Views go here
/elements - bits of views, go here
/errors - Your custom error pages go here
/helpers - Helpers go here
/layouts - Application layout files go here
/pages - Static views go here
/webroot - The DocumentRoot for the application
/css
/files
/img
/js
/cake - Cake's core libraries. Don't edit any.
index.php
/vendors - third-party libraries.
VERSION.txt - Let's you know what version o.