223 lines
8.1 KiB
HTML
Executable File
223 lines
8.1 KiB
HTML
Executable File
<html>
|
|
<head>
|
|
<title>Docs for page phpQuery.php</title>
|
|
<link rel="stylesheet" type="text/css" href="../media/style.css">
|
|
</head>
|
|
<body>
|
|
|
|
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
|
|
<tr>
|
|
<td class="header_top">phpQuery</td>
|
|
</tr>
|
|
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
|
<tr>
|
|
<td class="header_menu">
|
|
|
|
|
|
[ <a href="../classtrees_phpQuery.html" class="menu">class tree: phpQuery</a> ]
|
|
[ <a href="../elementindex_phpQuery.html" class="menu">index: phpQuery</a> ]
|
|
[ <a href="../elementindex.html" class="menu">all elements</a> ]
|
|
</td>
|
|
</tr>
|
|
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
|
</table>
|
|
|
|
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
|
<tr valign="top">
|
|
<td width="200" class="menu">
|
|
<div id="todolist">
|
|
<p><a href="../todolist.html">Todo List</a></p>
|
|
</div>
|
|
<b>Packages:</b><br />
|
|
<a href="../li_phpQuery.html">phpQuery</a><br />
|
|
<br /><br />
|
|
<b>Files:</b><br />
|
|
<div class="package">
|
|
<a href="../phpQuery/_Callback.php.html"> Callback.php
|
|
</a><br>
|
|
<a href="../phpQuery/_DOMDocumentWrapper.php.html"> DOMDocumentWrapper.php
|
|
</a><br>
|
|
<a href="../phpQuery/_DOMEvent.php.html"> DOMEvent.php
|
|
</a><br>
|
|
<a href="../phpQuery/_phpQuery.php.html"> phpQuery.php
|
|
</a><br>
|
|
<a href="../phpQuery/_phpQueryEvents.php.html"> phpQueryEvents.php
|
|
</a><br>
|
|
<a href="../phpQuery/_phpQueryObject.php.html"> phpQueryObject.php
|
|
</a><br>
|
|
</div><br />
|
|
|
|
|
|
<b>Classes:</b><br />
|
|
<div class="package">
|
|
<a href="../phpQuery/Callback.html">Callback</a><br />
|
|
<a href="../phpQuery/CallbackParam.html">CallbackParam</a><br />
|
|
<a href="../phpQuery/CallbackReference.html">CallbackReference</a><br />
|
|
<a href="../phpQuery/DOMDocumentWrapper.html">DOMDocumentWrapper</a><br />
|
|
<a href="../phpQuery/DOMEvent.html">DOMEvent</a><br />
|
|
<a href="../phpQuery/phpQuery.html">phpQuery</a><br />
|
|
<a href="../phpQuery/phpQueryEvents.html">phpQueryEvents</a><br />
|
|
<a href="../phpQuery/phpQueryObject.html">phpQueryObject</a><br />
|
|
<a href="../phpQuery/phpQueryPlugins.html">phpQueryPlugins</a><br />
|
|
</div>
|
|
</td>
|
|
<td>
|
|
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
|
|
|
|
<h1>Procedural File: phpQuery.php</h1>
|
|
Source Location: /phpQuery.php<br /><br />
|
|
|
|
<br>
|
|
<br>
|
|
|
|
<div class="contents">
|
|
<h2>Classes:</h2>
|
|
<dt><a href="../phpQuery/phpQuery.html">phpQuery</a></dt>
|
|
<dd>Static namespace for phpQuery functions.</dd>
|
|
<dt><a href="../phpQuery/phpQueryPlugins.html">phpQueryPlugins</a></dt>
|
|
<dd>Plugins static namespace class.</dd>
|
|
</div><br /><br />
|
|
|
|
<h2>Page Details:</h2>
|
|
phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library.<br /><br /><br /><br />
|
|
<h4>Tags:</h4>
|
|
<div class="tags">
|
|
<table border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td><b>author:</b> </td><td>Tobiasz Cudnik <<a href="mailto:tobiasz.cudnik/gmail.com">tobiasz.cudnik/gmail.com</a>></td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>version:</b> </td><td>0.9.5 beta3</td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>link:</b> </td><td><a href="http://jquery.com/">http://jquery.com/</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>link:</b> </td><td><a href="http://phpquery-library.blogspot.com/">http://phpquery-library.blogspot.com/</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>link:</b> </td><td><a href="http://code.google.com/p/phpquery/">http://code.google.com/p/phpquery/</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>license:</b> </td><td><a href="http://www.opensource.org/licenses/mit-license.php">MIT License</a></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<br /><br />
|
|
<h4>Includes:</h4>
|
|
<div class="tags">
|
|
require_once(dirname(__FILE__).'/phpQueryObject.php') [line 25]<br />
|
|
require_once(dirname(__FILE__).'/Callback.php') [line 24]<br />
|
|
require_once(dirname(__FILE__).'/DOMEvent.php') [line 21]<br />
|
|
require_once(dirname(__FILE__).'/bootstrap.php') [line 1025]<br />
|
|
require_once(dirname(__FILE__).'/compat/mbstring.php') [line 26]<br />
|
|
require_once(dirname(__FILE__).'/DOMDocumentWrapper.php') [line 22]<br />
|
|
require_once(dirname(__FILE__).'/phpQueryEvents.php') [line 23]<br />
|
|
</div>
|
|
<br /><br />
|
|
<br /><br />
|
|
<hr />
|
|
<a name="defineDOMDOCUMENT"></a>
|
|
<h3>DOMDOCUMENT <span class="smalllinenumber">[line 17]</span></h3>
|
|
<div class="tags">
|
|
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
|
<code>DOMDOCUMENT = 'DOMDocument'</code>
|
|
</td></tr></table>
|
|
</td></tr></table>
|
|
|
|
<br />
|
|
</div>
|
|
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
|
<hr />
|
|
<a name="defineDOMELEMENT"></a>
|
|
<h3>DOMELEMENT <span class="smalllinenumber">[line 18]</span></h3>
|
|
<div class="tags">
|
|
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
|
<code>DOMELEMENT = 'DOMElement'</code>
|
|
</td></tr></table>
|
|
</td></tr></table>
|
|
|
|
<br />
|
|
</div>
|
|
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
|
<hr />
|
|
<a name="defineDOMNODE"></a>
|
|
<h3>DOMNODE <span class="smalllinenumber">[line 20]</span></h3>
|
|
<div class="tags">
|
|
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
|
<code>DOMNODE = 'DOMNode'</code>
|
|
</td></tr></table>
|
|
</td></tr></table>
|
|
|
|
<br />
|
|
</div>
|
|
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
|
<hr />
|
|
<a name="defineDOMNODELIST"></a>
|
|
<h3>DOMNODELIST <span class="smalllinenumber">[line 19]</span></h3>
|
|
<div class="tags">
|
|
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
|
<code>DOMNODELIST = 'DOMNodeList'</code>
|
|
</td></tr></table>
|
|
</td></tr></table>
|
|
|
|
<br />
|
|
</div>
|
|
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
|
<br />
|
|
<hr />
|
|
<a name="functionpq"></a>
|
|
<h3>pq <span class="smalllinenumber">[line 1008]</span></h3>
|
|
<div class="function">
|
|
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
|
<code><a href="../phpQuery/phpQueryObject.html">phpQueryObject</a>|queryTemplatesFetch|queryTemplatesParse|queryTemplatesPickup pq(
|
|
$arg1, [ $context = null])</code>
|
|
</td></tr></table>
|
|
</td></tr></table><br />
|
|
|
|
Shortcut to phpQuery::pq($arg1, $context) Chainable.<br /><br /><br /><br />
|
|
<h4>Tags:</h4>
|
|
<div class="tags">
|
|
<table border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td><b>author:</b> </td><td>Tobiasz Cudnik <<a href="mailto:tobiasz.cudnik/gmail.com">tobiasz.cudnik/gmail.com</a>></td>
|
|
</tr>
|
|
<tr>
|
|
<td><b>see:</b> </td><td><a href="../phpQuery/phpQuery.html#methodpq">phpQuery::pq()</a></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<br /><br />
|
|
|
|
<h4>Parameters</h4>
|
|
<table border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td class="type"> </td>
|
|
<td><b>$arg1</b> </td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="type"> </td>
|
|
<td><b>$context</b> </td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
|
</div>
|
|
|
|
<div class="credit">
|
|
<hr />
|
|
Documentation generated on Tue, 18 Nov 2008 19:39:25 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.2</a>
|
|
</div>
|
|
</td></tr></table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</body>
|
|
</html> |