Interactive Console (REPL) Interactive Console (REPL) The CakePHP app skeleton comes with a built in REPL(Read Eval Print Loop) thatmakes it easy to explore some CakePHP and yo...
QuickStart Examples Overview Workflow QuickStart Examples You are viewing documentation for a release that is no longer supported. The latest supported version of version 3 i...
App Class Finding Classes Finding Paths to Namespaces Locating Plugins Locating Themes Loading Vendor Files App Class class Cake\Core\ App The App class is responsible ...
Internationalization & Localization Setting Up Translations Language Files Extract Pot Files with I18n Shell Setting the Default Locale Changing the Locale at Runtime Using Tr...
Controllers The App Controller Request Flow Controller Actions Interacting with Views Setting View Variables Setting View Options Rendering a View Rendering a Specific Templat...
Security Utility Encrypting and Decrypting Data Hashing Data Getting Secure Random Data Security Utility class Cake\Utility\ Security The security library handles basic...
Deployment Moving files Adjust config/app.php Check Your Security Set Document Root Improve Your Application’s Performance Deploying an update Deployment Once your applic...
CMS Tutorial - Tags and Users Adding Tagging to Articles Updating Articles to Enable Tagging Finding Articles By Tags Creating the Finder Method Creating the View Improving th...
Saving Data A Glance Over Saving Data Inserting Data Updating Data Saving With Associations Associate Many To Many Records Unlink Many To Many Records Converting Request Data...