Application Candy - What is Chunk and how to use it?
Application work well.
One question.
What is "chunk" and how it is used?
Thanks
zhlousek
0
Application work well.
One question.
What is "chunk" and how it is used?
Thanks
zhlousek
Comments
Chunk is a piece of static html code in template.
Example:
<div class="StandaloneMovie"> <?php echo FlashObject($this->SwfMovie, array('width' => '100%', 'height' => '550', 'wmode' => 'transparent')); ?> </div> <?php echo Chunk(5); // prints chunk #5 ?>It is not chunk in modx sense.