2008 ajax world conference

9
Server-Side, PHP-Generated AJAX Mike Ho, Quasidea Development AJAXWorld Conference and Expo Monday, October 20, 2008 Soli Deo Gloria John 3:16 Romans 12

Upload: rajivmordani

Post on 27-Jun-2015

274 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: 2008 Ajax World Conference

Server-Side,PHP-Generated AJAX

Mike Ho, Quasidea Development

AJAXWorld Conference and ExpoMonday, October 20, 2008

Soli Deo GloriaJohn 3:16 • Romans 12

Page 2: 2008 Ajax World Conference

a bit about me...

• Quasidea Development

• 10+ years of IT consulting experience

• Lead Developer,Qcodo Development Framework

Page 3: 2008 Ajax World Conference

a bit about you...

• Developers vs. Managers vs.Designers

• PHP? PHP5?

• Frameworks

Page 4: 2008 Ajax World Conference

a bit of history...

• PHP 3 and PHP 4

• PHP 5, ORM and frameworks

• PHP with client-side AJAX

Database

PHP

PHP View / Controller

JavaScript

PHP Model / ORM

Page 5: 2008 Ajax World Conference

client-side ajax

• Code maintenance:3 languages, 4 tiers

• Ripple effect

• Security:Business logic stored on the client

Page 6: 2008 Ajax World Conference

server-side ajax

• Secure; Significant ease of maintenance

• PHP generatesclient JavaScript(via traditional MVC approach)

• Code Generationis the key

Page 7: 2008 Ajax World Conference

demo“quicken lite”

Page 8: 2008 Ajax World Conference

qcodo

• Developed in 2001Open Sourced in 2005MIT License

• Code Generation ORMComprehensive MVCServer-Side AJAX

• 75,000+ Downloads1000+ Registered Users