eZ Community » Thiago Campos Viana's tutorials

Tutorials & articles written by Thiago Campos Viana

  • Currently 5 out of 5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Transforming jQuery plugins into eZ publish extensions

Friday, 11 Feb 2011

by Thiago Campos Viana  | 11 comments

In this tutorial we will see the main steps to transform a jQuery plugin into an eZ publish extension, in this case an eZ flow block.

 
  • Currently 5 out of 5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

A Quick and Friendly Introduction to eZPersistentObject

Thursday, 18 Nov 2010

by Thiago Campos Viana  | 8 comments

In this tutorial we will learn how to use CRUD features by extending eZPersistentObject class, so it will be possible to Create, Read, Update, and Delete objects in the database in a straightforward way, without writing SQL queries.