SlideShare ist ein Scribd-Unternehmen logo
1 von 10
CakePHP
Rapid Development Framework
What is Cake & Why?
Free & Open Source.
Rapid Development Frame Work Based Around MVC
Methodology.
Templating, Helpers, Components. In short reusable
code!
Built in Email, Cookie, Security, Session & Request
Handling Components.
Caching.
Modle View Controller

Model View Controller design patter is based upon
separating your code into three sections.
  The Model represents the application data.
  The View renders a presentation of the model data.
  The Controller handles & routes requests made by
  the client.
Modle View Controller
Basic Principles of CakePHP
Conventions
Extensions
  Controller Extensions - Components
  View Extensions - Helpers
  Model Extensions - Behaviors
  CSS/HTML - Elements
Typical Request
Directories
 Config - Holds the application configuration files.
   Database connection
   Bootstrap
   Core
 Controllers - Contains your application controller &
 components.
 Models - Contains your application models, behaviors
 & data sources.
Directories

 Tmp - This is where CakePHP stores temporary data.
 Vendors - Third Party Libraries.
 Views - What the user sees.
 Webroot - Contains CSS/JS/Flash/Etc Files
Quick Demo

Demo Goals
 Install CakePHP
 Install a Component
 Configure Routes
 Retrieve Data from 3rd Party API
The End



Questions? :)

Weitere ähnliche Inhalte

Was ist angesagt?

Lecture07 abap on line
Lecture07 abap on lineLecture07 abap on line
Lecture07 abap on line
Milind Patil
 
Web forms I'm still alive
Web forms   I'm still aliveWeb forms   I'm still alive
Web forms I'm still alive
Aman Garg
 
Report documentation 06 03-04 - reviewed 08-06-14
Report documentation  06 03-04 - reviewed 08-06-14Report documentation  06 03-04 - reviewed 08-06-14
Report documentation 06 03-04 - reviewed 08-06-14
Envisn
 

Was ist angesagt? (20)

Bt0083, server side programming theory
Bt0083, server side programming theoryBt0083, server side programming theory
Bt0083, server side programming theory
 
Asp.Net Core MVC with Entity Framework
Asp.Net Core MVC with Entity FrameworkAsp.Net Core MVC with Entity Framework
Asp.Net Core MVC with Entity Framework
 
Daniel Rivera .NET Portfolio
Daniel Rivera .NET PortfolioDaniel Rivera .NET Portfolio
Daniel Rivera .NET Portfolio
 
Web Development
Web DevelopmentWeb Development
Web Development
 
Lecture07 abap on line
Lecture07 abap on lineLecture07 abap on line
Lecture07 abap on line
 
Database Systems and SQL
Database Systems and SQLDatabase Systems and SQL
Database Systems and SQL
 
Spring tutorials
Spring tutorialsSpring tutorials
Spring tutorials
 
Intro ASP MVC
Intro ASP MVCIntro ASP MVC
Intro ASP MVC
 
Anypoint data gateway
Anypoint data gatewayAnypoint data gateway
Anypoint data gateway
 
Mule NetSuite connectors
Mule  NetSuite connectorsMule  NetSuite connectors
Mule NetSuite connectors
 
CloudHub networking guide
CloudHub networking guideCloudHub networking guide
CloudHub networking guide
 
Web forms I'm still alive
Web forms   I'm still aliveWeb forms   I'm still alive
Web forms I'm still alive
 
Developing Oracle Connector Using Mule
Developing Oracle Connector Using MuleDeveloping Oracle Connector Using Mule
Developing Oracle Connector Using Mule
 
Mule connectors
Mule  connectorsMule  connectors
Mule connectors
 
Data Liberator Toolkit
Data Liberator ToolkitData Liberator Toolkit
Data Liberator Toolkit
 
Mule saas
Mule  saasMule  saas
Mule saas
 
SharePoint Portfolio
SharePoint PortfolioSharePoint Portfolio
SharePoint Portfolio
 
Mule mule runtime engine
Mule  mule runtime engineMule  mule runtime engine
Mule mule runtime engine
 
Report documentation 06 03-04 - reviewed 08-06-14
Report documentation  06 03-04 - reviewed 08-06-14Report documentation  06 03-04 - reviewed 08-06-14
Report documentation 06 03-04 - reviewed 08-06-14
 
Informatica course curriculum
Informatica course curriculumInformatica course curriculum
Informatica course curriculum
 

Andere mochten auch

Andere mochten auch (7)

The Zen of Lithium
The Zen of LithiumThe Zen of Lithium
The Zen of Lithium
 
The Lithium Way - Intro to Lithium PHP Framework
The Lithium Way - Intro to Lithium PHP FrameworkThe Lithium Way - Intro to Lithium PHP Framework
The Lithium Way - Intro to Lithium PHP Framework
 
The Origin of Lithium
The Origin of LithiumThe Origin of Lithium
The Origin of Lithium
 
Building Lithium Apps
Building Lithium AppsBuilding Lithium Apps
Building Lithium Apps
 
PHP 5.3 and Lithium: the most rad php framework
PHP 5.3 and Lithium: the most rad php frameworkPHP 5.3 and Lithium: the most rad php framework
PHP 5.3 and Lithium: the most rad php framework
 
Lithium: The Framework for People Who Hate Frameworks
Lithium: The Framework for People Who Hate FrameworksLithium: The Framework for People Who Hate Frameworks
Lithium: The Framework for People Who Hate Frameworks
 
Lithium
LithiumLithium
Lithium
 

Ähnlich wie Cake PHP

Ähnlich wie Cake PHP (20)

Asp.net c# MVC-5 Training-Day-1 of Day-9
Asp.net c# MVC-5 Training-Day-1 of Day-9Asp.net c# MVC-5 Training-Day-1 of Day-9
Asp.net c# MVC-5 Training-Day-1 of Day-9
 
Mvc Brief Overview
Mvc Brief OverviewMvc Brief Overview
Mvc Brief Overview
 
cakephp UDUYKTHA (1)
cakephp UDUYKTHA (1)cakephp UDUYKTHA (1)
cakephp UDUYKTHA (1)
 
IRJET- Lightweight MVC Framework in PHP
IRJET- Lightweight MVC Framework in PHPIRJET- Lightweight MVC Framework in PHP
IRJET- Lightweight MVC Framework in PHP
 
Cakephp Interview Questions
Cakephp Interview QuestionsCakephp Interview Questions
Cakephp Interview Questions
 
MVC 4
MVC 4MVC 4
MVC 4
 
Introduction To Mvc
Introduction To MvcIntroduction To Mvc
Introduction To Mvc
 
Asp 1a-aspnetmvc
Asp 1a-aspnetmvcAsp 1a-aspnetmvc
Asp 1a-aspnetmvc
 
Aspnetmvc 1
Aspnetmvc 1Aspnetmvc 1
Aspnetmvc 1
 
Asp.net mvc
Asp.net mvcAsp.net mvc
Asp.net mvc
 
Principles of MVC for Rails Developers
Principles of MVC for Rails DevelopersPrinciples of MVC for Rails Developers
Principles of MVC for Rails Developers
 
Introduction to CakePHP
Introduction to CakePHPIntroduction to CakePHP
Introduction to CakePHP
 
Introduction to CakePHP
Introduction to CakePHPIntroduction to CakePHP
Introduction to CakePHP
 
Cakephp
CakephpCakephp
Cakephp
 
Cakephp
CakephpCakephp
Cakephp
 
Cakephp
CakephpCakephp
Cakephp
 
Asp.net With mvc handson
Asp.net With mvc handsonAsp.net With mvc handson
Asp.net With mvc handson
 
Getting started with MVC 5 and Visual Studio 2013
Getting started with MVC 5 and Visual Studio 2013Getting started with MVC 5 and Visual Studio 2013
Getting started with MVC 5 and Visual Studio 2013
 
MVC Pattern. Flex implementation of MVC
MVC Pattern. Flex implementation of MVCMVC Pattern. Flex implementation of MVC
MVC Pattern. Flex implementation of MVC
 
MVC Demystified: Essence of Ruby on Rails
MVC Demystified: Essence of Ruby on RailsMVC Demystified: Essence of Ruby on Rails
MVC Demystified: Essence of Ruby on Rails
 

Mehr von Web Communications at Florida International University (6)

Viewing & Responsing to Your Financial Aid Notice - A Step-by-Step Guide
Viewing & Responsing to Your Financial Aid Notice - A Step-by-Step GuideViewing & Responsing to Your Financial Aid Notice - A Step-by-Step Guide
Viewing & Responsing to Your Financial Aid Notice - A Step-by-Step Guide
 
Faculty & Staff Registration Presentation
Faculty & Staff Registration PresentationFaculty & Staff Registration Presentation
Faculty & Staff Registration Presentation
 
HTML5 & CSS 3
HTML5 & CSS 3HTML5 & CSS 3
HTML5 & CSS 3
 
FIU Web Content Management System (CMS)
FIU Web Content Management System (CMS)FIU Web Content Management System (CMS)
FIU Web Content Management System (CMS)
 
Google Analytics
Google AnalyticsGoogle Analytics
Google Analytics
 
FIU Web Communications
FIU Web CommunicationsFIU Web Communications
FIU Web Communications
 

Kürzlich hochgeladen

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 

Kürzlich hochgeladen (20)

Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 

Cake PHP

  • 2. What is Cake & Why? Free & Open Source. Rapid Development Frame Work Based Around MVC Methodology. Templating, Helpers, Components. In short reusable code! Built in Email, Cookie, Security, Session & Request Handling Components. Caching.
  • 3. Modle View Controller Model View Controller design patter is based upon separating your code into three sections. The Model represents the application data. The View renders a presentation of the model data. The Controller handles & routes requests made by the client.
  • 5. Basic Principles of CakePHP Conventions Extensions Controller Extensions - Components View Extensions - Helpers Model Extensions - Behaviors CSS/HTML - Elements
  • 7. Directories Config - Holds the application configuration files. Database connection Bootstrap Core Controllers - Contains your application controller & components. Models - Contains your application models, behaviors & data sources.
  • 8. Directories Tmp - This is where CakePHP stores temporary data. Vendors - Third Party Libraries. Views - What the user sees. Webroot - Contains CSS/JS/Flash/Etc Files
  • 9. Quick Demo Demo Goals Install CakePHP Install a Component Configure Routes Retrieve Data from 3rd Party API