SlideShare uma empresa Scribd logo
1 de 15
Baixar para ler offline
Web Service for Mobile
 6 jan 2013 @ Sripatum University

        Anuchit Chalothorn
       anoochit@gmail.com
About
●   Not a Teacher or Instructor
●   Not a Programmer or Developer
●   Senior Software Engineer at SIPA
●   Content writer not speaker
●   I use Linux :)
Rules
● You can leave every time.
● If you don't understand and you don't want to
  ask you can leave.
● If you want to learn by yourself and I'll give
  you a resources, you can leave.
● If you don't understand at all and everything
  as I said, you can leave and I'll give a
  resources, you can learning by yourself.
Quote
“If you cannot do great things, do small things
in a great way” - Napoleon Hill
What you have learn ?
● Web Service
● SOAP
● RESTful
  ○ Mobile App
  ○ REST Server
● How to interact between 2 devices
REST "No" official standard
But you should follow design guid line
● RESTful API Design
   ○ http://www.freshblurbs.
     com/blog/2011/06/19/pragmatic-restful-api-design.
     html
● Learn REST
   ○ http://www.restapitutorial.com
Small things
Make your web service using RESTful for your
WattPad-liked project, by the way answer this
questions :

● What, Who, Where, When
● How, How much and How many
REST with PHP Framework
● CakePHP is NOT REST Framework
● CakePHP is PHP Framework follow the
  MVC principle
● You can use nature of CakePHP implement
  REST server, it's too easy
  ○   CakePHP has own ORM (object-relational mapping)
  ○   Everything is Array
  ○   Extension and Plug in support
  ○   You can hook anyware
CakePHP Framework
The CakePHP framework provides a robust
base for your application. And since the
framework follows the principles of MVC, it
allows you to easily customize and extend most
aspects of your application.
Install CakePHP
● Download and extract CakePHP
● Change permission for tmp directory
● Config security and encryption
● Config database connection
● Define your model and relation according to
  your database schema
● Plan your URI and create new controller,
  model and view for each services
● Test with simple method like index()
JSON View
● Enable json and or xml extensions with
  Router::parseExtensions() in Router to
  handle multiple extensions eg. Router::
  parseExtensions('json'); for json extension.
● Add the RequestHandlerComponent to your
  controller’s list of components
JSON View
● Using Data View to set serialize key in
  special view variable. eg. $this->set
  ('_serialize', array('data'));
● If you are lazy you can force to use default
  view to render eg. $this->render(null,
  'ajax','/ajax/ajax');
● In data view in view file just show in json
  data eg. json_encode(compact('posts'));
Small thing for you
● CakePHP Cook Book
  ○ http://book.cakephp.org/2.0/en/index.html
You should know
After this class you should continue to study
● Cloud Service on any your platform
   ○ IaaS
   ○ PaaS
● Try to make your Mobile Application call
  these services
   ○ OAuth2
   ○ Social Network
Thank you

Mais conteúdo relacionado

Mais procurados

Basic course for junior web developer
Basic course for junior web developerBasic course for junior web developer
Basic course for junior web developer
Tran Khoa
 

Mais procurados (19)

Web performance mercadolibre - ECI 2013
Web performance   mercadolibre - ECI 2013Web performance   mercadolibre - ECI 2013
Web performance mercadolibre - ECI 2013
 
Php workshop L02 php basics
Php workshop L02 php basicsPhp workshop L02 php basics
Php workshop L02 php basics
 
Introduction of javascript
Introduction of javascriptIntroduction of javascript
Introduction of javascript
 
Node js crash course session 5
Node js crash course   session 5Node js crash course   session 5
Node js crash course session 5
 
Introduction about-ajax-framework
Introduction about-ajax-frameworkIntroduction about-ajax-framework
Introduction about-ajax-framework
 
Read
ReadRead
Read
 
University of Delaware - Improving Web Protocols (early SPDY talk)
University of Delaware - Improving Web Protocols (early SPDY talk)University of Delaware - Improving Web Protocols (early SPDY talk)
University of Delaware - Improving Web Protocols (early SPDY talk)
 
At Your Service - Abusing the Service Workers Web API
At Your Service - Abusing the Service Workers Web APIAt Your Service - Abusing the Service Workers Web API
At Your Service - Abusing the Service Workers Web API
 
Mongodb
MongodbMongodb
Mongodb
 
Node js crash course session 6
Node js crash course   session 6Node js crash course   session 6
Node js crash course session 6
 
Javascript cross domain communication
Javascript cross domain communicationJavascript cross domain communication
Javascript cross domain communication
 
Ireland Moot 2013 Admin Workshop Afternoon Session
Ireland Moot 2013 Admin Workshop Afternoon SessionIreland Moot 2013 Admin Workshop Afternoon Session
Ireland Moot 2013 Admin Workshop Afternoon Session
 
Basic course for junior web developer
Basic course for junior web developerBasic course for junior web developer
Basic course for junior web developer
 
Getting Started with MongoDB
Getting Started with MongoDBGetting Started with MongoDB
Getting Started with MongoDB
 
Practical MySQL
Practical MySQLPractical MySQL
Practical MySQL
 
Jumpstart: Your Introduction to MongoDB
Jumpstart: Your Introduction to MongoDBJumpstart: Your Introduction to MongoDB
Jumpstart: Your Introduction to MongoDB
 
Joomla User Group Suffolk - July 2012 - Template Optimisation by Ruth Cheesle...
Joomla User Group Suffolk - July 2012 - Template Optimisation by Ruth Cheesle...Joomla User Group Suffolk - July 2012 - Template Optimisation by Ruth Cheesle...
Joomla User Group Suffolk - July 2012 - Template Optimisation by Ruth Cheesle...
 
Node js crash course session 3
Node js crash course   session 3Node js crash course   session 3
Node js crash course session 3
 
Cached and Confused: Web Cache Deception in the Wild
Cached and Confused: Web Cache Deception in the WildCached and Confused: Web Cache Deception in the Wild
Cached and Confused: Web Cache Deception in the Wild
 

Destaque

Open Source for Future Education
Open Source for Future EducationOpen Source for Future Education
Open Source for Future Education
Anuchit Chalothorn
 
Eei Ideas
Eei IdeasEei Ideas
Eei Ideas
salmond
 
Android App Development 00 : Course Overview
Android App Development 00 : Course OverviewAndroid App Development 00 : Course Overview
Android App Development 00 : Course Overview
Anuchit Chalothorn
 

Destaque (12)

Open Source for Future Education
Open Source for Future EducationOpen Source for Future Education
Open Source for Future Education
 
Eei Ideas
Eei IdeasEei Ideas
Eei Ideas
 
Seminar sured2
Seminar sured2Seminar sured2
Seminar sured2
 
Android App Development 00 : Course Overview
Android App Development 00 : Course OverviewAndroid App Development 00 : Course Overview
Android App Development 00 : Course Overview
 
Material Theme
Material ThemeMaterial Theme
Material Theme
 
00 Android Wear Setup Emulator
00 Android Wear Setup Emulator00 Android Wear Setup Emulator
00 Android Wear Setup Emulator
 
Redlinesoft Joomla Basic Workshop
Redlinesoft Joomla Basic WorkshopRedlinesoft Joomla Basic Workshop
Redlinesoft Joomla Basic Workshop
 
Online payments market guide 2014
Online payments market guide 2014Online payments market guide 2014
Online payments market guide 2014
 
The Evolution of Mobile Money: Retail, the next frontier
The Evolution of Mobile Money: Retail, the next frontierThe Evolution of Mobile Money: Retail, the next frontier
The Evolution of Mobile Money: Retail, the next frontier
 
Microservices are the Future! (...and always will be) - Josh Holtzman, PayPal...
Microservices are the Future! (...and always will be) - Josh Holtzman, PayPal...Microservices are the Future! (...and always will be) - Josh Holtzman, PayPal...
Microservices are the Future! (...and always will be) - Josh Holtzman, PayPal...
 
Web Services PHP Tutorial
Web Services PHP TutorialWeb Services PHP Tutorial
Web Services PHP Tutorial
 
PayPal Marketing Plan Presentation
PayPal Marketing Plan PresentationPayPal Marketing Plan Presentation
PayPal Marketing Plan Presentation
 

Semelhante a Web Service and Mobile Integrated Day II

kranonit S06E01 Игорь Цинько: High load
kranonit S06E01 Игорь Цинько: High loadkranonit S06E01 Игорь Цинько: High load
kranonit S06E01 Игорь Цинько: High load
Krivoy Rog IT Community
 

Semelhante a Web Service and Mobile Integrated Day II (20)

Starting a Drupal 8 Project? Let’s do a Technical Discovery - DrupalConAsia 2...
Starting a Drupal 8 Project? Let’s do a Technical Discovery - DrupalConAsia 2...Starting a Drupal 8 Project? Let’s do a Technical Discovery - DrupalConAsia 2...
Starting a Drupal 8 Project? Let’s do a Technical Discovery - DrupalConAsia 2...
 
Destination Documentation: How Not to Get Lost in Your Org
Destination Documentation: How Not to Get Lost in Your OrgDestination Documentation: How Not to Get Lost in Your Org
Destination Documentation: How Not to Get Lost in Your Org
 
kranonit S06E01 Игорь Цинько: High load
kranonit S06E01 Игорь Цинько: High loadkranonit S06E01 Игорь Цинько: High load
kranonit S06E01 Игорь Цинько: High load
 
What are the basic key points to focus on while learning Full-stack web devel...
What are the basic key points to focus on while learning Full-stack web devel...What are the basic key points to focus on while learning Full-stack web devel...
What are the basic key points to focus on while learning Full-stack web devel...
 
Spark Workflow Management
Spark Workflow ManagementSpark Workflow Management
Spark Workflow Management
 
The working architecture of NodeJS applications, Виктор Турский
The working architecture of NodeJS applications, Виктор ТурскийThe working architecture of NodeJS applications, Виктор Турский
The working architecture of NodeJS applications, Виктор Турский
 
The working architecture of node js applications open tech week javascript ...
The working architecture of node js applications   open tech week javascript ...The working architecture of node js applications   open tech week javascript ...
The working architecture of node js applications open tech week javascript ...
 
Intro to ember.js
Intro to ember.jsIntro to ember.js
Intro to ember.js
 
GraphQL Bangkok meetup 5.0
GraphQL Bangkok meetup 5.0GraphQL Bangkok meetup 5.0
GraphQL Bangkok meetup 5.0
 
Drupal 7 training
Drupal 7 trainingDrupal 7 training
Drupal 7 training
 
Introduction to Django
Introduction to DjangoIntroduction to Django
Introduction to Django
 
Dynatech presentation for TSI Career Day
Dynatech presentation for TSI Career DayDynatech presentation for TSI Career Day
Dynatech presentation for TSI Career Day
 
Baparekraf Digital Talent Day: Monitoring dan Coaching Penerima Fasilitasi BD...
Baparekraf Digital Talent Day: Monitoring dan Coaching Penerima Fasilitasi BD...Baparekraf Digital Talent Day: Monitoring dan Coaching Penerima Fasilitasi BD...
Baparekraf Digital Talent Day: Monitoring dan Coaching Penerima Fasilitasi BD...
 
Introduction to django
Introduction to djangoIntroduction to django
Introduction to django
 
You can't make a (Denver) omelette without breaking eggs: Using OpenStack pol...
You can't make a (Denver) omelette without breaking eggs: Using OpenStack pol...You can't make a (Denver) omelette without breaking eggs: Using OpenStack pol...
You can't make a (Denver) omelette without breaking eggs: Using OpenStack pol...
 
OpenSearch.pdf
OpenSearch.pdfOpenSearch.pdf
OpenSearch.pdf
 
Flink Forward San Francisco 2018: Gregory Fee - "Bootstrapping State In Apach...
Flink Forward San Francisco 2018: Gregory Fee - "Bootstrapping State In Apach...Flink Forward San Francisco 2018: Gregory Fee - "Bootstrapping State In Apach...
Flink Forward San Francisco 2018: Gregory Fee - "Bootstrapping State In Apach...
 
Anatomy of a Spring Boot App with Clean Architecture - Spring I/O 2023
Anatomy of a Spring Boot App with Clean Architecture - Spring I/O 2023Anatomy of a Spring Boot App with Clean Architecture - Spring I/O 2023
Anatomy of a Spring Boot App with Clean Architecture - Spring I/O 2023
 
The current state of SAP Integration, SAPPHIRENOW 2018
The current state of SAP Integration, SAPPHIRENOW 2018The current state of SAP Integration, SAPPHIRENOW 2018
The current state of SAP Integration, SAPPHIRENOW 2018
 
Scaffolding the Generation of Machine Learning Models with SciRise
Scaffolding the Generation of Machine Learning Models with SciRiseScaffolding the Generation of Machine Learning Models with SciRise
Scaffolding the Generation of Machine Learning Models with SciRise
 

Mais de Anuchit Chalothorn

Mais de Anuchit Chalothorn (20)

Flutter Workshop 2021 @ ARU
Flutter Workshop 2021 @ ARUFlutter Workshop 2021 @ ARU
Flutter Workshop 2021 @ ARU
 
Flutter workshop @ bang saen 2020
Flutter workshop @ bang saen 2020Flutter workshop @ bang saen 2020
Flutter workshop @ bang saen 2020
 
13 web service integration
13 web service integration13 web service integration
13 web service integration
 
09 material design
09 material design09 material design
09 material design
 
07 intent
07 intent07 intent
07 intent
 
05 binding and action
05 binding and action05 binding and action
05 binding and action
 
04 layout design and basic widget
04 layout design and basic widget04 layout design and basic widget
04 layout design and basic widget
 
03 activity life cycle
03 activity life cycle03 activity life cycle
03 activity life cycle
 
02 create your first app
02 create your first app02 create your first app
02 create your first app
 
01 introduction
01 introduction 01 introduction
01 introduction
 
MongoDB Replication Cluster
MongoDB Replication ClusterMongoDB Replication Cluster
MongoDB Replication Cluster
 
MongoDB Shard Cluster
MongoDB Shard ClusterMongoDB Shard Cluster
MongoDB Shard Cluster
 
IT Automation with Chef
IT Automation with ChefIT Automation with Chef
IT Automation with Chef
 
IT Automation with Puppet Enterprise
IT Automation with Puppet EnterpriseIT Automation with Puppet Enterprise
IT Automation with Puppet Enterprise
 
Using PhoneGap Command Line
Using PhoneGap Command LineUsing PhoneGap Command Line
Using PhoneGap Command Line
 
Collaborative development with Git | Workshop
Collaborative development with Git | WorkshopCollaborative development with Git | Workshop
Collaborative development with Git | Workshop
 
OpenStack Cheat Sheet V2
OpenStack Cheat Sheet V2OpenStack Cheat Sheet V2
OpenStack Cheat Sheet V2
 
REST API with CakePHP
REST API with CakePHPREST API with CakePHP
REST API with CakePHP
 
Open Stack Cheat Sheet V1
Open Stack Cheat Sheet V1Open Stack Cheat Sheet V1
Open Stack Cheat Sheet V1
 
Btf2013 OpenShift Live Demo
Btf2013 OpenShift Live DemoBtf2013 OpenShift Live Demo
Btf2013 OpenShift Live Demo
 

Último

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
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
Safe Software
 
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
Victor Rentea
 
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
Safe Software
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Último (20)

Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
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
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
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
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
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
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
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
 
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
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
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
 

Web Service and Mobile Integrated Day II

  • 1. Web Service for Mobile 6 jan 2013 @ Sripatum University Anuchit Chalothorn anoochit@gmail.com
  • 2. About ● Not a Teacher or Instructor ● Not a Programmer or Developer ● Senior Software Engineer at SIPA ● Content writer not speaker ● I use Linux :)
  • 3. Rules ● You can leave every time. ● If you don't understand and you don't want to ask you can leave. ● If you want to learn by yourself and I'll give you a resources, you can leave. ● If you don't understand at all and everything as I said, you can leave and I'll give a resources, you can learning by yourself.
  • 4. Quote “If you cannot do great things, do small things in a great way” - Napoleon Hill
  • 5. What you have learn ? ● Web Service ● SOAP ● RESTful ○ Mobile App ○ REST Server ● How to interact between 2 devices
  • 6. REST "No" official standard But you should follow design guid line ● RESTful API Design ○ http://www.freshblurbs. com/blog/2011/06/19/pragmatic-restful-api-design. html ● Learn REST ○ http://www.restapitutorial.com
  • 7. Small things Make your web service using RESTful for your WattPad-liked project, by the way answer this questions : ● What, Who, Where, When ● How, How much and How many
  • 8. REST with PHP Framework ● CakePHP is NOT REST Framework ● CakePHP is PHP Framework follow the MVC principle ● You can use nature of CakePHP implement REST server, it's too easy ○ CakePHP has own ORM (object-relational mapping) ○ Everything is Array ○ Extension and Plug in support ○ You can hook anyware
  • 9. CakePHP Framework The CakePHP framework provides a robust base for your application. And since the framework follows the principles of MVC, it allows you to easily customize and extend most aspects of your application.
  • 10. Install CakePHP ● Download and extract CakePHP ● Change permission for tmp directory ● Config security and encryption ● Config database connection ● Define your model and relation according to your database schema ● Plan your URI and create new controller, model and view for each services ● Test with simple method like index()
  • 11. JSON View ● Enable json and or xml extensions with Router::parseExtensions() in Router to handle multiple extensions eg. Router:: parseExtensions('json'); for json extension. ● Add the RequestHandlerComponent to your controller’s list of components
  • 12. JSON View ● Using Data View to set serialize key in special view variable. eg. $this->set ('_serialize', array('data')); ● If you are lazy you can force to use default view to render eg. $this->render(null, 'ajax','/ajax/ajax'); ● In data view in view file just show in json data eg. json_encode(compact('posts'));
  • 13. Small thing for you ● CakePHP Cook Book ○ http://book.cakephp.org/2.0/en/index.html
  • 14. You should know After this class you should continue to study ● Cloud Service on any your platform ○ IaaS ○ PaaS ● Try to make your Mobile Application call these services ○ OAuth2 ○ Social Network