Book Image

Managing eZ Publish Web Content Management Projects

Book Image

Managing eZ Publish Web Content Management Projects

Overview of this book

open-source CMS (content management system) and development framework with functionality for web publishing, intranets, e-commerce, extranets, and web portals. In this book, Martin Bauer of designit.com.au an eZ publish Silver partner, teaches you how to successfully manage and implement an eZ publish web content management project. He shows you how to produce quality results in a repeatable manner with the minimum of effort, and end up with eZ publish solutions that will delight your clients. The book presents strategies, best practices, and techniques for all steps of your eZ publish project, starting from client requirements, through planning, information architecture and content modeling, design considerations, and right up to deployment, client training, maintenance, support, and upgrades.
Table of Contents (20 chapters)
Managing eZ Publish Web Content Management Projects
Credits
About the Author
About the Reviewers
Preface
Index

Data Types, Content Classes, and Objects


All content is stored in datatypes that are then combined to form content classes; the actual content is called an object.

Datatype

A datatype is the smallest unit of storage. It's similar to a field in a database table.

eZ publish comes with a standard set of datatypes that provide the majority of content storage needs, e.g. text line, text block, date, image, file, email. The following table shows the most commonly used datatypes.

Text line

A single line of unformatted text

Text block

Multiple lines of unformatted text

XML block

Multiple lines of formatted text

Integer

Handles an integer number

Float

Handles a decimal number

You can, however, create your own custom datatype if your needs aren't covered by what eZ publish provides by default.

Content Class

A content class is made up of a collection of datatypes. It is similar to a table in a database. The class itself doesn't store any data, it simply defines the structure of the data to be stored...