SEARCH:
Previous: hLink Next: hjxCheckFirst

hLinkPage

string Page_name
string HTML_fragment


This is a simple routine that generates a framework-standard link to a page. Please see Pages, Classes, and Tables for more information on the definition of a 'page'.

Example
PHP Code:
<div>
  You can jump straight to <?=hLinkPage('orders')?> from here.
</div>

Previous: hLink Next: hjxCheckFirst