UP PREVIOUS NEXT   Technologies Internet et Education, © TECFA
  2. Introduction

2. Introduction

2.1 "Everything is in the documentation or almost everything :)"

From the very beginning you need the following:

some hints for searching:

Most important documents:

2.2 Steps to follow before the real action

item = independent modules that manipulate their own content (ex: news, FAQ, downloads)

utility= modules that manipulate the content of other modules (ex: comments, ratings) and who use usually "hooks" (interactions among modules)

> Separate "user" from "admin" functions

> Separate "GUI" from "API" functions (display from operations)

> Decide whether you want to have "blocks"


UP PREVIOUS NEXT -- TIE