Difference between revisions of "Core/getInstance"

From PunchCMS
Jump to: navigation, search
(New page: __NOTOC__ ==== 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 ==...)
 
(No difference)

Latest revision as of 00:35, 24 December 2008

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();