SlideShare a Scribd company logo
Zend Framework Zend Framework provides rich and flexible MVC components built using the object- oriented features of PHP 5. Md. Mahmud Ahsan Zend Certified Engineer http://mahmudahsan.wordpress.com/
Contents of presentation Part I  : Basics of Framework Part II  : Different types of Web Framework for PHP Part III : Overview of Zend Framework Part IV: Practical Example of Zend Framework
Part I  Basics of Framework
Basics of Framework In software development, a framework is a defined support  structure  in  which another software project can be organized and developed. An abstract design Set of common functionalities Developed for a particular domain What is a framework?
Basics of Framework Framework is a structured system Source codes become more manageable Easy to extend features Rapid application development Why should we use framework?
Basics of Framework Model-View-Controller development pattern.  MVC is a software approach that separates application logic from presentation.  Model :  The "stuff" you are using in the application – data, web services, feeds. View  :  The display returned to the user. Controller :  Manages the request environment, and determines what happens. What is MVC?
Basics of Framework The business world is heavily investing into the evolution of their services and product lines; both presentation and customer interaction are becoming Internet centric. Today, practically every bank offers online banking; every financial institution, brokerage house, and hedge fund is rewriting their trading systems to allow global access and trading from any internet-enabled location. Airline, defense, pharmaceutical, document management, and other industries are all adding Web interfaces to their business models. Applying MVC in Web-Based Application
Basics of Framework Applying MVC in Web-Based Application
Part II  Different types of Web Framework for PHP
Different types of Web Framework for PHP CakePHP  modeled after the concepts of Ruby on Rails. CodeIgnite r A PHP MVC framework. Drupal Community plumbing : open source modular framework and content management system. KohanaPHP  A powerful, lightweight, easily extendable PHP 5 MVC Framework. PRADO  A PHP 5 MVC framework. Qcodo  is an open-source PHP 5 web application framework Symfony Framework  PHP 5 MVC Framework. Zend Framework  A PHP 5-based MVC framework. ZNF PHP5  MVC framework for enterprise web applications Some Popular Web Frameworks
Different types of Web Framework for PHP The Tools The tests were run on a 1.8Ghz AMD sempron computer with 512Mb RAM running Ubuntu Gutsy (7.10) Desktop. The author used httperf to run the tests although I did run some of them again using apachebench and the results were consistent. The Results All scores are requests per second.  Higher is better . Ref:  http://www.avnetlabs.com/php/php-framework-comparison-benchmarks Benchmark of different Web Frameworks
Different types of Web Framework for PHP Ref:  http://www.avnetlabs.com/php/php-framework-comparison-benchmarks Benchmark of different Web Frameworks
Different types of Web Framework for PHP Ref:  http://www.avnetlabs.com/php/php-framework-comparison-benchmarks Benchmark of different Web Frameworks
Part III  Overview of Zend Framework
Overview of Zend Framework •  PHP 5 library for web development productivity •  Open source New BSD license is business-friendly Free for development and distribution CLA process assures that the code is free of legal issues •  Class library – over 150,000 lines of code •  Documentation – over 500 pages •  Quality & testing – over 4,200 unit tests 84%+ code coverage Deployed on many websites already What is Zend Framework?
Overview of Zend Framework • “ Extreme simplicity” ->  Easy solutions for the 80% most commonly-used functionality for web  applications ->  Extensibility enables easy customization, to solve the remaining 20% ->  No complex XML configuration files •  Good object-oriented and agile practices   ->  Use-at-will architecture ->  Design for extensibility ->  Frequent testing ->  Frequent interaction with user community Zend Framework Philosophy
Overview of Zend Framework Zend Framework aims to be a one-stop shop for web services and APIs from a variety of partners. Reference: http://framework.zend.com/partners/technology Google contributes to the Zend_Gdata component of the Zend Framework. which enables easy access to Google Data APIs for products like YouTube, Google Calendar, Picasa Web Photos, Google Docs, Blogger, and more. Zend Framework Technology Partners
Overview of Zend Framework IBM Research & Development Labs' Emerging Internet Technologies, led by  CTO David Boloker , has chosen Zend Framework to build and deliver several ambitious projects on. The IBM Software Group contributed to the Zend Framework with a couple of key components: The Zend Framework JSON support Some of the code for ZF's database support. David Boloker is a Distinguished Engineer and Chief Technical Officer for Emerging Internet Technologies in IBM Software Group .  Zend Framework Technology Partners
Overview of Zend Framework In October 2007, Microsoft Corp. announced a strategic collaboration with Zend Technologies Inc.  that will ultimately provide people with better control over their personal information on the Web and greatly improve the trustworthiness of Web-based interactions.  Zend Framework Technology Partners
Overview of Zend Framework The team developed Zend Framework
Overview of Zend Framework The team developed Zend Framework
Overview of Zend Framework The team developed Zend Framework
Overview of Zend Framework bwin Games AB bwin Interactive AG's subsidiary bwin Games AB based in Stockholm, has completely re-architected their site PokerRoom.com using PHP 5 and Zend Framework. The bwin Games team makes extensive use of the model-view-controller (MVC) industry-standard for designing web applications. Their multi-tier design uses Zend Framework's MVC implementation ref1:  http://www.bwin.ag/page.aspx?view=aboutus&lang=en ref2:  http://www.pokerroom.com/ Who are using Zend Framework?
Overview of Zend Framework Fox Interactive Media's IGN Entertainment division is one of the premier providers of online digital entertainment, with properties such as IGN.com, RottenTomatoes.com, and AskMen.com. IGN Entertainment's team at IGN community sites manages over 50 different community-based sites and has built an entirely new platform based on Zend Framework. Things the team wanted to accomplish with this new platform included:  ref1:  http://www.ign.com/ ref2:  http://www.rottentomatoes.com/ ref3: http://www.askmen.com/ Who are using Zend Framework?
Overview of Zend Framework IBM Software Group IBM Research & Development Labs' Emerging Internet Technologies, led by CTO David Boloker, has chosen Zend Framework to build and deliver their ambitious QEDWiki project on. The QEDWiki browser-based assembly canvas lets business users build mash-ups and situational applications from their own data sources and to design UI and business logic components onscreen. It has been engineered by IBM using many Zend Framework components.  Ref: http://services.alphaworks.ibm.com/qedwiki/ Who are using Zend Framework?
Overview of Zend Framework Indianapolis Motor Speedway Home of the Indy 500 race and owned by the Clabber Girl corporation (est. 1879), the Indianapolis Motor Speedway (IMS) maintains over two dozen sites and they have chosen to standardize their PHP website development on Zend Framework.  ref1:  http://www.clabbergirl.com/ ref2: http://indianapolismotorspeedway.com/  Who are using Zend Framework?
Overview of Zend Framework What's in the Zend Framework?
Overview of Zend Framework What's in the Zend Framework?
Overview of Zend Framework What's in the Zend Framework?
Overview of Zend Framework What's in the Zend Framework?
Overview of Zend Framework What's in the Zend Framework?
Overview of Zend Framework What's in the Zend Framework?
Overview of Zend Framework What's in the Zend Framework?
Overview of Zend Framework •  The Front Controller routes requests to controllers •  Routing is a mapping of URL parts to controllers Features of MVC in Zend Framework
Overview of Zend Framework •  Declare custom routing rules Not limited to “controller/action/param” format •  Optional Controller Plugins, Action Helpers, and View Helpers ErrorHandler plugin handles exceptions, 404 errors, etc. FlashMessenger, Redirector, ViewRenderer helpers Output common HTML elements in views •  Extensible interfaces Write your own plugins and helpers Features of MVC in Zend Framework
Overview of Zend Framework 1. Zend_Acl lightweight and flexible access control list (ACL) functionality privileges management.  2. Zend_Auth provides an API for authentication Includes concrete authentication adapters for common use  Included “Identity 2.0″ adapters such as OpenID and Microsoft InfoCard.   3. Zend_Cache A flexible approach toward caching data Including support for tagging, manipulating, iterating, and removing subsets.  Goals of Zend Framework Components
Overview of Zend Framework 4. Zend_Config Simplifies the use of configuration data for web applications  5. Zend_Controller and Zend_View These components provide the infrastructure for a Model-View-Controller (MVC) website.  6. Zend_Date Offers a detailed but simple API for manipulating dates and times. 7. Zend_Db This is a lightweight database access layer Providing an interface to PDO and other database extensions in PHP.  Includes adapters for each database driver A query profiler, and an API to construct most SELECT statements.  Goals of Zend Framework Components
Overview of Zend Framework 8. Zend_Db_Table The Zend_Db_Table component is a lightweight solution for object-oriented programming with databases.  9. Zend_Feed This component provides a very simple way to work with live syndicated feeds.  10. Zend_Filter and Zend_Validate Basic tools necessary for input filtering and validation.  11. Zend_Filter_Input This is a configurable solution for declaring and enforcing filtering and validation rules. Goals of Zend Framework Components
Overview of Zend Framework 12. Zend_Form This component provides an object-oriented interface for building forms Complete with input filtering and rendering capabilities.  13. Zend_Gdata (Zend Google Data Client) The Google Data APIs provide read/write access to such services hosted at google.com as Spreadsheets, Calendar, Blogger, and CodeSearch.   14. Zend_Filter and Zend_Validate Basic tools necessary for input filtering and validation.  15. Zend_Filter_Input This is a configurable solution for declaring and enforcing filtering and validation rules. Goals of Zend Framework Components
Overview of Zend Framework 12. Zend_Form This component provides an object-oriented interface for building forms Complete with input filtering and rendering capabilities.  13. Zend_Gdata (Zend Google Data Client) The Google Data APIs provide read/write access to such services hosted at google.com as Spreadsheets, Calendar, Blogger, and CodeSearch.   14. Zend_Filter and Zend_Validate Basic tools necessary for input filtering and validation.  15. Zend_Filter_Input This is a configurable solution for declaring and enforcing filtering and validation rules. Goals of Zend Framework Components
Ad

Recommended

Arun Kumar(7.8Yrs).DOC
Arun Kumar(7.8Yrs).DOC
Arun Kumar Rajamandrapu
 
JSF 2.2 Input Output JavaLand 2015
JSF 2.2 Input Output JavaLand 2015
Edward Burns
 
Ed presents JSF 2.2 and WebSocket to Gameduell.
Ed presents JSF 2.2 and WebSocket to Gameduell.
Edward Burns
 
Mahesh_Dimble
Mahesh_Dimble
Mahesh Dimble
 
Node.JS Vs PHP: Which Is The Top Server-Side Programming Language?
Node.JS Vs PHP: Which Is The Top Server-Side Programming Language?
PixelCrayons
 
Java EE 7 from an HTML5 Perspective, JavaLand 2015
Java EE 7 from an HTML5 Perspective, JavaLand 2015
Edward Burns
 
Burns jsf-confess-2015
Burns jsf-confess-2015
Edward Burns
 
MAITRAYEE SAHA
MAITRAYEE SAHA
maitrayee saha
 
Pratham Software Corporate profile
Pratham Software Corporate profile
Komal Lopez
 
Actively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net Developer
Karthik Reddy
 
Convert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hour
Convert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hour
Brian Culver
 
Resume
Resume
Yashwant Sharan
 
Top 6 leading PHP frameworks for web development
Top 6 leading PHP frameworks for web development
Appfinz Technologies
 
PHP Frameworks
PHP Frameworks
Dumindu Pahalawatta
 
RIA with Flex & PHP - Tulsa TechFest 2009
RIA with Flex & PHP - Tulsa TechFest 2009
Jason Ragsdale
 
Basic Java script handouts for students
Basic Java script handouts for students
shafiq sangi
 
Php Framework
Php Framework
cncwebworld
 
Narasimha reddy Telluri
Narasimha reddy Telluri
NarasimhaReddy Telluri
 
Gangadhar_Challa_Profile
Gangadhar_Challa_Profile
Gangadhar Challa
 
emediaIT and Dell Breakfast - 2009.11.05
emediaIT and Dell Breakfast - 2009.11.05
Venketash (Pat) Ramadass
 
SAP Business Objects Software development Kit
SAP Business Objects Software development Kit
Sandeep Sharma IIMK Smart City,IoT,Bigdata,Cloud,BI,DW
 
Resume 2016-5
Resume 2016-5
Siddhartha Kambampati
 
Naresh_Profile
Naresh_Profile
Naresh Reddy
 
Integrating IBM Business Process Manager with a hybrid MobileFirst application
Integrating IBM Business Process Manager with a hybrid MobileFirst application
GaneshNagalingam1
 
Django Developer Certification
Django Developer Certification
Vskills
 
Ram Prasad P.S.S
Ram Prasad P.S.S
Ram Prasad S S Panuganti
 
vinod kumar JAVA
vinod kumar JAVA
Vinod Kumar
 
Concern of Web Application Security
Concern of Web Application Security
Mahmud Ahsan
 
Zend Framework 1 + Doctrine 2
Zend Framework 1 + Doctrine 2
Ralph Schindler
 
Request Lifecycle im Zend Framework
Request Lifecycle im Zend Framework
Mayflower GmbH
 

More Related Content

What's hot (19)

Pratham Software Corporate profile
Pratham Software Corporate profile
Komal Lopez
 
Actively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net Developer
Karthik Reddy
 
Convert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hour
Convert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hour
Brian Culver
 
Resume
Resume
Yashwant Sharan
 
Top 6 leading PHP frameworks for web development
Top 6 leading PHP frameworks for web development
Appfinz Technologies
 
PHP Frameworks
PHP Frameworks
Dumindu Pahalawatta
 
RIA with Flex & PHP - Tulsa TechFest 2009
RIA with Flex & PHP - Tulsa TechFest 2009
Jason Ragsdale
 
Basic Java script handouts for students
Basic Java script handouts for students
shafiq sangi
 
Php Framework
Php Framework
cncwebworld
 
Narasimha reddy Telluri
Narasimha reddy Telluri
NarasimhaReddy Telluri
 
Gangadhar_Challa_Profile
Gangadhar_Challa_Profile
Gangadhar Challa
 
emediaIT and Dell Breakfast - 2009.11.05
emediaIT and Dell Breakfast - 2009.11.05
Venketash (Pat) Ramadass
 
SAP Business Objects Software development Kit
SAP Business Objects Software development Kit
Sandeep Sharma IIMK Smart City,IoT,Bigdata,Cloud,BI,DW
 
Resume 2016-5
Resume 2016-5
Siddhartha Kambampati
 
Naresh_Profile
Naresh_Profile
Naresh Reddy
 
Integrating IBM Business Process Manager with a hybrid MobileFirst application
Integrating IBM Business Process Manager with a hybrid MobileFirst application
GaneshNagalingam1
 
Django Developer Certification
Django Developer Certification
Vskills
 
Ram Prasad P.S.S
Ram Prasad P.S.S
Ram Prasad S S Panuganti
 
vinod kumar JAVA
vinod kumar JAVA
Vinod Kumar
 
Pratham Software Corporate profile
Pratham Software Corporate profile
Komal Lopez
 
Actively looking for an opportunity to work as a challenging Dot Net Developer
Actively looking for an opportunity to work as a challenging Dot Net Developer
Karthik Reddy
 
Convert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hour
Convert your Full Trust Solutions to the SharePoint Framework (SPFx) in 1 hour
Brian Culver
 
Top 6 leading PHP frameworks for web development
Top 6 leading PHP frameworks for web development
Appfinz Technologies
 
RIA with Flex & PHP - Tulsa TechFest 2009
RIA with Flex & PHP - Tulsa TechFest 2009
Jason Ragsdale
 
Basic Java script handouts for students
Basic Java script handouts for students
shafiq sangi
 
Integrating IBM Business Process Manager with a hybrid MobileFirst application
Integrating IBM Business Process Manager with a hybrid MobileFirst application
GaneshNagalingam1
 
Django Developer Certification
Django Developer Certification
Vskills
 
vinod kumar JAVA
vinod kumar JAVA
Vinod Kumar
 

Viewers also liked (20)

Concern of Web Application Security
Concern of Web Application Security
Mahmud Ahsan
 
Zend Framework 1 + Doctrine 2
Zend Framework 1 + Doctrine 2
Ralph Schindler
 
Request Lifecycle im Zend Framework
Request Lifecycle im Zend Framework
Mayflower GmbH
 
Zend - Installation And Sample Project Creation
Zend - Installation And Sample Project Creation
Compare Infobase Limited
 
Eva florence 2014
Eva florence 2014
Dov Winer
 
Session3 pl online_course_31_may2011
Session3 pl online_course_31_may2011
LeslieOflahavan
 
080724 Mosaica Content Related Rtd
080724 Mosaica Content Related Rtd
Dov Winer
 
Profile Lembaga
Profile Lembaga
Centre for Adult Learning and Literacy
 
WebVisions – ViziCities: Bringing Cities to Life Using Big Data
WebVisions – ViziCities: Bringing Cities to Life Using Big Data
Robin Hawkes
 
How To Use Chinswing
How To Use Chinswing
Carolina Rodriguez
 
E Commerce V4 Changes
E Commerce V4 Changes
Gordon Heydon
 
Learning Objects: Achievements and frustrations in a leading initiative - the...
Learning Objects: Achievements and frustrations in a leading initiative - the...
Dov Winer
 
ViziCities: Making SimCity for the Real World
ViziCities: Making SimCity for the Real World
Robin Hawkes
 
Welcome
Welcome
guestc278c6
 
HTML5 Technologies for Game Development - Web Directions Code
HTML5 Technologies for Game Development - Web Directions Code
Robin Hawkes
 
Making the Web Multilingual
Making the Web Multilingual
Jessica Spengler
 
MozTW Off-Line Paper at 2009
MozTW Off-Line Paper at 2009
Toomore
 
EL ORIGEN DEL UNIVERSO
EL ORIGEN DEL UNIVERSO
JAVIER DE LUCAS LINARES
 
Concern of Web Application Security
Concern of Web Application Security
Mahmud Ahsan
 
Zend Framework 1 + Doctrine 2
Zend Framework 1 + Doctrine 2
Ralph Schindler
 
Request Lifecycle im Zend Framework
Request Lifecycle im Zend Framework
Mayflower GmbH
 
Zend - Installation And Sample Project Creation
Zend - Installation And Sample Project Creation
Compare Infobase Limited
 
Eva florence 2014
Eva florence 2014
Dov Winer
 
Session3 pl online_course_31_may2011
Session3 pl online_course_31_may2011
LeslieOflahavan
 
080724 Mosaica Content Related Rtd
080724 Mosaica Content Related Rtd
Dov Winer
 
WebVisions – ViziCities: Bringing Cities to Life Using Big Data
WebVisions – ViziCities: Bringing Cities to Life Using Big Data
Robin Hawkes
 
E Commerce V4 Changes
E Commerce V4 Changes
Gordon Heydon
 
Learning Objects: Achievements and frustrations in a leading initiative - the...
Learning Objects: Achievements and frustrations in a leading initiative - the...
Dov Winer
 
ViziCities: Making SimCity for the Real World
ViziCities: Making SimCity for the Real World
Robin Hawkes
 
HTML5 Technologies for Game Development - Web Directions Code
HTML5 Technologies for Game Development - Web Directions Code
Robin Hawkes
 
Making the Web Multilingual
Making the Web Multilingual
Jessica Spengler
 
MozTW Off-Line Paper at 2009
MozTW Off-Line Paper at 2009
Toomore
 
Ad

Similar to Application development using Zend Framework (20)

Technource - Zend framework Developers India
Technource - Zend framework Developers India
Technource
 
DPC2007 Zend Framework (Gaylord Aulke)
DPC2007 Zend Framework (Gaylord Aulke)
dpc
 
Lamp Zend Security
Lamp Zend Security
Ram Srivastava
 
How To Choose A PHP Web Development Framework In 2022
How To Choose A PHP Web Development Framework In 2022
freitabrowing
 
MVC & CodeIgniter
MVC & CodeIgniter
Harshit Gupta
 
CODE IGNITER
CODE IGNITER
Yesha kapadia
 
Top 10 Node.JS Frameworks To Gear Up Your Web App Development in 2021
Top 10 Node.JS Frameworks To Gear Up Your Web App Development in 2021
Katy Slemon
 
Web Development Presentation
Web Development Presentation
TurnToTech
 
Vijay Oscon
Vijay Oscon
vijayrvr
 
Php Frameworks
Php Frameworks
Ryan Davis
 
Why Zend Framework? - Meetup event!
Why Zend Framework? - Meetup event!
AJINKYA N
 
green
green
alind tiwari
 
codeigniter
codeigniter
Utkarsh Chaturvedi
 
Php framework
Php framework
cncwebworld
 
Zend framework 01 - introduction
Zend framework 01 - introduction
Tricode (part of Dept)
 
PHP Development: Top Frameworks for Creating Dynamic Websites.
PHP Development: Top Frameworks for Creating Dynamic Websites.
JohnParker598570
 
Zend MVC pattern based Framework – Best for Enterprise web applications
Zend MVC pattern based Framework – Best for Enterprise web applications
Etisbew Technology Group
 
Why Codeigniter Development Services are preferred?
Why Codeigniter Development Services are preferred?
NCode Technologies Inc.
 
Open Source Web Technologies
Open Source Web Technologies
Aastha Sethi
 
Codeigniter, a MVC framework for beginner
Codeigniter, a MVC framework for beginner
aminbd
 
Technource - Zend framework Developers India
Technource - Zend framework Developers India
Technource
 
DPC2007 Zend Framework (Gaylord Aulke)
DPC2007 Zend Framework (Gaylord Aulke)
dpc
 
How To Choose A PHP Web Development Framework In 2022
How To Choose A PHP Web Development Framework In 2022
freitabrowing
 
Top 10 Node.JS Frameworks To Gear Up Your Web App Development in 2021
Top 10 Node.JS Frameworks To Gear Up Your Web App Development in 2021
Katy Slemon
 
Web Development Presentation
Web Development Presentation
TurnToTech
 
Vijay Oscon
Vijay Oscon
vijayrvr
 
Php Frameworks
Php Frameworks
Ryan Davis
 
Why Zend Framework? - Meetup event!
Why Zend Framework? - Meetup event!
AJINKYA N
 
PHP Development: Top Frameworks for Creating Dynamic Websites.
PHP Development: Top Frameworks for Creating Dynamic Websites.
JohnParker598570
 
Zend MVC pattern based Framework – Best for Enterprise web applications
Zend MVC pattern based Framework – Best for Enterprise web applications
Etisbew Technology Group
 
Why Codeigniter Development Services are preferred?
Why Codeigniter Development Services are preferred?
NCode Technologies Inc.
 
Open Source Web Technologies
Open Source Web Technologies
Aastha Sethi
 
Codeigniter, a MVC framework for beginner
Codeigniter, a MVC framework for beginner
aminbd
 
Ad

Recently uploaded (20)

BOURNS POTENTIOMETER Provide You Precision
BOURNS POTENTIOMETER Provide You Precision
smidmart
 
Ian McAllister - Respected Photographer And Writer
Ian McAllister - Respected Photographer And Writer
Ian McAllister
 
“Built with our sleeves rolled up”Action
“Built with our sleeves rolled up”Action
Action EDI
 
Akční plán pro chemický průmysl - Ivan Souček
Akční plán pro chemický průmysl - Ivan Souček
pavelborek
 
Webinar: Why Odoo is a game-changer for Service Companies
Webinar: Why Odoo is a game-changer for Service Companies
dear digital
 
Abhay Bhutada Foundation’s and Shivsrushti’s Impact
Abhay Bhutada Foundation’s and Shivsrushti’s Impact
Roshan Rai
 
solulab.com-How to Build a Private LLM.pdf
solulab.com-How to Build a Private LLM.pdf
celinedion89121
 
Shivsrushti - A Living Chronicle of Maharashtra’s History
Shivsrushti - A Living Chronicle of Maharashtra’s History
Raj Kumble
 
Enterprise Architecture Professional Journal Vol IX June 2025.pdf
Enterprise Architecture Professional Journal Vol IX June 2025.pdf
Darryl_Carr
 
QuickBooks Keeps Freezing: Causes & Solutions.pptx
QuickBooks Keeps Freezing: Causes & Solutions.pptx
robastwilliams
 
BMGI India Addressing Strategic, Innovative, and Operational Problems at Core...
BMGI India Addressing Strategic, Innovative, and Operational Problems at Core...
Naresh Raisinghani
 
Kenyan Msme Export Book by Dickens Aluha Mujumba
Kenyan Msme Export Book by Dickens Aluha Mujumba
JoshuaKihara
 
Goal Setting & Motivation (slides 2).pptx
Goal Setting & Motivation (slides 2).pptx
selvavishnuchelliah2
 
Podcast Show Notes - Rapid International Expansion for Scale-up Stage Tech Bu...
Podcast Show Notes - Rapid International Expansion for Scale-up Stage Tech Bu...
Dave Litwiller
 
The Executive’s Guide to Stress-Free Airport Transfers in London
The Executive’s Guide to Stress-Free Airport Transfers in London
Jannah Express
 
smidmart industrial Automation Ones Stop Solution
smidmart industrial Automation Ones Stop Solution
smidmart
 
IBX Prospective Consultant Information Pack
IBX Prospective Consultant Information Pack
IBX Daya Nusantara
 
Stone Hill Ready Mix Concrete Bagalur
Stone Hill Ready Mix Concrete Bagalur
stonehillrealtyblr
 
The APCO Geopolitical Radar Q3 2025 Edition
The APCO Geopolitical Radar Q3 2025 Edition
APCO
 
IEA_Press_Release_Tullow_Agreement-16-6-2025-1.pdf
IEA_Press_Release_Tullow_Agreement-16-6-2025-1.pdf
businessweekghana
 
BOURNS POTENTIOMETER Provide You Precision
BOURNS POTENTIOMETER Provide You Precision
smidmart
 
Ian McAllister - Respected Photographer And Writer
Ian McAllister - Respected Photographer And Writer
Ian McAllister
 
“Built with our sleeves rolled up”Action
“Built with our sleeves rolled up”Action
Action EDI
 
Akční plán pro chemický průmysl - Ivan Souček
Akční plán pro chemický průmysl - Ivan Souček
pavelborek
 
Webinar: Why Odoo is a game-changer for Service Companies
Webinar: Why Odoo is a game-changer for Service Companies
dear digital
 
Abhay Bhutada Foundation’s and Shivsrushti’s Impact
Abhay Bhutada Foundation’s and Shivsrushti’s Impact
Roshan Rai
 
solulab.com-How to Build a Private LLM.pdf
solulab.com-How to Build a Private LLM.pdf
celinedion89121
 
Shivsrushti - A Living Chronicle of Maharashtra’s History
Shivsrushti - A Living Chronicle of Maharashtra’s History
Raj Kumble
 
Enterprise Architecture Professional Journal Vol IX June 2025.pdf
Enterprise Architecture Professional Journal Vol IX June 2025.pdf
Darryl_Carr
 
QuickBooks Keeps Freezing: Causes & Solutions.pptx
QuickBooks Keeps Freezing: Causes & Solutions.pptx
robastwilliams
 
BMGI India Addressing Strategic, Innovative, and Operational Problems at Core...
BMGI India Addressing Strategic, Innovative, and Operational Problems at Core...
Naresh Raisinghani
 
Kenyan Msme Export Book by Dickens Aluha Mujumba
Kenyan Msme Export Book by Dickens Aluha Mujumba
JoshuaKihara
 
Goal Setting & Motivation (slides 2).pptx
Goal Setting & Motivation (slides 2).pptx
selvavishnuchelliah2
 
Podcast Show Notes - Rapid International Expansion for Scale-up Stage Tech Bu...
Podcast Show Notes - Rapid International Expansion for Scale-up Stage Tech Bu...
Dave Litwiller
 
The Executive’s Guide to Stress-Free Airport Transfers in London
The Executive’s Guide to Stress-Free Airport Transfers in London
Jannah Express
 
smidmart industrial Automation Ones Stop Solution
smidmart industrial Automation Ones Stop Solution
smidmart
 
IBX Prospective Consultant Information Pack
IBX Prospective Consultant Information Pack
IBX Daya Nusantara
 
Stone Hill Ready Mix Concrete Bagalur
Stone Hill Ready Mix Concrete Bagalur
stonehillrealtyblr
 
The APCO Geopolitical Radar Q3 2025 Edition
The APCO Geopolitical Radar Q3 2025 Edition
APCO
 
IEA_Press_Release_Tullow_Agreement-16-6-2025-1.pdf
IEA_Press_Release_Tullow_Agreement-16-6-2025-1.pdf
businessweekghana
 

Application development using Zend Framework

  • 1. Zend Framework Zend Framework provides rich and flexible MVC components built using the object- oriented features of PHP 5. Md. Mahmud Ahsan Zend Certified Engineer http://mahmudahsan.wordpress.com/
  • 2. Contents of presentation Part I : Basics of Framework Part II : Different types of Web Framework for PHP Part III : Overview of Zend Framework Part IV: Practical Example of Zend Framework
  • 3. Part I Basics of Framework
  • 4. Basics of Framework In software development, a framework is a defined support structure in which another software project can be organized and developed. An abstract design Set of common functionalities Developed for a particular domain What is a framework?
  • 5. Basics of Framework Framework is a structured system Source codes become more manageable Easy to extend features Rapid application development Why should we use framework?
  • 6. Basics of Framework Model-View-Controller development pattern. MVC is a software approach that separates application logic from presentation. Model : The "stuff" you are using in the application – data, web services, feeds. View : The display returned to the user. Controller : Manages the request environment, and determines what happens. What is MVC?
  • 7. Basics of Framework The business world is heavily investing into the evolution of their services and product lines; both presentation and customer interaction are becoming Internet centric. Today, practically every bank offers online banking; every financial institution, brokerage house, and hedge fund is rewriting their trading systems to allow global access and trading from any internet-enabled location. Airline, defense, pharmaceutical, document management, and other industries are all adding Web interfaces to their business models. Applying MVC in Web-Based Application
  • 8. Basics of Framework Applying MVC in Web-Based Application
  • 9. Part II Different types of Web Framework for PHP
  • 10. Different types of Web Framework for PHP CakePHP modeled after the concepts of Ruby on Rails. CodeIgnite r A PHP MVC framework. Drupal Community plumbing : open source modular framework and content management system. KohanaPHP A powerful, lightweight, easily extendable PHP 5 MVC Framework. PRADO A PHP 5 MVC framework. Qcodo is an open-source PHP 5 web application framework Symfony Framework PHP 5 MVC Framework. Zend Framework A PHP 5-based MVC framework. ZNF PHP5 MVC framework for enterprise web applications Some Popular Web Frameworks
  • 11. Different types of Web Framework for PHP The Tools The tests were run on a 1.8Ghz AMD sempron computer with 512Mb RAM running Ubuntu Gutsy (7.10) Desktop. The author used httperf to run the tests although I did run some of them again using apachebench and the results were consistent. The Results All scores are requests per second. Higher is better . Ref: http://www.avnetlabs.com/php/php-framework-comparison-benchmarks Benchmark of different Web Frameworks
  • 12. Different types of Web Framework for PHP Ref: http://www.avnetlabs.com/php/php-framework-comparison-benchmarks Benchmark of different Web Frameworks
  • 13. Different types of Web Framework for PHP Ref: http://www.avnetlabs.com/php/php-framework-comparison-benchmarks Benchmark of different Web Frameworks
  • 14. Part III Overview of Zend Framework
  • 15. Overview of Zend Framework • PHP 5 library for web development productivity • Open source New BSD license is business-friendly Free for development and distribution CLA process assures that the code is free of legal issues • Class library – over 150,000 lines of code • Documentation – over 500 pages • Quality & testing – over 4,200 unit tests 84%+ code coverage Deployed on many websites already What is Zend Framework?
  • 16. Overview of Zend Framework • “ Extreme simplicity” -> Easy solutions for the 80% most commonly-used functionality for web applications -> Extensibility enables easy customization, to solve the remaining 20% -> No complex XML configuration files • Good object-oriented and agile practices -> Use-at-will architecture -> Design for extensibility -> Frequent testing -> Frequent interaction with user community Zend Framework Philosophy
  • 17. Overview of Zend Framework Zend Framework aims to be a one-stop shop for web services and APIs from a variety of partners. Reference: http://framework.zend.com/partners/technology Google contributes to the Zend_Gdata component of the Zend Framework. which enables easy access to Google Data APIs for products like YouTube, Google Calendar, Picasa Web Photos, Google Docs, Blogger, and more. Zend Framework Technology Partners
  • 18. Overview of Zend Framework IBM Research & Development Labs' Emerging Internet Technologies, led by CTO David Boloker , has chosen Zend Framework to build and deliver several ambitious projects on. The IBM Software Group contributed to the Zend Framework with a couple of key components: The Zend Framework JSON support Some of the code for ZF's database support. David Boloker is a Distinguished Engineer and Chief Technical Officer for Emerging Internet Technologies in IBM Software Group . Zend Framework Technology Partners
  • 19. Overview of Zend Framework In October 2007, Microsoft Corp. announced a strategic collaboration with Zend Technologies Inc. that will ultimately provide people with better control over their personal information on the Web and greatly improve the trustworthiness of Web-based interactions. Zend Framework Technology Partners
  • 20. Overview of Zend Framework The team developed Zend Framework
  • 21. Overview of Zend Framework The team developed Zend Framework
  • 22. Overview of Zend Framework The team developed Zend Framework
  • 23. Overview of Zend Framework bwin Games AB bwin Interactive AG's subsidiary bwin Games AB based in Stockholm, has completely re-architected their site PokerRoom.com using PHP 5 and Zend Framework. The bwin Games team makes extensive use of the model-view-controller (MVC) industry-standard for designing web applications. Their multi-tier design uses Zend Framework's MVC implementation ref1: http://www.bwin.ag/page.aspx?view=aboutus&lang=en ref2: http://www.pokerroom.com/ Who are using Zend Framework?
  • 24. Overview of Zend Framework Fox Interactive Media's IGN Entertainment division is one of the premier providers of online digital entertainment, with properties such as IGN.com, RottenTomatoes.com, and AskMen.com. IGN Entertainment's team at IGN community sites manages over 50 different community-based sites and has built an entirely new platform based on Zend Framework. Things the team wanted to accomplish with this new platform included: ref1: http://www.ign.com/ ref2: http://www.rottentomatoes.com/ ref3: http://www.askmen.com/ Who are using Zend Framework?
  • 25. Overview of Zend Framework IBM Software Group IBM Research & Development Labs' Emerging Internet Technologies, led by CTO David Boloker, has chosen Zend Framework to build and deliver their ambitious QEDWiki project on. The QEDWiki browser-based assembly canvas lets business users build mash-ups and situational applications from their own data sources and to design UI and business logic components onscreen. It has been engineered by IBM using many Zend Framework components. Ref: http://services.alphaworks.ibm.com/qedwiki/ Who are using Zend Framework?
  • 26. Overview of Zend Framework Indianapolis Motor Speedway Home of the Indy 500 race and owned by the Clabber Girl corporation (est. 1879), the Indianapolis Motor Speedway (IMS) maintains over two dozen sites and they have chosen to standardize their PHP website development on Zend Framework. ref1: http://www.clabbergirl.com/ ref2: http://indianapolismotorspeedway.com/ Who are using Zend Framework?
  • 27. Overview of Zend Framework What's in the Zend Framework?
  • 28. Overview of Zend Framework What's in the Zend Framework?
  • 29. Overview of Zend Framework What's in the Zend Framework?
  • 30. Overview of Zend Framework What's in the Zend Framework?
  • 31. Overview of Zend Framework What's in the Zend Framework?
  • 32. Overview of Zend Framework What's in the Zend Framework?
  • 33. Overview of Zend Framework What's in the Zend Framework?
  • 34. Overview of Zend Framework • The Front Controller routes requests to controllers • Routing is a mapping of URL parts to controllers Features of MVC in Zend Framework
  • 35. Overview of Zend Framework • Declare custom routing rules Not limited to “controller/action/param” format • Optional Controller Plugins, Action Helpers, and View Helpers ErrorHandler plugin handles exceptions, 404 errors, etc. FlashMessenger, Redirector, ViewRenderer helpers Output common HTML elements in views • Extensible interfaces Write your own plugins and helpers Features of MVC in Zend Framework
  • 36. Overview of Zend Framework 1. Zend_Acl lightweight and flexible access control list (ACL) functionality privileges management. 2. Zend_Auth provides an API for authentication Includes concrete authentication adapters for common use Included “Identity 2.0″ adapters such as OpenID and Microsoft InfoCard. 3. Zend_Cache A flexible approach toward caching data Including support for tagging, manipulating, iterating, and removing subsets. Goals of Zend Framework Components
  • 37. Overview of Zend Framework 4. Zend_Config Simplifies the use of configuration data for web applications 5. Zend_Controller and Zend_View These components provide the infrastructure for a Model-View-Controller (MVC) website. 6. Zend_Date Offers a detailed but simple API for manipulating dates and times. 7. Zend_Db This is a lightweight database access layer Providing an interface to PDO and other database extensions in PHP. Includes adapters for each database driver A query profiler, and an API to construct most SELECT statements. Goals of Zend Framework Components
  • 38. Overview of Zend Framework 8. Zend_Db_Table The Zend_Db_Table component is a lightweight solution for object-oriented programming with databases. 9. Zend_Feed This component provides a very simple way to work with live syndicated feeds. 10. Zend_Filter and Zend_Validate Basic tools necessary for input filtering and validation. 11. Zend_Filter_Input This is a configurable solution for declaring and enforcing filtering and validation rules. Goals of Zend Framework Components
  • 39. Overview of Zend Framework 12. Zend_Form This component provides an object-oriented interface for building forms Complete with input filtering and rendering capabilities. 13. Zend_Gdata (Zend Google Data Client) The Google Data APIs provide read/write access to such services hosted at google.com as Spreadsheets, Calendar, Blogger, and CodeSearch. 14. Zend_Filter and Zend_Validate Basic tools necessary for input filtering and validation. 15. Zend_Filter_Input This is a configurable solution for declaring and enforcing filtering and validation rules. Goals of Zend Framework Components
  • 40. Overview of Zend Framework 12. Zend_Form This component provides an object-oriented interface for building forms Complete with input filtering and rendering capabilities. 13. Zend_Gdata (Zend Google Data Client) The Google Data APIs provide read/write access to such services hosted at google.com as Spreadsheets, Calendar, Blogger, and CodeSearch. 14. Zend_Filter and Zend_Validate Basic tools necessary for input filtering and validation. 15. Zend_Filter_Input This is a configurable solution for declaring and enforcing filtering and validation rules. Goals of Zend Framework Components