ATK: Difference between revisions
Appearance
No edit summary |
|||
| Line 1: | Line 1: | ||
= General Documentation = | |||
[[ATK Installation|Installation]] | [[ATK Installation|Installation]] | ||
| Line 6: | Line 6: | ||
[http://www.achievo.org/docs/atk/latest API documentation] | [http://www.achievo.org/docs/atk/latest API documentation] | ||
= The Basics = | |||
== Modules == | == Modules == | ||
| Line 45: | Line 47: | ||
[[Handy features]] | [[Handy features]] | ||
= 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. | |||
Revision as of 18:32, 28 June 2006
General Documentation
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.
Sessions
Application state is remembered in sessions.
Miscellaneous
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.