SlideShare uma empresa Scribd logo
1 de 25
Cake PHP – OOPS approach for PHP


                       www.otssolutions.com
What is CakePHP ?
• CakePHP is written in PHP and is modeled
  after the concepts of Ruby on Rails (ROR)
• CakePHP is a rapid development framework
  for PHP that provides an extensible
  architecture for
  developing, maintaining, and deploying
  applications.
• CakePHP makes use of commonly known
  design patterns like
  ActiveRecord, Association Data
Why use CakePHP ?
• Model, View, Controller Architecture
• Helps developers to reduce code
  repentance in creation of websites or web
  applications.
• Application Scaffolding.
• Built in view helpers for AJAX, JavaScript,
  HTML Forms.
• Access Control Lists
Why use CakePHP ?
• Data Sanitization
• Security, Session, and Request Handling
  Components
• Flexible View Caching
• Full support for PHP OOP’s approach
           And
• It is developed under the MIT license so it
  is free for everyone
Where to use CakePHP ?
• Highly scalable projects
• Projects with Heavy Database Interactions
  and Object Relational Mapping
• Projects where caching is needed
• Projects which needs to be implemented
  with MVC approach
• Where code re-usability is necessity
Where not to use CakePHP ?
•   Basic Blog
•   Basic CMS
•   Basic E-Commere
•   Basic Forums / Bulletin Boards
Who is using CakePHP ?
What is MVC approach?
What is MVC approach?
• Model/View/Controller (MVC) is a
  software architecture used for building
  applications.
• MVC separates the business logic and
  application data from the presentation
  data to the user.
• Applications built using MVC approach are
  re-usable and expressive.
What is OOPs?
• Object-oriented programming is a method
  of implementation in which programs are
  organized as cooperative collections of
  objects, each of which represents an
  instance of some class, and whose
  classes are all members of one or more
  hierarchy of classes united via inheritance
  relationships.
OOPs advantages over conventional approaches
 • OOP provides a clear modular structure
   for programs which makes it good for
   defining abstract data types where
   implementation details are hidden and the
   unit has a clearly defined interface..
 • OOP makes it easy to maintain and modify
   existing code as new objects can be
   created with small differences to existing
   ones.
OOPs advantages over conventional approaches
 • OOP provides a good framework for code
   libraries where supplied software
   components can be easily adapted and
   modified by the programmer. This is
   particularly useful for developing graphical
   user interfaces.
Characteristics of OOPs
 • Class definitions
 • Objects
 • Abstraction
 • Encapsulation
 • Inheritance
 • Generic classes
 • Polymorphism
    • Operator and Function overloading.
 • Message Passing
How OOPs work
 • Classes describe objects
 • Objects inherit from superclasses
Class Hierarchies
Advantages of OOPs
 •   Simplicity
 •   Modularity
 •   Modifiability
 •   Extensibility
 •   Maintainability
 •   Re-usability
OOPs in PHP
 • PHP 5 has a full object model as
   compared to PHP4.
 • PHP treats objects in the same way as
   references or handles, meaning that each
   variable contains an object reference
   rather than a copy of the entire object.
 • PHP supports Visibility, abstract and final
   classes and methods , additional magic
   methods, interfaces, cloning and
   typehinting
OOPs Features in PHP
 Autoloading : Autoloading is a mechanism
 where you can specify where the code
 should look for a class name that follows a
 particular pattern. Once you have set this
 up, usually very early in the script when
 everything gets configured, then you can
 simply instantiate classes without having to
 expressly include their declaration files.
OOPs Features in PHP
 Interfaces : PHP does not have multiple
 inheritance, so each object can only have
 one parent, and the top-level parent of all
 objects is of type StdClass. However PHP
 does support interfaces, which allows
 polymorphism (one class which can look like
 another) in PHP.
OOPs Features in PHP
 Type Hinting : We use the instanceOf
 comparison operator to check that an object
 with the correct capabilities had been
 received, but we can make this simpler by
 using type hinting in our functions and object
 methods. .
OOPs Features in PHP
 Fluent Interfaces : This is a neat trick that
 can often be seen in particular in framework
 code, so it is worth a mention here. A “fluent
 interface” is one where you can chain the
 methods together, useful especially where
 you would be calling a sequence of methods
 on the same object.
Address
United States
Glendale
Glendale Plaza
655 North Central Avenue
17th Floor
Glendale, California 91203
Ph: +1 408 540 0001

United kingdom
No 1 Liverpool Street
London EC2M7QD
United Kingdom
Ph: +44 208 099 1660
Gurgaon ( Haryana )
795, Udyog Vihar, Phase-V
Gurgaon (Haryana) India
Ph: +91 124 4748100
+91 124 4748101

US: +1 408.540.0001
UK: +44 208.099.1660
AU: +61 280.114.816
India : +91 124.474.8100 | +91 124.474.8101
Thank You
USA
                                      United kingdom                            India
Glendale
Glendale Plaza                         London                                   Gurgaon ( Haryana )
                                                                                795, Udyog Vihar, Phase-V
655 North Central Avenue               No 1 Liverpool Street
                                                                                Gurgaon(Haryana) India
17th Floor                             London EC2M 7QD
                                                                                Ph: +91 124 4101350
Glendale, California 91203             United Kingdom
                                                                                +91 124 4748100
United States                          Ph: +44 208 099 1660
Ph: +1 408 540 0001
                                                                                Write to us at: sales@otssolutions.com
Write to us at: sales@otssolutions.com Write to us at: sales@otssolutions.com
                                                                                    http://www.otssolutions.com/

Mais conteúdo relacionado

Mais de Deepika Chaudhary

Creativity and-skill-to-java-app-development
Creativity and-skill-to-java-app-developmentCreativity and-skill-to-java-app-development
Creativity and-skill-to-java-app-development
Deepika Chaudhary
 
Java application-development-in-india
Java application-development-in-indiaJava application-development-in-india
Java application-development-in-india
Deepika Chaudhary
 
Net application-development–business-growth-with-net
Net application-development–business-growth-with-netNet application-development–business-growth-with-net
Net application-development–business-growth-with-net
Deepika Chaudhary
 
Hire Dedicated Java Developers
Hire Dedicated Java DevelopersHire Dedicated Java Developers
Hire Dedicated Java Developers
Deepika Chaudhary
 

Mais de Deepika Chaudhary (13)

WINDOWS COMMUNICATION FOUNDATION
WINDOWS COMMUNICATION FOUNDATIONWINDOWS COMMUNICATION FOUNDATION
WINDOWS COMMUNICATION FOUNDATION
 
Cake php oops approach for php
Cake php  oops approach for phpCake php  oops approach for php
Cake php oops approach for php
 
Creativity and-skill-to-java-app-development
Creativity and-skill-to-java-app-developmentCreativity and-skill-to-java-app-development
Creativity and-skill-to-java-app-development
 
Creativity and-skill-to-java-app-development
Creativity and-skill-to-java-app-developmentCreativity and-skill-to-java-app-development
Creativity and-skill-to-java-app-development
 
Java application-development-in-india
Java application-development-in-indiaJava application-development-in-india
Java application-development-in-india
 
Net application-development–business-growth-with-net
Net application-development–business-growth-with-netNet application-development–business-growth-with-net
Net application-development–business-growth-with-net
 
Hire Dedicated Java Developers
Hire Dedicated Java DevelopersHire Dedicated Java Developers
Hire Dedicated Java Developers
 
Java application-development
Java application-developmentJava application-development
Java application-development
 
Software development companies in india
Software development companies in indiaSoftware development companies in india
Software development companies in india
 
Java the reason behind its never ending demand
Java the reason behind its never ending demandJava the reason behind its never ending demand
Java the reason behind its never ending demand
 
Know all about android development
Know all about android developmentKnow all about android development
Know all about android development
 
OTS Solutions LLC Corporate presentation
OTS Solutions LLC Corporate presentationOTS Solutions LLC Corporate presentation
OTS Solutions LLC Corporate presentation
 
OTS Solutions LLC Corporate presentation
OTS Solutions LLC Corporate presentationOTS Solutions LLC Corporate presentation
OTS Solutions LLC Corporate presentation
 

Último

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 

Último (20)

08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 

Cake php oops approach for php

  • 1. Cake PHP – OOPS approach for PHP www.otssolutions.com
  • 2. What is CakePHP ? • CakePHP is written in PHP and is modeled after the concepts of Ruby on Rails (ROR) • CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. • CakePHP makes use of commonly known design patterns like ActiveRecord, Association Data
  • 3. Why use CakePHP ? • Model, View, Controller Architecture • Helps developers to reduce code repentance in creation of websites or web applications. • Application Scaffolding. • Built in view helpers for AJAX, JavaScript, HTML Forms. • Access Control Lists
  • 4. Why use CakePHP ? • Data Sanitization • Security, Session, and Request Handling Components • Flexible View Caching • Full support for PHP OOP’s approach And • It is developed under the MIT license so it is free for everyone
  • 5. Where to use CakePHP ? • Highly scalable projects • Projects with Heavy Database Interactions and Object Relational Mapping • Projects where caching is needed • Projects which needs to be implemented with MVC approach • Where code re-usability is necessity
  • 6. Where not to use CakePHP ? • Basic Blog • Basic CMS • Basic E-Commere • Basic Forums / Bulletin Boards
  • 7. Who is using CakePHP ?
  • 8. What is MVC approach?
  • 9. What is MVC approach? • Model/View/Controller (MVC) is a software architecture used for building applications. • MVC separates the business logic and application data from the presentation data to the user. • Applications built using MVC approach are re-usable and expressive.
  • 10. What is OOPs? • Object-oriented programming is a method of implementation in which programs are organized as cooperative collections of objects, each of which represents an instance of some class, and whose classes are all members of one or more hierarchy of classes united via inheritance relationships.
  • 11. OOPs advantages over conventional approaches • OOP provides a clear modular structure for programs which makes it good for defining abstract data types where implementation details are hidden and the unit has a clearly defined interface.. • OOP makes it easy to maintain and modify existing code as new objects can be created with small differences to existing ones.
  • 12. OOPs advantages over conventional approaches • OOP provides a good framework for code libraries where supplied software components can be easily adapted and modified by the programmer. This is particularly useful for developing graphical user interfaces.
  • 13. Characteristics of OOPs • Class definitions • Objects • Abstraction • Encapsulation • Inheritance • Generic classes • Polymorphism • Operator and Function overloading. • Message Passing
  • 14. How OOPs work • Classes describe objects • Objects inherit from superclasses
  • 16. Advantages of OOPs • Simplicity • Modularity • Modifiability • Extensibility • Maintainability • Re-usability
  • 17. OOPs in PHP • PHP 5 has a full object model as compared to PHP4. • PHP treats objects in the same way as references or handles, meaning that each variable contains an object reference rather than a copy of the entire object. • PHP supports Visibility, abstract and final classes and methods , additional magic methods, interfaces, cloning and typehinting
  • 18. OOPs Features in PHP Autoloading : Autoloading is a mechanism where you can specify where the code should look for a class name that follows a particular pattern. Once you have set this up, usually very early in the script when everything gets configured, then you can simply instantiate classes without having to expressly include their declaration files.
  • 19. OOPs Features in PHP Interfaces : PHP does not have multiple inheritance, so each object can only have one parent, and the top-level parent of all objects is of type StdClass. However PHP does support interfaces, which allows polymorphism (one class which can look like another) in PHP.
  • 20. OOPs Features in PHP Type Hinting : We use the instanceOf comparison operator to check that an object with the correct capabilities had been received, but we can make this simpler by using type hinting in our functions and object methods. .
  • 21. OOPs Features in PHP Fluent Interfaces : This is a neat trick that can often be seen in particular in framework code, so it is worth a mention here. A “fluent interface” is one where you can chain the methods together, useful especially where you would be calling a sequence of methods on the same object.
  • 22. Address United States Glendale Glendale Plaza 655 North Central Avenue 17th Floor Glendale, California 91203 Ph: +1 408 540 0001 United kingdom No 1 Liverpool Street London EC2M7QD United Kingdom Ph: +44 208 099 1660
  • 23. Gurgaon ( Haryana ) 795, Udyog Vihar, Phase-V Gurgaon (Haryana) India Ph: +91 124 4748100 +91 124 4748101 US: +1 408.540.0001 UK: +44 208.099.1660 AU: +61 280.114.816 India : +91 124.474.8100 | +91 124.474.8101
  • 25. USA United kingdom India Glendale Glendale Plaza London Gurgaon ( Haryana ) 795, Udyog Vihar, Phase-V 655 North Central Avenue No 1 Liverpool Street Gurgaon(Haryana) India 17th Floor London EC2M 7QD Ph: +91 124 4101350 Glendale, California 91203 United Kingdom +91 124 4748100 United States Ph: +44 208 099 1660 Ph: +1 408 540 0001 Write to us at: sales@otssolutions.com Write to us at: sales@otssolutions.com Write to us at: sales@otssolutions.com http://www.otssolutions.com/