Core/getInstance

From PunchCMS
Revision as of 00:35, 24 December 2008 by Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

PCMS_Client::getInstance()

Overview

Get the CMS object instance. This way you don't have to work with a global CMS object.

Arguments

None

Returns

The CMS object instance.

Example

$objCms = PCMS_Client::getInstance();