SlideShare une entreprise Scribd logo
1  sur  34
Télécharger pour lire hors ligne
Joomla! Framework
                            Stick to the code !
                             Text


   The code is not like rules it’s more a set of guidelines




PHPBootCamp NL, June 2007
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                                                About me




      Johan ‘Jinx’ Janssens
Joomla! Project manager and lead developer




                                                                                      1
               http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




What is Joomla!

  Open Source Content Management System

           Jumla (Swahili) : all together

           Founded in september 2006

           Rebrand from Mambo




                                                                                          2
                   http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                                               zend




                                                                       3
http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                                    symfony




                                                                       4
http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                                          joomla




                                                                       5
http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                                                         situation




Content Management Framework                                     Joomla!

Web Application Framework                                        Symfony

PHP Class Library                                                Zend




                                                                                           6
                    http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                                                   Intro




1. Goals
2. Philosophy
2. Architecture
3. Framework



                                                                         7
  http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                                             Goals




Goals




                                                                       8
http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                                                                Goals


Joomla! 1.5 Goals

 1. Internationalisation

 2. Application framework

 3. Extendibility

 4. Accessibility/Usability

 5. Backwards compatiblity


                                                                                             9
                      http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                                            Goals


                             ww.ohloh.net




                                                                       10
http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                             Philosophy




Philosophy




                                                                       11
http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                                                      Philosophy

Joomla! concepts

  opensource          content management

   • freedom          • keep is small simple (KISS)
   • choice           • be flexible and agile
   • control          • design to be extendible
   • fun              • reduce choice
                         Barry Swharts : video.google.com/videoplay?docid=6127548813950043200

                     • use the 80/20 principle
                       Richard Koche : www.the8020principle.com/




                                                                                                 12
                   http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                            Architecture




Architecture




                                                                         13
  http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                         Architecture




                                                                       14
http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                          Architecture


Joomla! CMS




                                                                        15
 http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                          Architecture


Joomla! CMS




   Joomla! CMF




                                                                        16
 http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                          Architecture


Joomla! CMS

      Extensions




   Joomla! CMF




                                                                        17
 http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                          Architecture


Joomla! CMS

      Extensions




      Application




   Joomla! CMF




                                                                        18
 http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                          Architecture


Joomla! CMS

      Extensions




      Application




   Joomla! CMF


      Framework




                                                                        19
 http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                                         Architecture


            Joomla ! CMS

                  Extensions




                  Application




               Joomla! CMF


Libraries         Framework          Plugins




                                                                                       20
             http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                                                                 Architecture


                       Joomla ! CMS

                                   Extensions




                       Site                      Installation         XML-RPC
Administrator                      Application




                                Joomla! CMF


           Libraries               Framework               Plugins




                                                                                                               21
                              http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                                                                  Architecture


                       Joomla ! CMS

Components         Modules                        Templates            Languages
                                   Extensions




                       Site                       Installation          XML-RPC
Administrator                      Application




                                Joomla! CMF


           Libraries               Framework                Plugins




                                                                                                                22
                              http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                             Framework




Framework




                                                                        23
 http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                                                            Framework


                                               CakePHP

    Zend           Mojavi

                                                                        PHPWACT



            Why yet another PHP framework ?

                                          CodeIgniter
          Studs
                                                                          Prado

                            PHPOnTrax
Achievo
                                                                                Symfony




                                                                                                       24
                            http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                                                         Framework

Framework principles


    1. Pragmatic programming concepts

    2. Object Oriented API

    4. Modularised design

    5. Focussed on content management

    6. Build for PHP4 and upwards compatible with PHP5




                                                                                                    25
                             http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                                                                     Framework

Framework concepts

    1. Decouple as much as possible

    2. Use design patterns where possible

    3. Don’t repeat yourself (DRY)

    4. Remember the big picture

    5. Create declarative interfaces

    6. Keep it dry, shy, and tell the other guy
      www.pragmaticprogrammer.com/articles/may_04_oo1.pdf




                                                                                                                26
                                         http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                                                        Framework

Framework design patterns


   1. Factory pattern                        5. Composition pattern

   2. Singleton pattern                      6. Registry pattern

   3. Template pattern                       7. Observer pattern

   4. Adapter pattern                        8. MVC pattern




                                                                                                   27
                          http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                                                   Framework

Framework packages

  1. application   7. environment              11. installer

  2. base          8. event                    12. registry
  3. cache         9. filesystem               13. session

  4. client        10. filter                  14. template

  5. database`     11. html                    15. user
  6. document      12. i18n                    16. utilities


                                                                                              28
                       http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                                                                                   Framework




See also : http://dev.joomla.org/component/option,com_jd-wp/Itemid,33/p,201/




                                                                                                                              29
                                                http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                                                  Future




What about the future ?




                                                                              30
       http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                                           Future




                                                                       31
http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                                 Questions




Questions ?
Stump the geek




                                                                        32
 http://www.joomla.org
Creative Commons Attribution-Noncommercial-Share Alike 2.0




                                                                   References


References

    • Download 1.5 nightly
      http://dev.joomla.org/content/view/17/60/

    • Screenshots of 1.5
     http://joomla15.blogspot.com




                                                                                               33
                        http://www.joomla.org

Contenu connexe

Similaire à Phpbootcamp Joomla Framework 22883

Overview of CMS and Joomla!
Overview of CMS and Joomla!Overview of CMS and Joomla!
Overview of CMS and Joomla!Vishwash Gaur
 
Quick introduction to joomla
Quick introduction to joomlaQuick introduction to joomla
Quick introduction to joomlaSabuj Kundu
 
A Isings Joomla Presentation[1]
A Isings Joomla Presentation[1]A Isings Joomla Presentation[1]
A Isings Joomla Presentation[1]guest4cbfd6
 
Joomla Workshop.pptx
Joomla Workshop.pptxJoomla Workshop.pptx
Joomla Workshop.pptxOslworkshop
 
Joomladay Es 2009 - Nooku Framework
Joomladay Es 2009  - Nooku FrameworkJoomladay Es 2009  - Nooku Framework
Joomladay Es 2009 - Nooku FrameworkNooku
 
Joomladay Brazil 2011 - The Future of Joomla
Joomladay Brazil 2011 -  The Future of JoomlaJoomladay Brazil 2011 -  The Future of Joomla
Joomladay Brazil 2011 - The Future of JoomlaJohan Janssens
 
Installing Extensions in Joomla! 2.5
Installing Extensions in Joomla! 2.5Installing Extensions in Joomla! 2.5
Installing Extensions in Joomla! 2.5Vishwash Gaur
 
Techgig Webinar: Joomla Introduction and Module Development June 2012
Techgig Webinar: Joomla Introduction and Module Development June 2012Techgig Webinar: Joomla Introduction and Module Development June 2012
Techgig Webinar: Joomla Introduction and Module Development June 2012Vishwash Gaur
 
Symfony framework-An overview and usability for web development
Symfony framework-An overview and usability for web developmentSymfony framework-An overview and usability for web development
Symfony framework-An overview and usability for web developmentifour_bhavesh
 
How to Build a Website using Joomla
How to Build a Website using JoomlaHow to Build a Website using Joomla
How to Build a Website using JoomlaMamunur Rashid
 
Crisis Times. Turn Joomla into a job opportunity.
Crisis Times. Turn Joomla into a job opportunity. Crisis Times. Turn Joomla into a job opportunity.
Crisis Times. Turn Joomla into a job opportunity. Pedro Francisco Vidal López
 
Improving Joomla’s Backend User Experience
Improving Joomla’s Backend User ExperienceImproving Joomla’s Backend User Experience
Improving Joomla’s Backend User ExperienceRandy Carey
 

Similaire à Phpbootcamp Joomla Framework 22883 (20)

Joomla!Day Es Keynote
Joomla!Day Es KeynoteJoomla!Day Es Keynote
Joomla!Day Es Keynote
 
Overview of CMS and Joomla!
Overview of CMS and Joomla!Overview of CMS and Joomla!
Overview of CMS and Joomla!
 
Jd greece-2012-joomla-community-abc
Jd greece-2012-joomla-community-abcJd greece-2012-joomla-community-abc
Jd greece-2012-joomla-community-abc
 
Quick introduction to joomla
Quick introduction to joomlaQuick introduction to joomla
Quick introduction to joomla
 
The ABC of Joomla Community
The ABC of Joomla CommunityThe ABC of Joomla Community
The ABC of Joomla Community
 
A Isings Joomla Presentation[1]
A Isings Joomla Presentation[1]A Isings Joomla Presentation[1]
A Isings Joomla Presentation[1]
 
Joomla Workshop.pptx
Joomla Workshop.pptxJoomla Workshop.pptx
Joomla Workshop.pptx
 
Joomladay Es 2009 - Nooku Framework
Joomladay Es 2009  - Nooku FrameworkJoomladay Es 2009  - Nooku Framework
Joomladay Es 2009 - Nooku Framework
 
Joomladay Brazil 2011 - The Future of Joomla
Joomladay Brazil 2011 -  The Future of JoomlaJoomladay Brazil 2011 -  The Future of Joomla
Joomladay Brazil 2011 - The Future of Joomla
 
Installing Extensions in Joomla! 2.5
Installing Extensions in Joomla! 2.5Installing Extensions in Joomla! 2.5
Installing Extensions in Joomla! 2.5
 
Joomla sample first tutorial.
Joomla sample first tutorial.Joomla sample first tutorial.
Joomla sample first tutorial.
 
Techgig Webinar: Joomla Introduction and Module Development June 2012
Techgig Webinar: Joomla Introduction and Module Development June 2012Techgig Webinar: Joomla Introduction and Module Development June 2012
Techgig Webinar: Joomla Introduction and Module Development June 2012
 
Joomla
Joomla Joomla
Joomla
 
Navyug cms presentation 2012
Navyug cms presentation 2012Navyug cms presentation 2012
Navyug cms presentation 2012
 
Symfony framework-An overview and usability for web development
Symfony framework-An overview and usability for web developmentSymfony framework-An overview and usability for web development
Symfony framework-An overview and usability for web development
 
Joomla!Day TH Keynote
Joomla!Day TH KeynoteJoomla!Day TH Keynote
Joomla!Day TH Keynote
 
How to Build a Website using Joomla
How to Build a Website using JoomlaHow to Build a Website using Joomla
How to Build a Website using Joomla
 
Joomla
JoomlaJoomla
Joomla
 
Crisis Times. Turn Joomla into a job opportunity.
Crisis Times. Turn Joomla into a job opportunity. Crisis Times. Turn Joomla into a job opportunity.
Crisis Times. Turn Joomla into a job opportunity.
 
Improving Joomla’s Backend User Experience
Improving Joomla’s Backend User ExperienceImproving Joomla’s Backend User Experience
Improving Joomla’s Backend User Experience
 

Dernier

A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
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?Igalia
 
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.pdfUK Journal
 
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...Martijn de Jong
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
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 Nanonetsnaman860154
 
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)wesley chun
 
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 DevelopmentsTrustArc
 
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 CVKhem
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
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 textsMaria Levchenko
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
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 Scriptwesley chun
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 

Dernier (20)

A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
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?
 
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
 
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...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
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
 
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)
 
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
 
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
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
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
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
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
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 

Phpbootcamp Joomla Framework 22883