dojo()

The dojo ViewHelper was implemented to make sure, that we use a pre-configured system. It extends the Zend implementation only in that kind, that the path information is correct, Bigace specific locale and theme are used.

Read more about the Dojo Javascript Framework.

If you want to use the dojo ViewHelper, refer to the Zend documentation and API (Package: Zend_Dojo_View_Helper).

-> Since BIGACE 3.0

Further infos at the ViewHelper dojo() PHPDoc.

Example

This example shows how to activate Dojo in your layout.

:::php
<?php

  $this->dojo();

?>