Jump to content

AtkMetaNode

From NusaATK
Revision as of 23:10, 18 January 2006 by Stootles (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

atkMetaNode tutorial

ATK official website Node tutorial


Frequent Answered Questions

  • __Why do I get "Fatal error: Class 'atkMetaNode' not found in "?__

According Ivo on this Post post:

The metanode is, for performance reasons, not included by default. in the class where you need it, you can add the following line:

atkimport("atk.atkmetanode");

If you need it in all your pages, and don't mind that it's always included, you can put this line in your atk.inc file instead.


Original Poster: darkelder