Jump to content

ATK: Difference between revisions

From NusaATK
Line 47: Line 47:


[[Constants]]
[[Constants]]
[[Handy features]]


= Articles =  
= Articles =  


* [http://www.oracle.com/technology/pub/articles/jansch_atk.html Building PHP Applications Using the ATK Framework] (oracle.com) <br/>This article is a step-by-step guide on how to build ATK applications using an Oracle database.
* [http://www.oracle.com/technology/pub/articles/jansch_atk.html Building PHP Applications Using the ATK Framework] (oracle.com) <br/>This article is a step-by-step guide on how to build ATK applications using an Oracle database.

Revision as of 06:22, 13 July 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.

A CompleteModuleFile

Nodes

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

An ExampleNode file.

Node Flags

atkMetaNode

Attributes

A node is build with attributes.

List of attributes

Attribute Flags

Attribute-level Security

Sessions

Application state is remembered in sessions.

SessionVariables


Miscellaneous

Constants

Articles