Forums / Developer / fetching a template in php

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

fetching a template in php

Author Message

ludo thomas

Wednesday 06 July 2005 6:45:17 am

hi ,
these days I'm trying to fetch a template into a custom workflow.
my code:

include_once( "kernel/common/template.php" );
			
	$tpl = & templateInit();
		
	 $TemplateResult =& $tpl->fetch( 'design:news/test.tpl' );

2 problems:

*I'm not sure that kernel/common/template is include (if I give a wrong path I dont have any error and templateInit()seems to be OK)

*news/test.tpl seems not te be executed (I can give a wrong path and that change nothing)

I have clear my cache ;-)
all my code is here:http://ez.no/community/forum/developer/how_to_send_an_object_into_email