Link
From XOMBO Documentation
Introduction
The Link Library is responsible for creating links to pages and components within the system. The Library can also be used for linking to external sites. When linking to an action or view, the Link Library automatically checks to see if the user has permission to access it. If the user can't access the link based on their permissions, the link is hidden automatically.
File ./library/link.class.php ★ SVN http://svn.xombo.org/svn/platform/current/trunk/library/link.class.php API DOCS
Functions
Link::view ($view, $title, $options)
- Returns a link to a view.
Link::action ($view, $action, $title, $params, $options)
- Returns a link to an action. You can pass additional URL parameters as a $params associative array.
Link::link ($url, $title, $options)
- Returns a link to any arbitrary URL. Can be an internal or external link.
Link::icon ($png)
- Can be passed to other Link Library functions as $title.

