Partially implement type_list method
This commit is contained in:
parent
e4acfda004
commit
db1490c016
@ -165,7 +165,7 @@ abstract class DB_SQL {
|
|||||||
/**
|
/**
|
||||||
* Return sql to list database field types
|
* Return sql to list database field types
|
||||||
*
|
*
|
||||||
* @return string
|
* @return mixed
|
||||||
*/
|
*/
|
||||||
abstract public function type_list();
|
abstract public function type_list();
|
||||||
}
|
}
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -680,7 +680,7 @@ the connection/database</h2>
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:47-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -153,7 +153,7 @@ and organizes database connections</p></p>
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:47-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -256,12 +256,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<a name="type_list" id="type_list"></a><div class="element clickable method public type_list" data-toggle="collapse" data-target=".type_list .collapse">
|
<a name="type_list" id="type_list"></a><div class="element clickable method public type_list" data-toggle="collapse" data-target=".type_list .collapse">
|
||||||
<h2>Return sql to list database field types</h2>
|
<h2>Return sql to list database field types</h2>
|
||||||
<pre>type_list() : string</pre>
|
<pre>type_list() : mixed</pre>
|
||||||
<div class="labels"></div>
|
<div class="labels"></div>
|
||||||
<div class="row collapse"><div class="span8">
|
<div class="row collapse"><div class="span8">
|
||||||
<p class="long_description"></p>
|
<p class="long_description"></p>
|
||||||
<h3>Returns</h3>
|
<h3>Returns</h3>
|
||||||
<div class="subelement response"><code>string</code></div>
|
<div class="subelement response"><code>mixed</code></div>
|
||||||
</div></div>
|
</div></div>
|
||||||
</div>
|
</div>
|
||||||
<a name="view_list" id="view_list"></a><div class="element clickable method public view_list" data-toggle="collapse" data-target=".view_list .collapse">
|
<a name="view_list" id="view_list"></a><div class="element clickable method public view_list" data-toggle="collapse" data-target=".view_list .collapse">
|
||||||
@ -281,7 +281,7 @@
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:47-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -210,7 +210,7 @@
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:47-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -834,7 +834,7 @@ the last query executed</h2>
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:47-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -505,7 +505,7 @@ the query</h2>
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:47-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -309,7 +309,7 @@
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:47-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -213,7 +213,7 @@
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:47-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -870,7 +870,7 @@ the connection/database</h2>
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:47-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -293,7 +293,7 @@
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:47-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -209,7 +209,7 @@
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:47-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -872,7 +872,7 @@ the connection/database</h2>
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:47-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -293,7 +293,7 @@
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:47-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -204,7 +204,7 @@
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:47-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -872,7 +872,7 @@ the connection/database</h2>
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:47-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -309,7 +309,7 @@
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:47-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -209,7 +209,7 @@
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:47-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -1223,7 +1223,7 @@ for complex select queries</h2>
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:47-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -887,7 +887,7 @@ method if the database does not support 'TRUNCATE';</h2>
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:47-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -268,12 +268,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<a name="type_list" id="type_list"></a><div class="element clickable method public type_list" data-toggle="collapse" data-target=".type_list .collapse">
|
<a name="type_list" id="type_list"></a><div class="element clickable method public type_list" data-toggle="collapse" data-target=".type_list .collapse">
|
||||||
<h2>SQL to show list of field types</h2>
|
<h2>SQL to show list of field types</h2>
|
||||||
<pre>type_list() : string</pre>
|
<pre>type_list() : array</pre>
|
||||||
<div class="labels"></div>
|
<div class="labels"></div>
|
||||||
<div class="row collapse"><div class="span8">
|
<div class="row collapse"><div class="span8">
|
||||||
<p class="long_description"></p>
|
<p class="long_description"></p>
|
||||||
<h3>Returns</h3>
|
<h3>Returns</h3>
|
||||||
<div class="subelement response"><code>string</code></div>
|
<div class="subelement response"><code>array</code></div>
|
||||||
</div></div>
|
</div></div>
|
||||||
</div>
|
</div>
|
||||||
<a name="view_list" id="view_list"></a><div class="element clickable method public view_list" data-toggle="collapse" data-target=".view_list .collapse">
|
<a name="view_list" id="view_list"></a><div class="element clickable method public view_list" data-toggle="collapse" data-target=".view_list .collapse">
|
||||||
@ -293,7 +293,7 @@
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:47-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -209,7 +209,7 @@
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:47-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -245,7 +245,7 @@ directly - the settings should be safe!</h2>
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:47-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -68,7 +68,7 @@
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:47-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -94,7 +94,7 @@
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:47-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -65,7 +65,7 @@
|
|||||||
</script><div class="row"><footer class="span12">
|
</script><div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:47-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -54,14 +54,11 @@
|
|||||||
<div class="span4"><ul class="side-nav nav nav-list">
|
<div class="span4"><ul class="side-nav nav nav-list">
|
||||||
<li class="nav-header">Navigation</li>
|
<li class="nav-header">Navigation</li>
|
||||||
<li><a href="#classes/query_builder.php"><i class="icon-file"></i>classes/query_builder.php</a></li>
|
<li><a href="#classes/query_builder.php"><i class="icon-file"></i>classes/query_builder.php</a></li>
|
||||||
<li><a href="#drivers/pgsql/pgsql_sql.php"><i class="icon-file"></i>drivers/pgsql/pgsql_sql.php</a></li>
|
|
||||||
<li><a href="#drivers/pgsql/pgsql_util.php"><i class="icon-file"></i>drivers/pgsql/pgsql_util.php</a></li>
|
<li><a href="#drivers/pgsql/pgsql_util.php"><i class="icon-file"></i>drivers/pgsql/pgsql_util.php</a></li>
|
||||||
<li><a href="#drivers/pgsql/pgsql_driver.php"><i class="icon-file"></i>drivers/pgsql/pgsql_driver.php</a></li>
|
<li><a href="#drivers/pgsql/pgsql_driver.php"><i class="icon-file"></i>drivers/pgsql/pgsql_driver.php</a></li>
|
||||||
<li><a href="#drivers/mysql/mysql_util.php"><i class="icon-file"></i>drivers/mysql/mysql_util.php</a></li>
|
<li><a href="#drivers/mysql/mysql_util.php"><i class="icon-file"></i>drivers/mysql/mysql_util.php</a></li>
|
||||||
<li><a href="#drivers/mysql/mysql_driver.php"><i class="icon-file"></i>drivers/mysql/mysql_driver.php</a></li>
|
<li><a href="#drivers/mysql/mysql_driver.php"><i class="icon-file"></i>drivers/mysql/mysql_driver.php</a></li>
|
||||||
<li><a href="#drivers/mysql/mysql_sql.php"><i class="icon-file"></i>drivers/mysql/mysql_sql.php</a></li>
|
<li><a href="#drivers/mysql/mysql_sql.php"><i class="icon-file"></i>drivers/mysql/mysql_sql.php</a></li>
|
||||||
<li><a href="#drivers/sqlite/sqlite_sql.php"><i class="icon-file"></i>drivers/sqlite/sqlite_sql.php</a></li>
|
|
||||||
<li><a href="#drivers/firebird/firebird_sql.php"><i class="icon-file"></i>drivers/firebird/firebird_sql.php</a></li>
|
|
||||||
<li><a href="#drivers/firebird/firebird_util.php"><i class="icon-file"></i>drivers/firebird/firebird_util.php</a></li>
|
<li><a href="#drivers/firebird/firebird_util.php"><i class="icon-file"></i>drivers/firebird/firebird_util.php</a></li>
|
||||||
</ul></div>
|
</ul></div>
|
||||||
<div class="span8">
|
<div class="span8">
|
||||||
@ -74,7 +71,7 @@
|
|||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
The following markers were found:
|
The following markers were found:
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="marker-accordion">
|
<div id="marker-accordion">
|
||||||
@ -96,23 +93,6 @@
|
|||||||
</table></div>
|
</table></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="package-contents">
|
<div class="package-contents">
|
||||||
<a name="drivers/pgsql/pgsql_sql.php" id="drivers/pgsql/pgsql_sql.php"></a><h3>
|
|
||||||
<i class="icon-file"></i>drivers/pgsql/pgsql_sql.php<small style="float: right;padding-right: 10px;">1</small>
|
|
||||||
</h3>
|
|
||||||
<div><table class="table markers table-bordered">
|
|
||||||
<tr>
|
|
||||||
<th>Type</th>
|
|
||||||
<th>Line</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>todo</td>
|
|
||||||
<td>222</td>
|
|
||||||
<td>implement type_list method</td>
|
|
||||||
</tr>
|
|
||||||
</table></div>
|
|
||||||
</div>
|
|
||||||
<div class="package-contents">
|
|
||||||
<a name="drivers/pgsql/pgsql_util.php" id="drivers/pgsql/pgsql_util.php"></a><h3>
|
<a name="drivers/pgsql/pgsql_util.php" id="drivers/pgsql/pgsql_util.php"></a><h3>
|
||||||
<i class="icon-file"></i>drivers/pgsql/pgsql_util.php<small style="float: right;padding-right: 10px;">1</small>
|
<i class="icon-file"></i>drivers/pgsql/pgsql_util.php<small style="float: right;padding-right: 10px;">1</small>
|
||||||
</h3>
|
</h3>
|
||||||
@ -198,40 +178,6 @@
|
|||||||
</table></div>
|
</table></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="package-contents">
|
<div class="package-contents">
|
||||||
<a name="drivers/sqlite/sqlite_sql.php" id="drivers/sqlite/sqlite_sql.php"></a><h3>
|
|
||||||
<i class="icon-file"></i>drivers/sqlite/sqlite_sql.php<small style="float: right;padding-right: 10px;">1</small>
|
|
||||||
</h3>
|
|
||||||
<div><table class="table markers table-bordered">
|
|
||||||
<tr>
|
|
||||||
<th>Type</th>
|
|
||||||
<th>Line</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>todo</td>
|
|
||||||
<td>166</td>
|
|
||||||
<td>implement type_list method</td>
|
|
||||||
</tr>
|
|
||||||
</table></div>
|
|
||||||
</div>
|
|
||||||
<div class="package-contents">
|
|
||||||
<a name="drivers/firebird/firebird_sql.php" id="drivers/firebird/firebird_sql.php"></a><h3>
|
|
||||||
<i class="icon-file"></i>drivers/firebird/firebird_sql.php<small style="float: right;padding-right: 10px;">1</small>
|
|
||||||
</h3>
|
|
||||||
<div><table class="table markers table-bordered">
|
|
||||||
<tr>
|
|
||||||
<th>Type</th>
|
|
||||||
<th>Line</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>todo</td>
|
|
||||||
<td>250</td>
|
|
||||||
<td>implement type_list method</td>
|
|
||||||
</tr>
|
|
||||||
</table></div>
|
|
||||||
</div>
|
|
||||||
<div class="package-contents">
|
|
||||||
<a name="drivers/firebird/firebird_util.php" id="drivers/firebird/firebird_util.php"></a><h3>
|
<a name="drivers/firebird/firebird_util.php" id="drivers/firebird/firebird_util.php"></a><h3>
|
||||||
<i class="icon-file"></i>drivers/firebird/firebird_util.php<small style="float: right;padding-right: 10px;">1</small>
|
<i class="icon-file"></i>drivers/firebird/firebird_util.php<small style="float: right;padding-right: 10px;">1</small>
|
||||||
</h3>
|
</h3>
|
||||||
@ -254,7 +200,7 @@
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:47-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -284,7 +284,7 @@ instantiates the specific db driver</p>
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:46-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -68,7 +68,7 @@
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:46-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -95,7 +95,7 @@
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:46-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -212,7 +212,7 @@ data-fetching methods</p>
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:46-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -98,7 +98,7 @@
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:46-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -116,7 +116,7 @@ instantiates the specific db driver</p>
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:46-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers
|
||||||
<ul><li>todo
|
<ul><li>todo
|
||||||
<span class="label label-info">10</span>
|
<span class="label label-info">7</span>
|
||||||
</li></ul></a></li>
|
</li></ul></a></li>
|
||||||
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements
|
||||||
<span class="label label-info">0</span></a></li>
|
<span class="label label-info">0</span></a></li>
|
||||||
@ -317,7 +317,7 @@ instantiates the specific db driver</p>
|
|||||||
<div class="row"><footer class="span12">
|
<div class="row"><footer class="span12">
|
||||||
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
||||||
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
|
||||||
generated on 2012-05-07T16:05:46-04:00.<br></footer></div>
|
generated on 2012-05-08T08:31:38-04:00.<br></footer></div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -297,7 +297,7 @@ directly - the settings should be safe!]]></description>
|
|||||||
</method>
|
</method>
|
||||||
</class>
|
</class>
|
||||||
</file>
|
</file>
|
||||||
<file path="classes/db_sql.php" hash="e4e2b39d8a22d3087bc3dd4130b09f7f" package="Query">
|
<file path="classes/db_sql.php" hash="a14aa879628ad8b4e40abff2635c19b7" package="Query">
|
||||||
<docblock line="2">
|
<docblock line="2">
|
||||||
<description><![CDATA[Query]]></description>
|
<description><![CDATA[Query]]></description>
|
||||||
<long-description><![CDATA[<p>Free Query Builder / Database Abstraction Layer</p>]]></long-description>
|
<long-description><![CDATA[<p>Free Query Builder / Database Abstraction Layer</p>]]></long-description>
|
||||||
@ -514,8 +514,8 @@ directly - the settings should be safe!]]></description>
|
|||||||
<docblock line="165">
|
<docblock line="165">
|
||||||
<description><![CDATA[Return sql to list database field types]]></description>
|
<description><![CDATA[Return sql to list database field types]]></description>
|
||||||
<long-description><![CDATA[]]></long-description>
|
<long-description><![CDATA[]]></long-description>
|
||||||
<tag line="165" name="return" description="" type="string">
|
<tag line="165" name="return" description="" type="mixed">
|
||||||
<type by_reference="false">string</type>
|
<type by_reference="false">mixed</type>
|
||||||
</tag>
|
</tag>
|
||||||
</docblock>
|
</docblock>
|
||||||
</method>
|
</method>
|
||||||
@ -2582,7 +2582,7 @@ with array_map and glob]]></description>
|
|||||||
</argument>
|
</argument>
|
||||||
</function>
|
</function>
|
||||||
</file>
|
</file>
|
||||||
<file path="drivers/pgsql/pgsql_sql.php" hash="e93703a77d9f6fae134d552e5143a03b" package="Default">
|
<file path="drivers/pgsql/pgsql_sql.php" hash="8804b614fabfb9157e6cf80ca2386c02" package="Default">
|
||||||
<docblock line="2">
|
<docblock line="2">
|
||||||
<description><![CDATA[Query]]></description>
|
<description><![CDATA[Query]]></description>
|
||||||
<long-description><![CDATA[<p>Free Query Builder / Database Abstraction Layer</p>]]></long-description>
|
<long-description><![CDATA[<p>Free Query Builder / Database Abstraction Layer</p>]]></long-description>
|
||||||
@ -2591,9 +2591,6 @@ with array_map and glob]]></description>
|
|||||||
<tag line="2" name="link" description="https://github.com/aviat4ion/Query" link="https://github.com/aviat4ion/Query"/>
|
<tag line="2" name="link" description="https://github.com/aviat4ion/Query" link="https://github.com/aviat4ion/Query"/>
|
||||||
<tag line="2" name="license" description="http://philsturgeon.co.uk/code/dbad-license"/>
|
<tag line="2" name="license" description="http://philsturgeon.co.uk/code/dbad-license"/>
|
||||||
</docblock>
|
</docblock>
|
||||||
<markers>
|
|
||||||
<todo line="222">implement type_list method</todo>
|
|
||||||
</markers>
|
|
||||||
<class final="false" abstract="false" namespace="default" line="21" package="Query\Drivers">
|
<class final="false" abstract="false" namespace="default" line="21" package="Query\Drivers">
|
||||||
<name>PgSQL_SQL</name>
|
<name>PgSQL_SQL</name>
|
||||||
<full_name>\PgSQL_SQL</full_name>
|
<full_name>\PgSQL_SQL</full_name>
|
||||||
@ -4120,7 +4117,7 @@ with array_map and glob]]></description>
|
|||||||
</method>
|
</method>
|
||||||
</class>
|
</class>
|
||||||
</file>
|
</file>
|
||||||
<file path="drivers/sqlite/sqlite_sql.php" hash="97b8b49e8e8c751eabfa5f84e34a08de" package="Query">
|
<file path="drivers/sqlite/sqlite_sql.php" hash="e807c384e4ac6d63fe2312bfdf87f1de" package="Query">
|
||||||
<docblock line="2">
|
<docblock line="2">
|
||||||
<description><![CDATA[Query]]></description>
|
<description><![CDATA[Query]]></description>
|
||||||
<long-description><![CDATA[<p>Free Query Builder / Database Abstraction Layer</p>]]></long-description>
|
<long-description><![CDATA[<p>Free Query Builder / Database Abstraction Layer</p>]]></long-description>
|
||||||
@ -4130,9 +4127,6 @@ with array_map and glob]]></description>
|
|||||||
<tag line="2" name="link" description="https://github.com/aviat4ion/Query" link="https://github.com/aviat4ion/Query"/>
|
<tag line="2" name="link" description="https://github.com/aviat4ion/Query" link="https://github.com/aviat4ion/Query"/>
|
||||||
<tag line="2" name="license" description="http://philsturgeon.co.uk/code/dbad-license"/>
|
<tag line="2" name="license" description="http://philsturgeon.co.uk/code/dbad-license"/>
|
||||||
</docblock>
|
</docblock>
|
||||||
<markers>
|
|
||||||
<todo line="166">implement type_list method</todo>
|
|
||||||
</markers>
|
|
||||||
<class final="false" abstract="false" namespace="default" line="22" package="Query\Drivers">
|
<class final="false" abstract="false" namespace="default" line="22" package="Query\Drivers">
|
||||||
<name>SQLite_SQL</name>
|
<name>SQLite_SQL</name>
|
||||||
<full_name>\SQLite_SQL</full_name>
|
<full_name>\SQLite_SQL</full_name>
|
||||||
@ -4283,14 +4277,14 @@ with array_map and glob]]></description>
|
|||||||
<docblock line="159">
|
<docblock line="159">
|
||||||
<description><![CDATA[SQL to show list of field types]]></description>
|
<description><![CDATA[SQL to show list of field types]]></description>
|
||||||
<long-description><![CDATA[]]></long-description>
|
<long-description><![CDATA[]]></long-description>
|
||||||
<tag line="159" name="return" description="" type="string">
|
<tag line="159" name="return" description="" type="array">
|
||||||
<type by_reference="false">string</type>
|
<type by_reference="false">array</type>
|
||||||
</tag>
|
</tag>
|
||||||
</docblock>
|
</docblock>
|
||||||
</method>
|
</method>
|
||||||
</class>
|
</class>
|
||||||
</file>
|
</file>
|
||||||
<file path="drivers/firebird/firebird_sql.php" hash="3909bf4e8041b197439888166ea8f709" package="Query">
|
<file path="drivers/firebird/firebird_sql.php" hash="cf2676fc79642a0e9f91c13402b0e2df" package="Query">
|
||||||
<docblock line="2">
|
<docblock line="2">
|
||||||
<description><![CDATA[Query]]></description>
|
<description><![CDATA[Query]]></description>
|
||||||
<long-description><![CDATA[<p>Free Query Builder / Database Abstraction Layer</p>]]></long-description>
|
<long-description><![CDATA[<p>Free Query Builder / Database Abstraction Layer</p>]]></long-description>
|
||||||
@ -4300,9 +4294,6 @@ with array_map and glob]]></description>
|
|||||||
<tag line="2" name="link" description="https://github.com/aviat4ion/Query" link="https://github.com/aviat4ion/Query"/>
|
<tag line="2" name="link" description="https://github.com/aviat4ion/Query" link="https://github.com/aviat4ion/Query"/>
|
||||||
<tag line="2" name="license" description="http://philsturgeon.co.uk/code/dbad-license"/>
|
<tag line="2" name="license" description="http://philsturgeon.co.uk/code/dbad-license"/>
|
||||||
</docblock>
|
</docblock>
|
||||||
<markers>
|
|
||||||
<todo line="250">implement type_list method</todo>
|
|
||||||
</markers>
|
|
||||||
<class final="false" abstract="false" namespace="default" line="22" package="Query\Drivers">
|
<class final="false" abstract="false" namespace="default" line="22" package="Query\Drivers">
|
||||||
<name>Firebird_SQL</name>
|
<name>Firebird_SQL</name>
|
||||||
<full_name>\Firebird_SQL</full_name>
|
<full_name>\Firebird_SQL</full_name>
|
||||||
@ -5323,7 +5314,7 @@ the last query executed]]></description>
|
|||||||
<package name="Query" full_name="Query\Query"/>
|
<package name="Query" full_name="Query\Query"/>
|
||||||
</package>
|
</package>
|
||||||
<namespace name="default" full_name="default"/>
|
<namespace name="default" full_name="default"/>
|
||||||
<marker count="10">todo</marker>
|
<marker count="7">todo</marker>
|
||||||
<marker count="0">fixme</marker>
|
<marker count="0">fixme</marker>
|
||||||
<deprecated count="0"/>
|
<deprecated count="0"/>
|
||||||
</project>
|
</project>
|
||||||
|
@ -247,7 +247,9 @@ SQL;
|
|||||||
*/
|
*/
|
||||||
public function type_list()
|
public function type_list()
|
||||||
{
|
{
|
||||||
// TODO implement type_list method
|
return <<<SQL
|
||||||
|
SELECT "RDB\$FIELD_TYPE" FROM "RDB\$FIELDS"
|
||||||
|
SQL;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -219,7 +219,12 @@ SQL;
|
|||||||
*/
|
*/
|
||||||
public function type_list()
|
public function type_list()
|
||||||
{
|
{
|
||||||
// TODO implement type_list method
|
return <<<SQL
|
||||||
|
SELECT "typname" FROM "pg_catalog"."pg_type"
|
||||||
|
WHERE "typname" !~ '^pg_|_'
|
||||||
|
AND "typtype" != 'c'
|
||||||
|
ORDER BY "typname"
|
||||||
|
SQL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//End of pgsql_manip.php
|
//End of pgsql_manip.php
|
@ -159,11 +159,11 @@ SQL;
|
|||||||
/**
|
/**
|
||||||
* SQL to show list of field types
|
* SQL to show list of field types
|
||||||
*
|
*
|
||||||
* @return string
|
* @return array
|
||||||
*/
|
*/
|
||||||
public function type_list()
|
public function type_list()
|
||||||
{
|
{
|
||||||
// TODO implement type_list method
|
return array('INTEGER', 'REAL', 'TEXT', 'BLOB');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user