ATK: Difference between revisions
Appearance
No edit summary |
|||
| Line 4: | Line 4: | ||
[[Howto's]] | [[Howto's]] | ||
[[Examples]] | |||
[http://www.achievo.org/docs/atk/latest API documentation] | [http://www.achievo.org/docs/atk/latest API documentation] | ||
Revision as of 18:48, 10 August 2006
General Documentation
Where to go if the docs do not answer your question
The Basics
Modules
An ATK Application consists of one or more modules.
Nodes
A module consists of one or more nodes. ATK knows 3 node types: atkNode, atkTreeNode and atkMetaNode
An ExampleNode file.
Attributes
A node is build with attributes.
Relations
General explanation of relations in atk.
Sessions
Application state is remembered in sessions.
Miscellaneous
Available Open Source software in ATK
Constants
Articles
- Building PHP Applications Using the ATK Framework (oracle.com)
This article is a step-by-step guide on how to build ATK applications using an Oracle database.