SlideShare a Scribd company logo
1 of 34
Download to read offline
WordPress MVC Theme
         Framework
         THINKROOMS STUDIO




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Who am I?
                Founder of THINKROOM STUDIO
                Founder of RServe.me
                10 years experiences in web technology
                4 years experiences with WordPress




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Why WordPress MVC?



       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Others are options based &
         starter theme



       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Options Based
               Carrington
               Genesis
               Catalyst
               Thesis
               Themify




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Starter Theme
               Thematic
               Twenty Ten
               WP Framework
               Sandbox




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
WordPress has structural
         code



       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
WordPress MVC is a
         framework to code theme
         from scratch


       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
But Easier & Less Code To
         Write



       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Inspired from Yii PHP
         Framework



       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Turning WordPress from
         structural to object oriented
         friendly


       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Separate The Logic and
         Presentation



       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Model
         View
         Controller


       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Files Structure
               childthemes
                     default
                     child
               mvc
               images
               css
               js

       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Features



       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Model
               Post
               Category
               Author
               Comment




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Post Model
                TPost::defaultPost();
                TPost::find($param);
                TPost::findAll($param);




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Post Model
                basic attributes                       comments
                related posts by                       previous post
                category
                                                       next post
                author
                childs


       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Post Model
         $post=TPost::find(array(‘id’=>1));
         $post->title;
         $post->content;
         $post->author;
         $post->relatedPostByCat($pageSize);


       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Category Model
                Get all post in category
                Check if a post is in category




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Controller
                           Basic WordPress template file




                                         Controller

       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
View
               Default Theme
               Child Theme
               Widget(view, js, css)




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Using View
         Controller:
         $post=TPost::defaultPost();
         WpMvc::app()->view->render(‘viewName’,array(‘post’=>$post));


          View:
          echo $post->title;
          echo $post->content
          echo $post->author->name;

       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Custom controller
          Create controller without create a page




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Custom Controller
         http://yourwebsite.com/index.php?r=mypage


         wp-content/themes/yourthemes/mypage.php




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Future Plans




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Options Page




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Useful Widgets




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Integrate Some Popular
         Plugins



       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Getting Started




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Download at
         https://github.com/tyohan/WordPress-MVC-Framework




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Create your own child theme




       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Develop Application Based
         on WordPress



       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011
Thank You
         Yohan Totting
         @tyohan
         tyohan@thinkrooms.com
         http://www.thinkrooms.com


       THINKROOMS STUDIO
       Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance
Sunday, January 30, 2011

More Related Content

Similar to WordPress MVC Framework

Overview of Using Wordpress for Web Site Design
Overview of Using Wordpress for Web Site DesignOverview of Using Wordpress for Web Site Design
Overview of Using Wordpress for Web Site DesignAmy Goodloe
 
Core Web Standards and Competencies - WritersUA East 2015, Scott DeLoach, Cli...
Core Web Standards and Competencies - WritersUA East 2015, Scott DeLoach, Cli...Core Web Standards and Competencies - WritersUA East 2015, Scott DeLoach, Cli...
Core Web Standards and Competencies - WritersUA East 2015, Scott DeLoach, Cli...Scott DeLoach
 
Open Apereo - Web components workshop
Open Apereo - Web components workshopOpen Apereo - Web components workshop
Open Apereo - Web components workshopbtopro
 
Powerpoint Presentation for Commons Solutions Group
Powerpoint Presentation for Commons Solutions GroupPowerpoint Presentation for Commons Solutions Group
Powerpoint Presentation for Commons Solutions Groupwebhostingguy
 
The A to Z of Building a Responsive SharePoint Site with Bootstrap
The A to Z of Building a Responsive SharePoint Site with BootstrapThe A to Z of Building a Responsive SharePoint Site with Bootstrap
The A to Z of Building a Responsive SharePoint Site with BootstrapThomas Daly
 
EECI - EE And Magento Integration
EECI - EE And Magento IntegrationEECI - EE And Magento Integration
EECI - EE And Magento IntegrationSimplified Safety
 
ELMSLN @ OpenEd 14
ELMSLN @ OpenEd 14ELMSLN @ OpenEd 14
ELMSLN @ OpenEd 14btopro
 
Branding share point 2013
Branding share point 2013Branding share point 2013
Branding share point 2013Khoa Quach
 
Introduction to Webcomponents
Introduction to WebcomponentsIntroduction to Webcomponents
Introduction to WebcomponentsNeha Sharma
 
Drupal Camp Victoria
Drupal Camp VictoriaDrupal Camp Victoria
Drupal Camp VictoriaImage X Media
 
AngularJS best-practices
AngularJS best-practicesAngularJS best-practices
AngularJS best-practicesHenry Tao
 
J day la 2011 webmatrix
J day la 2011 webmatrixJ day la 2011 webmatrix
J day la 2011 webmatrixAlice Pang
 
Powerpoint presentation for Software AG Users Group
Powerpoint presentation for Software AG Users GroupPowerpoint presentation for Software AG Users Group
Powerpoint presentation for Software AG Users Groupwebhostingguy
 
LvivCSS: Web Components as a foundation for Design System
LvivCSS: Web Components as a foundation for Design SystemLvivCSS: Web Components as a foundation for Design System
LvivCSS: Web Components as a foundation for Design SystemVlad Fedosov
 
Dita for the web: Make Adaptive Content Simple for Writers and Developer
Dita for the web: Make Adaptive Content Simple for Writers and DeveloperDita for the web: Make Adaptive Content Simple for Writers and Developer
Dita for the web: Make Adaptive Content Simple for Writers and DeveloperDon Day
 
SharePoint as a Web CMS
SharePoint as a Web CMSSharePoint as a Web CMS
SharePoint as a Web CMSCraig Bailey
 

Similar to WordPress MVC Framework (20)

Overview of Using Wordpress for Web Site Design
Overview of Using Wordpress for Web Site DesignOverview of Using Wordpress for Web Site Design
Overview of Using Wordpress for Web Site Design
 
Core Web Standards and Competencies - WritersUA East 2015, Scott DeLoach, Cli...
Core Web Standards and Competencies - WritersUA East 2015, Scott DeLoach, Cli...Core Web Standards and Competencies - WritersUA East 2015, Scott DeLoach, Cli...
Core Web Standards and Competencies - WritersUA East 2015, Scott DeLoach, Cli...
 
Open Apereo - Web components workshop
Open Apereo - Web components workshopOpen Apereo - Web components workshop
Open Apereo - Web components workshop
 
Powerpoint Presentation for Commons Solutions Group
Powerpoint Presentation for Commons Solutions GroupPowerpoint Presentation for Commons Solutions Group
Powerpoint Presentation for Commons Solutions Group
 
WordPress 101
WordPress 101WordPress 101
WordPress 101
 
Wordpress as a CMS
Wordpress as a CMSWordpress as a CMS
Wordpress as a CMS
 
The A to Z of Building a Responsive SharePoint Site with Bootstrap
The A to Z of Building a Responsive SharePoint Site with BootstrapThe A to Z of Building a Responsive SharePoint Site with Bootstrap
The A to Z of Building a Responsive SharePoint Site with Bootstrap
 
DNN Basics
DNN BasicsDNN Basics
DNN Basics
 
EECI - EE And Magento Integration
EECI - EE And Magento IntegrationEECI - EE And Magento Integration
EECI - EE And Magento Integration
 
ELMSLN @ OpenEd 14
ELMSLN @ OpenEd 14ELMSLN @ OpenEd 14
ELMSLN @ OpenEd 14
 
Branding share point 2013
Branding share point 2013Branding share point 2013
Branding share point 2013
 
Introduction to Webcomponents
Introduction to WebcomponentsIntroduction to Webcomponents
Introduction to Webcomponents
 
Drupal Camp Victoria
Drupal Camp VictoriaDrupal Camp Victoria
Drupal Camp Victoria
 
AngularJS best-practices
AngularJS best-practicesAngularJS best-practices
AngularJS best-practices
 
J day la 2011 webmatrix
J day la 2011 webmatrixJ day la 2011 webmatrix
J day la 2011 webmatrix
 
Powerpoint presentation for Software AG Users Group
Powerpoint presentation for Software AG Users GroupPowerpoint presentation for Software AG Users Group
Powerpoint presentation for Software AG Users Group
 
LvivCSS: Web Components as a foundation for Design System
LvivCSS: Web Components as a foundation for Design SystemLvivCSS: Web Components as a foundation for Design System
LvivCSS: Web Components as a foundation for Design System
 
CG_CS25010_Lecture
CG_CS25010_LectureCG_CS25010_Lecture
CG_CS25010_Lecture
 
Dita for the web: Make Adaptive Content Simple for Writers and Developer
Dita for the web: Make Adaptive Content Simple for Writers and DeveloperDita for the web: Make Adaptive Content Simple for Writers and Developer
Dita for the web: Make Adaptive Content Simple for Writers and Developer
 
SharePoint as a Web CMS
SharePoint as a Web CMSSharePoint as a Web CMS
SharePoint as a Web CMS
 

More from Yohan Totting

Native is not the only way to heaven
Native is not the only way to heavenNative is not the only way to heaven
Native is not the only way to heavenYohan Totting
 
Gone in 4 seconds web performance optimization
Gone in 4 seconds   web performance optimizationGone in 4 seconds   web performance optimization
Gone in 4 seconds web performance optimizationYohan Totting
 
Delivering Product Experiences
Delivering Product ExperiencesDelivering Product Experiences
Delivering Product ExperiencesYohan Totting
 
Bandung Startup Scene by FOWAB
Bandung Startup Scene by FOWABBandung Startup Scene by FOWAB
Bandung Startup Scene by FOWABYohan Totting
 
Combining api to build new thing
Combining api to build new thingCombining api to build new thing
Combining api to build new thingYohan Totting
 
Practical Mobile App Development
Practical Mobile App DevelopmentPractical Mobile App Development
Practical Mobile App DevelopmentYohan Totting
 
Digital music database
Digital music databaseDigital music database
Digital music databaseYohan Totting
 
Build your own game with html5
Build your own game with html5Build your own game with html5
Build your own game with html5Yohan Totting
 
Html5 new sword for interactive app
Html5 new sword for interactive appHtml5 new sword for interactive app
Html5 new sword for interactive appYohan Totting
 
The Future of Web App with Firefox
The Future of Web App with FirefoxThe Future of Web App with Firefox
The Future of Web App with FirefoxYohan Totting
 

More from Yohan Totting (12)

Native is not the only way to heaven
Native is not the only way to heavenNative is not the only way to heaven
Native is not the only way to heaven
 
Gone in 4 seconds web performance optimization
Gone in 4 seconds   web performance optimizationGone in 4 seconds   web performance optimization
Gone in 4 seconds web performance optimization
 
Delivering Product Experiences
Delivering Product ExperiencesDelivering Product Experiences
Delivering Product Experiences
 
Bandung Startup Scene by FOWAB
Bandung Startup Scene by FOWABBandung Startup Scene by FOWAB
Bandung Startup Scene by FOWAB
 
Combining api to build new thing
Combining api to build new thingCombining api to build new thing
Combining api to build new thing
 
Practical Mobile App Development
Practical Mobile App DevelopmentPractical Mobile App Development
Practical Mobile App Development
 
Build Your MVP
Build Your MVPBuild Your MVP
Build Your MVP
 
FingerJobs
FingerJobsFingerJobs
FingerJobs
 
Digital music database
Digital music databaseDigital music database
Digital music database
 
Build your own game with html5
Build your own game with html5Build your own game with html5
Build your own game with html5
 
Html5 new sword for interactive app
Html5 new sword for interactive appHtml5 new sword for interactive app
Html5 new sword for interactive app
 
The Future of Web App with Firefox
The Future of Web App with FirefoxThe Future of Web App with Firefox
The Future of Web App with Firefox
 

Recently uploaded

ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
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
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
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
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfOverkill Security
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 

Recently uploaded (20)

ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
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
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
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
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 

WordPress MVC Framework

  • 1. WordPress MVC Theme Framework THINKROOMS STUDIO THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 2. Who am I? Founder of THINKROOM STUDIO Founder of RServe.me 10 years experiences in web technology 4 years experiences with WordPress THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 3. Why WordPress MVC? THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 4. Others are options based & starter theme THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 5. Options Based Carrington Genesis Catalyst Thesis Themify THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 6. Starter Theme Thematic Twenty Ten WP Framework Sandbox THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 7. WordPress has structural code THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 8. WordPress MVC is a framework to code theme from scratch THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 9. But Easier & Less Code To Write THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 10. Inspired from Yii PHP Framework THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 11. Turning WordPress from structural to object oriented friendly THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 12. Separate The Logic and Presentation THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 13. Model View Controller THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 14. Files Structure childthemes default child mvc images css js THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 15. Features THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 16. Model Post Category Author Comment THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 17. Post Model TPost::defaultPost(); TPost::find($param); TPost::findAll($param); THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 18. Post Model basic attributes comments related posts by previous post category next post author childs THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 19. Post Model $post=TPost::find(array(‘id’=>1)); $post->title; $post->content; $post->author; $post->relatedPostByCat($pageSize); THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 20. Category Model Get all post in category Check if a post is in category THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 21. Controller Basic WordPress template file Controller THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 22. View Default Theme Child Theme Widget(view, js, css) THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 23. Using View Controller: $post=TPost::defaultPost(); WpMvc::app()->view->render(‘viewName’,array(‘post’=>$post)); View: echo $post->title; echo $post->content echo $post->author->name; THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 24. Custom controller Create controller without create a page THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 25. Custom Controller http://yourwebsite.com/index.php?r=mypage wp-content/themes/yourthemes/mypage.php THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 26. Future Plans THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 27. Options Page THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 28. Useful Widgets THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 29. Integrate Some Popular Plugins THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 30. Getting Started THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 31. Download at https://github.com/tyohan/WordPress-MVC-Framework THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 32. Create your own child theme THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 33. Develop Application Based on WordPress THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011
  • 34. Thank You Yohan Totting @tyohan tyohan@thinkrooms.com http://www.thinkrooms.com THINKROOMS STUDIO Web & Mobile Application | HTML Slicing | CMS Template | Web Maintenance Sunday, January 30, 2011

Editor's Notes

  1. \n
  2. \n
  3. \n
  4. \n
  5. \n
  6. \n
  7. \n
  8. \n
  9. \n
  10. \n
  11. \n
  12. \n
  13. \n
  14. \n
  15. \n
  16. \n
  17. \n
  18. \n
  19. \n
  20. \n
  21. \n
  22. \n
  23. \n
  24. \n
  25. \n
  26. \n
  27. \n
  28. \n
  29. \n
  30. \n
  31. \n
  32. \n
  33. \n
  34. \n