Jump to content

AtkMetaNode: Difference between revisions

From NusaATK
mNo edit summary
Line 1: Line 1:
==atkMetaNode tutorial==
==atkMetaNode tutorial==


ATK official website [http://www.achievo.org/atk/docs/howto/atkmetanode|Meta Node tutorial]
ATK official website [http://www.achievo.org/wiki/Using_the_atkMetaNode Meta Node tutorial]
 


==Frequently Answered Questions==
==Frequently Answered Questions==

Revision as of 10:42, 23 June 2006

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