SlideShare a Scribd company logo
Getting Started   With PHP Frameworks By: Amit Kumar Singh
About Me Blog:   http://amiworks.co.in/talk
What is a   framework? A software framework, is an abstraction in which common code providing generic functionality can be selectively overridden or specialized by user code providing specific functionality. http://en.wikipedia.org/wiki/Software_framework
What is a   framework? A framework provides to the participants a  guideline and special tools  to work http://eu-share.org/glossary.html
What is a   framework? A  web application framework  is a software framework that is designed to support the development of dynamic websites, Web applications and Web services. The framework aims to alleviate the overhead associated with common activities used in Web development. http://en.wikipedia.org/wiki/Web_application_framework
Why   framework? A framework is designed to provide a structure for common elements (database interaction, presentation layer, application logic) so you spend less time writing up database interface code or presentation-layer interfaces and more time writing the application itself. http://www.ibm.com/developerworks/opensource/library/os-php-fwk1/index.html
How to choose   a framework
The One Your Boss Knows About The One Someone Else Already Installed The One They've Been Talking About How to choose   a framework
The One Your Boss Knows About The One Someone Else Already Installed The One They've Been Talking About How to choose   a framework
The One Your Boss Knows About The One Someone Else Already Installed The One They've Been Talking About How to choose   a framework
A good framework is easy to learn, simple to use, intuitive to work with, easy to extend or to modify, rapid to build (maintain) applications with and of course stable. How to choose   a framework http://www.mustap.com/phpzone_post_73_top-10-php-mvc-frameworks
What   Next?
We Study, Off-course
Flow of request Default behaviors Libraries in the core Check out extensions and libraries Quick study   of a framework What to look for
Flow of request Default behaviors Libraries in the core Check out extensions and libraries Quick study   of a framework What to look for
Flow of request Default behaviors Libraries in the core Check out extensions and libraries Quick study   of a framework What to look for
Flow of request Default behaviors Libraries in the core Check out extensions and libraries Quick study   of a framework What to look for
Now Build Something Blogging Application
Ask in forums Join mailing list IRC channel Facing   difficulties?
Ask in forums Join mailing list IRC channel Facing   difficulties?
Ask in forums Join mailing list IRC channel Facing   difficulties?
You asked in forums, now answer other’s questions You have joined mailing list, now participate in discussions Hangout at IRC channel Contribute  back
You asked in forums, now answer others question You have joined mailing list, now participate in discussions Hangout at IRC channel Contribute  back
You asked in forums, now answer others question You have joined mailing list, now participate in discussions Hangout at IRC channel Contribute  back
You can catch me at   http://amiworks.co.in/talk Thank You!! Email :   [email_address]

More Related Content

PDF
Presentation 1 Web--dev
altsav
 
PPTX
Better editorial experience in Drupal 7
Boyan Borisov
 
PPTX
Better editorial experience in Drupal 7
Boyan Borisov
 
PPSX
Joomla 3.5: better—faster—safer
sozzled3904
 
PPTX
Chatter sharing session presenation 13th july 2015 by manish
Manish Thaduri
 
PPT
Css part2
ISsoft
 
PDF
FL Blog Con 2015: How To Find The Best WordPress Plugins For You
Adam Soucie
 
PPT
Введение в веб-проектирование
Maryia Davidouskaia
 
Presentation 1 Web--dev
altsav
 
Better editorial experience in Drupal 7
Boyan Borisov
 
Better editorial experience in Drupal 7
Boyan Borisov
 
Joomla 3.5: better—faster—safer
sozzled3904
 
Chatter sharing session presenation 13th july 2015 by manish
Manish Thaduri
 
Css part2
ISsoft
 
FL Blog Con 2015: How To Find The Best WordPress Plugins For You
Adam Soucie
 
Введение в веб-проектирование
Maryia Davidouskaia
 

Viewers also liked (20)

PDF
Сергей Бережной "Про шаблонизаторы вообще и BEMHTML в частности"
Yandex
 
PDF
Custom Post Type and Taxonomies in WordPress 3.x
Amit Kumar Singh
 
PDF
Пингвины из калининграда
Andrew Yashenko
 
PPTX
WordPress as Rapid Prototyping Tool
Amit Kumar Singh
 
PPTX
Images and Tables in HTML
Aarti P
 
PPT
Php Security
Amit Kumar Singh
 
PPTX
6. таблицы и другие теги html
Sergei Dubrov
 
PDF
CSS Lessons Learned the Hard Way (Generate Conf)
Zoe Gillenwater
 
PPTX
17. основы css (cascading style sheets)
Sergei Dubrov
 
PDF
Show vs. Tell in UX Design (Front in Amsterdam)
Zoe Gillenwater
 
PDF
CSS Lessons Learned the Hard Way (ConvergeSE)
Zoe Gillenwater
 
PPT
Box Model
Amit Kumar Singh
 
PDF
How Joomla Works
Amit Kumar Singh
 
PPT
Таблицы Html
Vasya Petrov
 
PPTX
решение основной проблемы Agile (scrum) проектов в контексте ba
ISsoft
 
PPT
Верстка_Лекция1
itc73
 
PDF
Uwe usability evaluation
Lon Barfield
 
PPT
Joomla Request To Response
Amit Kumar Singh
 
PPTX
Тестирование требований
ISsoft
 
PDF
Using Flexbox Today (Generate Sydney 2016)
Zoe Gillenwater
 
Сергей Бережной "Про шаблонизаторы вообще и BEMHTML в частности"
Yandex
 
Custom Post Type and Taxonomies in WordPress 3.x
Amit Kumar Singh
 
Пингвины из калининграда
Andrew Yashenko
 
WordPress as Rapid Prototyping Tool
Amit Kumar Singh
 
Images and Tables in HTML
Aarti P
 
Php Security
Amit Kumar Singh
 
6. таблицы и другие теги html
Sergei Dubrov
 
CSS Lessons Learned the Hard Way (Generate Conf)
Zoe Gillenwater
 
17. основы css (cascading style sheets)
Sergei Dubrov
 
Show vs. Tell in UX Design (Front in Amsterdam)
Zoe Gillenwater
 
CSS Lessons Learned the Hard Way (ConvergeSE)
Zoe Gillenwater
 
Box Model
Amit Kumar Singh
 
How Joomla Works
Amit Kumar Singh
 
Таблицы Html
Vasya Petrov
 
решение основной проблемы Agile (scrum) проектов в контексте ba
ISsoft
 
Верстка_Лекция1
itc73
 
Uwe usability evaluation
Lon Barfield
 
Joomla Request To Response
Amit Kumar Singh
 
Тестирование требований
ISsoft
 
Using Flexbox Today (Generate Sydney 2016)
Zoe Gillenwater
 
Ad

Similar to Getting Started With Php Frameworks @BCP5 (20)

PPT
PHP_Frameworks_Discussion
Hean Hong Leong
 
ODP
A Good PHP Framework For Beginners Like Me!
Muhammad Ghazali
 
PPTX
PHP Frameworks, or how I learnt to stop worrying and love the code
Michal Juhas
 
PDF
Top Java Frameworks.pdf
SudhanshiBakre1
 
PPTX
Building A Platform From Open Source At Yahoo
Dustin Whittle
 
PDF
Why Laravel is the first choice for Web development_.pdf
Moon Technolabs Pvt. Ltd.
 
PPTX
What-is-Laravel and introduciton to Laravel
PraveenHegde20
 
PDF
Real World Multicore Embedded Systems 1st Edition Bryon Moyer
hilammotah11
 
PPTX
robot framework1.pptx
tanuranasingha1996
 
PPTX
Symfony2
Nursultan Turdaliev
 
PDF
Doing Open Source the Right Way
Charles Nutter
 
PPTX
Ja Sakai 09 V01
Michael Korcuska
 
PPTX
Laravel overview
Obinna Akunne
 
PDF
PHP Frameworks Review - Mar 19 2015
kyphpug
 
PPT
The Tools of Web 2.0
Meredith Farkas
 
PDF
Patterns And Practices For Infrastructure As Code With Examples In Python And...
gbartrilar
 
PDF
Os php-wiki1-pdf
Vrandesh Bandikatti
 
PDF
Full Download Real World Multicore Embedded Systems 1st Edition Bryon Moyer P...
tchicoiacopo
 
PDF
Ibm web sphere_job_interview_preparation_guide
Khemnath Chauhan
 
PDF
Best PHP Frameworks 2013
itechroom
 
PHP_Frameworks_Discussion
Hean Hong Leong
 
A Good PHP Framework For Beginners Like Me!
Muhammad Ghazali
 
PHP Frameworks, or how I learnt to stop worrying and love the code
Michal Juhas
 
Top Java Frameworks.pdf
SudhanshiBakre1
 
Building A Platform From Open Source At Yahoo
Dustin Whittle
 
Why Laravel is the first choice for Web development_.pdf
Moon Technolabs Pvt. Ltd.
 
What-is-Laravel and introduciton to Laravel
PraveenHegde20
 
Real World Multicore Embedded Systems 1st Edition Bryon Moyer
hilammotah11
 
robot framework1.pptx
tanuranasingha1996
 
Doing Open Source the Right Way
Charles Nutter
 
Ja Sakai 09 V01
Michael Korcuska
 
Laravel overview
Obinna Akunne
 
PHP Frameworks Review - Mar 19 2015
kyphpug
 
The Tools of Web 2.0
Meredith Farkas
 
Patterns And Practices For Infrastructure As Code With Examples In Python And...
gbartrilar
 
Os php-wiki1-pdf
Vrandesh Bandikatti
 
Full Download Real World Multicore Embedded Systems 1st Edition Bryon Moyer P...
tchicoiacopo
 
Ibm web sphere_job_interview_preparation_guide
Khemnath Chauhan
 
Best PHP Frameworks 2013
itechroom
 
Ad

More from Amit Kumar Singh (20)

PPTX
Improving Core Web Vitals for WordPress
Amit Kumar Singh
 
PPTX
Getting started with WordPress Development
Amit Kumar Singh
 
PPTX
Alternate Development Techniques on WordPress
Amit Kumar Singh
 
PPTX
Building Minimal Viable Product (MVP) with WordPress
Amit Kumar Singh
 
PPTX
Rapid Prototyping With WordPress
Amit Kumar Singh
 
PPTX
Stop Coding; Start Assembling Your Websites
Amit Kumar Singh
 
PPTX
WordPress Use Cases
Amit Kumar Singh
 
PPTX
Leveraging your business with WordPress
Amit Kumar Singh
 
PPT
Maharashtra at a glance
Amit Kumar Singh
 
PPTX
WPoid : You Blog, We Take Care Of The Rest
Amit Kumar Singh
 
ODP
Joomla Day India 2009 Business Logic With The Mvc
Amit Kumar Singh
 
PPT
Introduction to web services and how to in php
Amit Kumar Singh
 
PPT
Open Social Phpcamp
Amit Kumar Singh
 
PPT
Overview Of Drupal
Amit Kumar Singh
 
PPT
PHP tips by a MYSQL DBA
Amit Kumar Singh
 
PPT
Joomla @ Barcamp4(Feb 08 Pune)
Amit Kumar Singh
 
PPT
Tables And SQL basics
Amit Kumar Singh
 
PPT
JQuery: Introduction
Amit Kumar Singh
 
PPT
Drupal Form Api
Amit Kumar Singh
 
PPT
DRUPAL Menu System
Amit Kumar Singh
 
Improving Core Web Vitals for WordPress
Amit Kumar Singh
 
Getting started with WordPress Development
Amit Kumar Singh
 
Alternate Development Techniques on WordPress
Amit Kumar Singh
 
Building Minimal Viable Product (MVP) with WordPress
Amit Kumar Singh
 
Rapid Prototyping With WordPress
Amit Kumar Singh
 
Stop Coding; Start Assembling Your Websites
Amit Kumar Singh
 
WordPress Use Cases
Amit Kumar Singh
 
Leveraging your business with WordPress
Amit Kumar Singh
 
Maharashtra at a glance
Amit Kumar Singh
 
WPoid : You Blog, We Take Care Of The Rest
Amit Kumar Singh
 
Joomla Day India 2009 Business Logic With The Mvc
Amit Kumar Singh
 
Introduction to web services and how to in php
Amit Kumar Singh
 
Open Social Phpcamp
Amit Kumar Singh
 
Overview Of Drupal
Amit Kumar Singh
 
PHP tips by a MYSQL DBA
Amit Kumar Singh
 
Joomla @ Barcamp4(Feb 08 Pune)
Amit Kumar Singh
 
Tables And SQL basics
Amit Kumar Singh
 
JQuery: Introduction
Amit Kumar Singh
 
Drupal Form Api
Amit Kumar Singh
 
DRUPAL Menu System
Amit Kumar Singh
 

Recently uploaded (20)

PDF
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
PDF
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
PDF
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
PDF
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
PDF
Beyond Automation: The Role of IoT Sensor Integration in Next-Gen Industries
Rejig Digital
 
PDF
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
 
PDF
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
PDF
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
PDF
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
PDF
Accelerating Oracle Database 23ai Troubleshooting with Oracle AHF Fleet Insig...
Sandesh Rao
 
PPTX
Coupa-Overview _Assumptions presentation
annapureddyn
 
PDF
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
PPTX
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
PDF
Event Presentation Google Cloud Next Extended 2025
minhtrietgect
 
PDF
Advances in Ultra High Voltage (UHV) Transmission and Distribution Systems.pdf
Nabajyoti Banik
 
PDF
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
PPTX
IoT Sensor Integration 2025 Powering Smart Tech and Industrial Automation.pptx
Rejig Digital
 
PDF
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
PDF
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
 
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
Beyond Automation: The Role of IoT Sensor Integration in Next-Gen Industries
Rejig Digital
 
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
 
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
Using Anchore and DefectDojo to Stand Up Your DevSecOps Function
Anchore
 
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
Accelerating Oracle Database 23ai Troubleshooting with Oracle AHF Fleet Insig...
Sandesh Rao
 
Coupa-Overview _Assumptions presentation
annapureddyn
 
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
Event Presentation Google Cloud Next Extended 2025
minhtrietgect
 
Advances in Ultra High Voltage (UHV) Transmission and Distribution Systems.pdf
Nabajyoti Banik
 
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
IoT Sensor Integration 2025 Powering Smart Tech and Industrial Automation.pptx
Rejig Digital
 
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 

Getting Started With Php Frameworks @BCP5

  • 1. Getting Started With PHP Frameworks By: Amit Kumar Singh
  • 2. About Me Blog: http://amiworks.co.in/talk
  • 3. What is a framework? A software framework, is an abstraction in which common code providing generic functionality can be selectively overridden or specialized by user code providing specific functionality. http://en.wikipedia.org/wiki/Software_framework
  • 4. What is a framework? A framework provides to the participants a guideline and special tools to work http://eu-share.org/glossary.html
  • 5. What is a framework? A web application framework is a software framework that is designed to support the development of dynamic websites, Web applications and Web services. The framework aims to alleviate the overhead associated with common activities used in Web development. http://en.wikipedia.org/wiki/Web_application_framework
  • 6. Why framework? A framework is designed to provide a structure for common elements (database interaction, presentation layer, application logic) so you spend less time writing up database interface code or presentation-layer interfaces and more time writing the application itself. http://www.ibm.com/developerworks/opensource/library/os-php-fwk1/index.html
  • 7. How to choose a framework
  • 8. The One Your Boss Knows About The One Someone Else Already Installed The One They've Been Talking About How to choose a framework
  • 9. The One Your Boss Knows About The One Someone Else Already Installed The One They've Been Talking About How to choose a framework
  • 10. The One Your Boss Knows About The One Someone Else Already Installed The One They've Been Talking About How to choose a framework
  • 11. A good framework is easy to learn, simple to use, intuitive to work with, easy to extend or to modify, rapid to build (maintain) applications with and of course stable. How to choose a framework http://www.mustap.com/phpzone_post_73_top-10-php-mvc-frameworks
  • 12. What Next?
  • 14. Flow of request Default behaviors Libraries in the core Check out extensions and libraries Quick study of a framework What to look for
  • 15. Flow of request Default behaviors Libraries in the core Check out extensions and libraries Quick study of a framework What to look for
  • 16. Flow of request Default behaviors Libraries in the core Check out extensions and libraries Quick study of a framework What to look for
  • 17. Flow of request Default behaviors Libraries in the core Check out extensions and libraries Quick study of a framework What to look for
  • 18. Now Build Something Blogging Application
  • 19. Ask in forums Join mailing list IRC channel Facing difficulties?
  • 20. Ask in forums Join mailing list IRC channel Facing difficulties?
  • 21. Ask in forums Join mailing list IRC channel Facing difficulties?
  • 22. You asked in forums, now answer other’s questions You have joined mailing list, now participate in discussions Hangout at IRC channel Contribute back
  • 23. You asked in forums, now answer others question You have joined mailing list, now participate in discussions Hangout at IRC channel Contribute back
  • 24. You asked in forums, now answer others question You have joined mailing list, now participate in discussions Hangout at IRC channel Contribute back
  • 25. You can catch me at http://amiworks.co.in/talk Thank You!! Email : [email_address]