Skip to content

Zrecommerce tutorials

aalbino edited this page Nov 22, 2010 · 9 revisions

Overview

The following list of tutorials are tailored to walk you through the architecture of this web application. Please be sure you read the ZRECommerce Developer Guide first.

How we interact with data on the server-side:

  1. The Data Model, why it's important
  2. The Data Set, a CRUD wrapper for our Data Model
  3. Convert and output to JSON
  4. phpUnit testing

How we interact with data on the client-side:

  1. jQuery, your (new) best friend
  2. Interacting with our CRUD interface
  3. QUnit testing

How templates work

  1. (x)HTML and CSS, HTML5
  2. Hey Designer, jQuery is your friend too
  3. The view and layout components
  4. Images and Photoshop

Advanced Tutorials

  1. Cart and Checkout logic adapters
  2. Plug-ins

Clone this wiki locally