Saturday 12 April 2008 3:17:24 am
Thank you for input - it's very valuable for my future experiments and understanding eZ publish APIs. In the mean time, reviewed 'kernel/content/view.php' and came up with this:
$data = eZNodeviewfunctions::contentViewGenerate( false, $args );
which pretty much does all I need.
|