Main Page: Difference between revisions
| Line 7: | Line 7: | ||
Achievo's project management capabilities will enable organizations to support their business processes in a simple, but effective manner. | Achievo's project management capabilities will enable organizations to support their business processes in a simple, but effective manner. | ||
=== General Documentation === | |||
[[InstallationGuide]] | [[InstallationGuide]] | ||
| Line 13: | Line 13: | ||
[[atkMetaNode]] | [[atkMetaNode]] | ||
=== Modules === | |||
An ATK Application consists of one or more modules. | An ATK Application consists of one or more modules. | ||
| Line 19: | Line 19: | ||
A [[CompleteModuleFile]] | A [[CompleteModuleFile]] | ||
=== Nodes === | |||
A module consists of one or more nodes. | A module consists of one or more nodes. | ||
| Line 27: | Line 27: | ||
[[NodeFlags]] | [[NodeFlags]] | ||
=== Attributes === | |||
A node is build with attributes. | A node is build with attributes. | ||
| Line 37: | Line 37: | ||
[[AttributeLevelSecurity]] | [[AttributeLevelSecurity]] | ||
=== Sessions === | |||
Application state is remembered in sessions. | Application state is remembered in sessions. | ||
| Line 43: | Line 43: | ||
[[SessionVariables]] | [[SessionVariables]] | ||
=== Advanced techniques === | |||
[[Polymorphism]] | [[Polymorphism]] | ||
=== Misc Tips === | |||
[[OrderingAttributesWithinANode]] | [[OrderingAttributesWithinANode]] | ||
Revision as of 23:03, 18 January 2006
Welcome on the Achievo/ATK Wiki.
Achievo is a flexible web-based free project management tool for small to medium businesses. Achievo's project management capabilities will enable organizations to support their business processes in a simple, but effective manner.
General Documentation
Modules
An ATK Application consists of one or more modules.
Nodes
A module consists of one or more nodes.
An ExampleNode file.
Attributes
A node is build with attributes.
Sessions
Application state is remembered in sessions.
Advanced techniques
Misc Tips
OrderingAttributesWithinANode SmartDebug))
Achievo ATK is an object oriented Web Application Framework, written in PHP. It is targeted at developers who wish to focus on business logic, instead of coding HTML. Where other application frameworks mainly provide a large set of utility classes, ATK provides a complete framework that requires only small amounts of code to get usable applications, while maintaining full flexibility.