You are here: Documentation > JYAML for Joomla! 1.7+, 2.5 > Programming and Development

Programming and Development

countModules

The countModules function is used in Joomla! to count module positions. Thus can be queried whether a particular position is currently active on the current page.

Read more...

JYAML::getImage

In JYAML 4.x is a PHP-Class for image processing built-in. So you can for example simply read only a unknown image size, resize or cut images.

Read more...

IE Adjustments

From JYAML 4.x the IE5 and IE6 is no longer officially supported. IE7 but still needs small adjustments with minimum and maximum widths.

Read more...

Technical documentation

The PHP instance of JYAML as a reference object you can get with $jyaml = JYAML::getDocument();. Within the HTML-Templates are located in the /html/ directory, normally should $this correspond to the object.

Read more...