Skip to content
✌ Makis Tracend edited this page Jun 26, 2013 · 3 revisions

Here is a list of common methods created in the global namespace (referred to throughout KISSCMS). These methods live in app/helpers/common.php

url( $path )

uri()

cdn( $path )

attr( $name, $value )

Returns a string in the form of name="value" for generating new attributes in tags in the views. If $value is empty it returns nothing

Clone this wiki locally