Jump to content

ATK: Difference between revisions

From NusaATK
Line 34: Line 34:


A node is build with attributes.
A node is build with attributes.
[[atkAttribute]]


[[List of attributes]]
[[List of attributes]]

Revision as of 19:11, 2 August 2006

General Documentation

Installation

Howto's

API documentation

Where to go if the docs do not answer your question

The Basics

Modules

An ATK Application consists of one or more modules.

An example module.inc file

Module Flags

Nodes

A module consists of one or more nodes. ATK knows 3 node types: atkNode, atkTreeNode and atkMetaNode

An ExampleNode file.

Node Flags

atkMetaNode

Magic methods

Attributes

A node is build with attributes.

atkAttribute

List of attributes

Attribute Flags

Attribute-level Security

Relations

General explanation of relations in atk.

Sessions

Application state is remembered in sessions.

SessionVariables


Miscellaneous

Constants

Articles