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.

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.