-
Notifications
You must be signed in to change notification settings - Fork 3
PluginsServerSide
tobiasz.cudnik edited this page Dec 2, 2008
·
7 revisions
- labels Featured
Plugins are loaded using *plugin* method from phpQueryObject or phpQuery static namespace.
Plugin consist from 2 classes - first extending *phpQueryObjects* (result of pq(); function) and second, extending static *phpQuery::$plugins* namespace. Plugin classes are never intialized, just method calls are forwarded in static way from phpQuery.