Jump to content

AtkMetaNode

From NusaATK

atkMetaNode tutorial

ATK official website Meta Node tutorial

Frequently 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