Jump to content

AtkMetaNode: Difference between revisions

From NusaATK
No edit summary
 
mNo edit summary
Line 4: Line 4:




==Frequent Answered Questions==
==Frequently Answered Questions==
* __Why do I get "Fatal error: Class 'atkMetaNode' not found in "?__
* Why do I get "Fatal error: Class 'atkMetaNode' not found in "?


According Ivo on this [http://www.achievo.org/forum/viewtopic.php?t=413&highlight=class+atkmetanode|Forum Post] post:
According Ivo on this [http://www.achievo.org/forum/viewtopic.php?t=413&highlight=class+atkmetanode|Forum Post] post:

Revision as of 23:11, 18 January 2006

atkMetaNode tutorial

ATK official website 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