SlideShare a Scribd company logo
CakePHP 3
βž” Ambiente de
desenvolvimento
Vagrant
βž” Composer
● Download
curl -sS https://getcomposer.org/installer | php
● composer.json
β—‹ require vendor/name: version
β—‹ php composer.phar install
β—‹ composer.lock
β—‹ php composer.phar update dependencies
& lock file
β—‹ https://packagist.org/
βž” Criando um novo projeto
php composer.phar create-project cakephp/app
lovejobs
βž” Estrutura de arquivos
Config
Console
Controller
Component
index.php
Lib
Locale
Model
Behavior
Datasource
Plugin
Test
tmp
Vendor
View
Elements
Emails
Layouts
Helper
webroot
composer.json
composer.lock
config
index.php
plugins
src
Console
Controller
Component
Model
Behavior
Entity
Table
Template
Element
Email
Layout
View
Helper
tests
tmp
vendor
logs
webroot
βž” ConfiguraΓ§Γ£o
● bootstrap.php
● paths.php
● autoload.php
● bootstrap_cli.php
● routes.php
● app.php
β—‹ Debug (true / false)
β—‹ App path configurations
β—‹ Security.salt
β—‹ Asset.timestamp
β—‹ Cache configuration
β—‹ Email transports & configuration
β—‹ Datasource configuration
β—‹ Log configuration
β—‹ Session handler configuration
βž” AplicaΓ§Γ£o
Companies and Users
Users create Reviews (Public / Private)
Reviews belongsTo Company
https://www.dropbox.com/s/dz1qaezf43jve3y/schema.sql?dl=0
CakePHP 3
βž” Migrations
● Phinx
http://phinx.org
● Criando
β—‹
β—‹ bake migration CreateCompanies
β—‹ bake migration create_companies
β—‹ bake migration addRatingToCompany
β—‹ bake migration removeRatingToCompany
β—‹ migrations create MyCustomMigration
β—‹ bake migration_snapshot initial
● Aplicando
β—‹ migrations migrate
β—‹ migrations migrate -t <version>
● Revertendo
β—‹ migrations rollback
β—‹ migrations rollback -t <version>
● migrations status
● migrations mark_migrated
βž” Bake
/bin/cake bake all <model>
βž” Request
βž” Models
Tables
● Criar consultas
● Fornecedor finds
● Validar e salvar entidades
● Deletar entidades
● Definir associaΓ§Γ΅es
● Callbacks
● Behaviors
Queries
Entidades
CakePHPDatabaseConnection
CakePHPDatabaseDialect
CakePHPDatabaseType
CakePHPDatabaseTable
CakePHPDatabaseBehavior
CakePHPDatabaseQuery
CakePHPDatabaseResultSet
CakePHPDatabaseEntity
βž” Models
Recursive
Containable
afterFind callback
Virtual fields
βž” Controllers
AppController
initialize()
$uses -> loadModel()
Views
set(β€˜name’, $value)
render(β€˜template’)
Controll flow
redirect($url, $code)
Callbacks
beforeFilter($event)
beforeRender($event)
afterFilter($event)
Components
Helpers
βž” Controllers
Request
$this->request->params
$this->request->param($key)
$this->request->query($key)
$this->request->data($key)
$this->request->is(β€˜detector’)
post / get / ajax / mobile / ssl
$this->request->session()
need screenshot for cakephp request debug
βž” Componentes
Session, Flash
Cookie
Auth
Security, Csrf
RequestHandler
Paginator
Acl -> https://www.github.com/cakephp/acl
βž” Views
Views, Elements, Layouts, Helpers
βž” Helpers
Flash, Form, Html, Number, Paginator, Time, Url
βž” Authentication
βž” ACL

More Related Content

ODP
PHP South Coast - Don't code bake, an introduction to CakePHP 3
PDF
CakePHP 3.0: Embracing the future
PDF
CakePHP and AJAX
PPTX
Php basics
PPTX
Compress and decompress
PPTX
PHP Function
PPTX
Input and output flow using http and java component
PPS
Web Application Development using MVC Framework Kohana
PHP South Coast - Don't code bake, an introduction to CakePHP 3
CakePHP 3.0: Embracing the future
CakePHP and AJAX
Php basics
Compress and decompress
PHP Function
Input and output flow using http and java component
Web Application Development using MVC Framework Kohana

What's hot (20)

PPTX
PHP presentation - Com 585
PPT
MuleSoft ESB Object Store
PPTX
10 Most Important Features of New PHP 5.6
PDF
Guzzle in Drupal 8 and as a REST client - АртСм ΠœΠΈΡ€ΠΎΡˆΠ½ΠΈΠΊ
PPTX
Groovy example in mule
PPT
PPTX
MuleSoft ESB Scripting Example
PDF
MuleSoft ESB Shared Library
ODP
PHP BASIC PRESENTATION
PDF
Lean Php Presentation
ODP
REST API Laravel
PPTX
Mule esb data weave multi input data
PPTX
Python/Flask Presentation
PPTX
Mule xml parsing
PPTX
An introduction to consuming remote APIs with Drupal 7
PPTX
40+ tips to use Postman more efficiently
PPT
MuleSoft ESB XML to CSV
PPT
PPT
Top 50 Interview Questions and Answers in CakePHP
PPTX
Introduction to php
PHP presentation - Com 585
MuleSoft ESB Object Store
10 Most Important Features of New PHP 5.6
Guzzle in Drupal 8 and as a REST client - АртСм ΠœΠΈΡ€ΠΎΡˆΠ½ΠΈΠΊ
Groovy example in mule
MuleSoft ESB Scripting Example
MuleSoft ESB Shared Library
PHP BASIC PRESENTATION
Lean Php Presentation
REST API Laravel
Mule esb data weave multi input data
Python/Flask Presentation
Mule xml parsing
An introduction to consuming remote APIs with Drupal 7
40+ tips to use Postman more efficiently
MuleSoft ESB XML to CSV
Top 50 Interview Questions and Answers in CakePHP
Introduction to php
Ad

Similar to CakePHP 3 (20)

PDF
EuroPython 2013 - Python3 TurboGears Training
PDF
Creating a Smooth Development Workflow for High-Quality Modular Open-Source P...
PDF
Find the bottleneck of your system
PDF
AEM - A Collection of developer friendly tools
PDF
Effizientere WordPress-Plugin-Entwicklung mit Softwaretests
Β 
PDF
Rock Solid Deployment of Web Applications
PDF
Practical solutions for connections administrators
PDF
Wes Leonardo - Putting AIR into your Application
PPTX
How to Create a Service in Choreo
Β 
PPTX
Improving build solutions dependency management with webpack
PDF
OpenShift Origin Community Day (Boston) Extending OpenShift Origin: Build You...
PDF
OpenShift Origin Community Day (Boston) Writing Cartridges V2 by Jhon Honce
PDF
Use Xdebug to profile PHP
Β 
PDF
How to upgrade to MongoDB 4.0 - Percona Europe 2018
PPTX
Docker based Architecture by Denys Serdiuk
ODP
Using PHP with IBM Bluemix
PPTX
Windows Server AppFabric Caching - What it is & when you should use it?
PPTX
Rit 2011 ats
PDF
Intermediate git
PPTX
SharePoint Development with the SharePoint Framework
EuroPython 2013 - Python3 TurboGears Training
Creating a Smooth Development Workflow for High-Quality Modular Open-Source P...
Find the bottleneck of your system
AEM - A Collection of developer friendly tools
Effizientere WordPress-Plugin-Entwicklung mit Softwaretests
Β 
Rock Solid Deployment of Web Applications
Practical solutions for connections administrators
Wes Leonardo - Putting AIR into your Application
How to Create a Service in Choreo
Β 
Improving build solutions dependency management with webpack
OpenShift Origin Community Day (Boston) Extending OpenShift Origin: Build You...
OpenShift Origin Community Day (Boston) Writing Cartridges V2 by Jhon Honce
Use Xdebug to profile PHP
Β 
How to upgrade to MongoDB 4.0 - Percona Europe 2018
Docker based Architecture by Denys Serdiuk
Using PHP with IBM Bluemix
Windows Server AppFabric Caching - What it is & when you should use it?
Rit 2011 ats
Intermediate git
SharePoint Development with the SharePoint Framework
Ad

Recently uploaded (20)

PDF
An introduction to the IFRS (ISSB) Stndards.pdf
PPTX
PptxGenJS_Demo_Chart_20250317130215833.pptx
PDF
Unit-1 introduction to cyber security discuss about how to secure a system
PDF
Introduction to the IoT system, how the IoT system works
PDF
Paper PDF World Game (s) Great Redesign.pdf
PPTX
international classification of diseases ICD-10 review PPT.pptx
PDF
How to Ensure Data Integrity During Shopify Migration_ Best Practices for Sec...
PPT
tcp ip networks nd ip layering assotred slides
PPTX
Introduction to Information and Communication Technology
PPTX
presentation_pfe-universite-molay-seltan.pptx
PDF
πŸ’° π”πŠπ“πˆ πŠπ„πŒπ„ππ€ππ†π€π πŠπˆππ„π‘πŸ’πƒ π‡π€π‘πˆ 𝐈𝐍𝐈 πŸπŸŽπŸπŸ“ πŸ’°
Β 
PPTX
CHE NAA, , b,mn,mblblblbljb jb jlb ,j , ,C PPT.pptx
PDF
FINAL CALL-6th International Conference on Networks & IOT (NeTIOT 2025)
PPTX
Digital Literacy And Online Safety on internet
PDF
Best Practices for Testing and Debugging Shopify Third-Party API Integrations...
PPTX
Internet___Basics___Styled_ presentation
PDF
Slides PDF The World Game (s) Eco Economic Epochs.pdf
PDF
WebRTC in SignalWire - troubleshooting media negotiation
PPTX
Job_Card_System_Styled_lorem_ipsum_.pptx
PPTX
INTERNET------BASICS-------UPDATED PPT PRESENTATION
An introduction to the IFRS (ISSB) Stndards.pdf
PptxGenJS_Demo_Chart_20250317130215833.pptx
Unit-1 introduction to cyber security discuss about how to secure a system
Introduction to the IoT system, how the IoT system works
Paper PDF World Game (s) Great Redesign.pdf
international classification of diseases ICD-10 review PPT.pptx
How to Ensure Data Integrity During Shopify Migration_ Best Practices for Sec...
tcp ip networks nd ip layering assotred slides
Introduction to Information and Communication Technology
presentation_pfe-universite-molay-seltan.pptx
πŸ’° π”πŠπ“πˆ πŠπ„πŒπ„ππ€ππ†π€π πŠπˆππ„π‘πŸ’πƒ π‡π€π‘πˆ 𝐈𝐍𝐈 πŸπŸŽπŸπŸ“ πŸ’°
Β 
CHE NAA, , b,mn,mblblblbljb jb jlb ,j , ,C PPT.pptx
FINAL CALL-6th International Conference on Networks & IOT (NeTIOT 2025)
Digital Literacy And Online Safety on internet
Best Practices for Testing and Debugging Shopify Third-Party API Integrations...
Internet___Basics___Styled_ presentation
Slides PDF The World Game (s) Eco Economic Epochs.pdf
WebRTC in SignalWire - troubleshooting media negotiation
Job_Card_System_Styled_lorem_ipsum_.pptx
INTERNET------BASICS-------UPDATED PPT PRESENTATION

CakePHP 3