Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
126 commits
Select commit Hold shift + click to select a range
c81acb3
Added connection charset support for MySQL. The default charset is utf8.
Mar 26, 2012
f8de0f8
Added disconnect to the ezMySQL class.
Mar 26, 2012
25ab5c5
- Corrected the PostgreSQL connection
Mar 26, 2012
cac28a4
Added gitigore
Mar 30, 2012
80231e6
Changed gitignore
Mar 30, 2012
c221fbd
Moved documentation files to the documentation directory.
Apr 1, 2012
e123f0c
- Changed the core class to PHP 5 syntax.
Apr 1, 2012
6d5a35a
Because of the upgrade to PHP 5 compatibility I've changed the versio…
Apr 1, 2012
c3e7fbd
Changed doc tags for class variables from @public to @var
Apr 1, 2012
06e401e
Removed trailing spaces.
Apr 1, 2012
fc1c291
- Changed the core class to PHP 5 syntax.
Apr 1, 2012
117964a
Added PHPDoc license tag.
Apr 1, 2012
59142a1
- Added PHPDoc license tag.
Apr 1, 2012
0539f0b
- Changed formatting to fit standards
Apr 1, 2012
27146c9
- Changed the core class to PHP 5 syntax.
Apr 1, 2012
fda3977
Changed error from die to throw new Exception
Apr 1, 2012
2bca259
Corrected an error of duplicated public on a function
Apr 1, 2012
6fb8890
Added PHPDoc ignore tag to demos
Apr 1, 2012
e146c19
Change log was not changed on git merge upstream/master , don't know …
Apr 1, 2012
e0d4dff
Corrected a PHPDoc parameter
Apr 1, 2012
8a547f3
Removed superfluous comment
Apr 1, 2012
2a7f67c
Removed superfluous comment
Apr 1, 2012
68c8afe
Corrected a typo
Apr 1, 2012
ee9f007
- Changed the core class to PHP 5 syntax.
Apr 1, 2012
b29993d
Added two methods, to give access to the current host and port on Pos…
Apr 1, 2012
aab819e
Added two methods, to give access to the current host and connection …
Apr 1, 2012
75941ec
Added a method, to give access to the current on MS SQL Server
Apr 1, 2012
06d818a
Added PHPDoc ignore tag to Ezsql_codeigniter
Apr 1, 2012
ef14ea7
Corrected the order of checking for existing classes and the call of …
Apr 1, 2012
962c5f4
Corrected a typo
Apr 1, 2012
348ea4f
- Changed the core class to PHP 5 syntax.
Apr 1, 2012
a1608cb
Added disconnect method to the PDO class
Apr 1, 2012
447edbf
Revert "Added disconnect method to the PDO class"
Apr 1, 2012
bb6cbad
Added disconnect method to the PDO class
Apr 1, 2012
897db8c
- Changed the core class to PHP 5 syntax.
Apr 1, 2012
6746295
Added disconnect method to the SQLite class
Apr 1, 2012
ec3593e
- Changed the core class to PHP 5 syntax.
Apr 1, 2012
63be319
Added disconnect method to MS SQL Server class
Apr 1, 2012
fa75bea
Added disconnect and getHost methods to Sybase ASE class
Apr 1, 2012
0dfcc60
Done some code formatting changes to meet the standard
Apr 1, 2012
42005a2
Extended the documentation of the constructor with the default values…
Apr 1, 2012
8bb7834
- Changed the core class to PHP 5 syntax.
Apr 1, 2012
ac66159
Added disconnect and getDBName methods to Oracle 8 and 9 class
Apr 1, 2012
a312ce3
Removed trailing spaces in the Oracle 8 and 9 class
Apr 1, 2012
2005e38
- Changed the core class to PHP 5 syntax.
Apr 1, 2012
208b1ba
Deleted <? before php by accident, solved this
Apr 1, 2012
c802adb
Restored the check of BASEPATH
Apr 1, 2012
b90e933
Added PHPDoc ignore tags
Apr 1, 2012
9631771
Removed a PHPDoc tag
Apr 1, 2012
b8a3879
Added PHPDocumentation
Apr 1, 2012
2ee4ffa
Added PHPUnit test bodies. This is the initial commit of the unit tes…
Apr 2, 2012
15dd908
Added public property show_errors
Apr 2, 2012
dd185a2
Added public property show_errors
Apr 2, 2012
6ebe930
Added public property show_errors
Apr 2, 2012
e386a9d
Added public property show_errors
Apr 2, 2012
c03ebe4
Added public property show_errors
Apr 2, 2012
404d2bf
Added public property show_errors
Apr 2, 2012
5a780d0
Added public property show_errors
Apr 2, 2012
feb0fbe
Added public property show_errors
Apr 2, 2012
210f723
- Added tear up script for creating a test database and a test user
Apr 3, 2012
8a563aa
A connection is not needed to escape a string, removed that.
Apr 4, 2012
4cd15ec
Changed the behavior of the connect method of the ezSQL_mysql class. …
Apr 4, 2012
d7ee423
Solved an error with a duplicated $
Apr 4, 2012
af0fb2f
Extended the core class with connection information and a public vari…
Apr 5, 2012
07ab4e3
Extended the MySQL class with connection information in a property
Apr 5, 2012
31cf394
Extended the PostgreSQL class with connection information in a property
Apr 5, 2012
ac1980e
Extended the MS SQL Server class with connection information in a pro…
Apr 5, 2012
40fd9b0
Extended the PDO class with connection information in a property
Apr 5, 2012
b4e5d63
On disconnect the connection property has to be set to false, correct…
Apr 5, 2012
351d9a2
Extended the SQLite class with connection information in a property
Apr 5, 2012
1ae64d5
Extended the Sybase ASE class with connection information in a property
Apr 5, 2012
743cc8e
Extended the Oracle 8/9 class with connection information in a property
Apr 5, 2012
bc03b76
Finished unit tests on MySQL class and corrected failures in that cla…
Apr 5, 2012
32714ae
Changed database tear up and tear down scripts for MySQL. You need to…
Apr 5, 2012
884ca24
Removed a not used unit test for MySQL and trailing spaces.
Apr 5, 2012
40687ef
Created tear up and tear down SQL scripts to initialize the database …
Apr 5, 2012
78f6581
Changed comparison of host and charset with defaults instead of empty…
Apr 5, 2012
ecad5d7
Completed unit tests for PostgreSQL and correted failures in the Pos…
Apr 5, 2012
fe1da48
Changed the port constant from my local port to the default port of P…
Apr 5, 2012
0ed362c
Completed unit tests for PDO with PostgreSQL and correted failures i…
Apr 5, 2012
f43ee51
Changed the port constant from my local port to the default port of P…
Apr 5, 2012
05f7802
Updated the PHPDoc documentation
Apr 5, 2012
6638b68
Removed todo tags of jobs, that where already done
Apr 6, 2012
1f7fa55
Updated the PHPDoc documentation
Apr 6, 2012
39fcef5
Harmonized user names in unit tests for MySQL and PostgreSQL
Apr 6, 2012
f51bec2
Added MySQL tests on PDO unit tests
Apr 6, 2012
e660b26
Added options to the PDO connection to set for example connection cha…
Apr 6, 2012
922d6cf
Added the usage of the MySQL database tear up and down SQL scripts on…
Apr 6, 2012
b6aeb82
Changed the port constant from my local port to the default port of P…
Apr 6, 2012
08997fc
Updated the PHPDoc documentation
Apr 6, 2012
3e418b9
Fixed a bug on connection errors: The original code used an undeclare…
Apr 6, 2012
f0d5148
Corrected the start comment in the source of MySQL
Apr 6, 2012
43e33ae
I made the decision not to support SQLite with native SQLite libs. Th…
Apr 6, 2012
e0d42a3
Updated the PHPDoc documentation
Apr 6, 2012
ac451f8
Removed get_set from core, because in core does not exist a function …
Apr 6, 2012
d699f29
I moved get_set to PDO, where it does make sense and created the test…
Apr 6, 2012
f10ebe1
Changed the port constant from my local port to the default port of P…
Apr 6, 2012
6dabd75
Finished unit tests for the core class
Apr 6, 2012
5596975
Updated the PHPDoc documentation
Apr 6, 2012
5df44e1
First unit test for native MS SQL Server connection. The real connect…
Apr 6, 2012
c0fffc9
Added a todo tag about MS SQL Server
Apr 6, 2012
90e8fc9
First unit test for native Oracle 8+9 connection. The real connection…
Apr 6, 2012
488492f
First unit test for native Sybase ASE connection. The real connection…
Apr 6, 2012
9e22fe4
Removed codeigniter unit tests
Apr 6, 2012
2f5d851
Updated the PHPDoc documentation
Apr 6, 2012
57a1b37
Added a property for affected rows and created the unit test herefore
Apr 7, 2012
9534697
Used mysql_affected_rows for affected rows property
Apr 7, 2012
b3f476c
Used pg_affected_rows for affected rows property
Apr 7, 2012
21f755e
Used pdo::exec for affected rows property
Apr 7, 2012
55bf1ec
Used mssql_rows_affected for affected rows property
Apr 7, 2012
72f5728
Used sybase_rows_affected for affected rows property
Apr 7, 2012
2ad6d18
Used OCIRowCount for affected rows property
Apr 7, 2012
5936eb0
Added a method to MySQL to get the last inserted autoincrement and th…
Apr 12, 2012
7b3feb2
Added Information about the changes done in version 3.00
Apr 19, 2012
77c8edc
Extended unit tests on MySQL class.
Apr 20, 2012
2affa08
Created a class for handling the query results in a way, that is used…
Apr 20, 2012
ab3615d
Created untit tests for the ezSQL_Recordset class.
Apr 20, 2012
f43edd9
Updated the PHPDocumentation.
Apr 20, 2012
1646395
Updated the readme file with the changes done for version 3.01.
Apr 20, 2012
f0b8026
Made some improvements on ezSQL_recordset that will improve the speed…
Apr 22, 2012
9635aa5
Updated the readme with version information.
Apr 22, 2012
48fef01
Corrected a typo.
Apr 23, 2012
70bddfc
Updated PHPDocumentator results.
Apr 23, 2012
f9b9b4c
Corrected error messages with the correct class name.
Sep 28, 2012
2f45c15
Changed my author tag to have a usable mail address.
Sep 28, 2012
178995f
Extended readme.txt with new version information
Sep 28, 2012
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/nbproject/private/
/nbproject/
~
~*.*
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions _Documentation/phpDocumentator/blank.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<html>
<head>
<title>ezSQL</title>
<link rel="stylesheet" href="media/stylesheet.css" />
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
</head>
<body>
<div align="center"><h1>ezSQL</h1></div>
<b>Welcome to default!</b><br />
<br />
This documentation was generated by <a href="http://www.phpdoc.org">phpDocumentor v1.4.4</a><br />
</body>
</html>
28 changes: 28 additions & 0 deletions _Documentation/phpDocumentator/classtrees_default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- template designed by Marco Von Ballmoos -->
<title></title>
<link rel="stylesheet" href="media/stylesheet.css" />
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
</head>
<body>

<!-- Start of Class Data -->
<H2>

</H2>
<h2>Root class ezSQLcore</h2>
<ul>
<li><a href="default/ezSQLcore.html">ezSQLcore</a></li></ul>

<h2>Root class ezSQLcore</h2>
<ul>
<li><a href="default/ezSQLcore.html">ezSQLcore</a></li></ul>

<p class="notes" id="credit">
Documentation generated on Mon, 23 Apr 2012 06:40:20 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
</p>
</body>
</html>
34 changes: 34 additions & 0 deletions _Documentation/phpDocumentator/classtrees_ezSQL.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- template designed by Marco Von Ballmoos -->
<title></title>
<link rel="stylesheet" href="media/stylesheet.css" />
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
</head>
<body>

<!-- Start of Class Data -->
<H2>

</H2>
<h2>Root class ezSQLcore</h2>
<ul>
<li><a href="ezSQL/ezSQLcore.html">ezSQLcore</a><ul>
<li><a href="ezSQL/ezSQL_codeigniter.html">ezSQL_codeigniter</a></li><li><a href="ezSQL/ezSQL_mssql.html">ezSQL_mssql</a></li><li><a href="ezSQL/ezSQL_mysql.html">ezSQL_mysql</a></li><li><a href="ezSQL/ezSQL_oracle8_9.html">ezSQL_oracle8_9</a></li><li><a href="ezSQL/ezSQL_pdo.html">ezSQL_pdo</a></li><li><a href="ezSQL/ezSQL_postgresql.html">ezSQL_postgresql</a></li><li><a href="ezSQL/ezSQL_sybase.html">ezSQL_sybase</a></li></ul></li>
</ul>

<h2>Root class ezSQL_recordset</h2>
<ul>
<li><a href="ezSQL/ezSQL_recordset.html">ezSQL_recordset</a> (implements Iterator)</li></ul>

<h2>Root class PHPUnit_Framework_TestCase</h2>
<ul>
<li><a href="ezSQL/unitTests/ezSQLcoreTest.html">ezSQLcoreTest</a></li><li><a href="ezSQL/unitTests/ezSQL_mssqlTest.html">ezSQL_mssqlTest</a></li><li><a href="ezSQL/unitTests/ezSQL_mysqlTest.html">ezSQL_mysqlTest</a></li><li><a href="ezSQL/unitTests/ezSQL_oracle8_9Test.html">ezSQL_oracle8_9Test</a></li><li><a href="ezSQL/unitTests/ezSQL_pdoTest.html">ezSQL_pdoTest</a></li><li><a href="ezSQL/unitTests/ezSQL_postgresqlTest.html">ezSQL_postgresqlTest</a></li><li><a href="ezSQL/unitTests/ezSQL_recordsetTest.html">ezSQL_recordsetTest</a></li><li><a href="ezSQL/unitTests/ezSQL_sybaseTest.html">ezSQL_sybaseTest</a></li></ul>

<p class="notes" id="credit">
Documentation generated on Mon, 23 Apr 2012 06:40:20 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
</p>
</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- template designed by Marco Von Ballmoos -->
<title>Docs for page ezSQL_codeigniterTest.php</title>
<link rel="stylesheet" href="../media/stylesheet.css" />
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
</head>
<body>
<div class="page-body">
<h2 class="file-name">/_Test/unit_tests/codeigniter/ezSQL_codeigniterTest.php</h2>

<a name="sec-description"></a>
<div class="info-box">
<div class="info-box-title">Description</div>
<div class="nav-bar">
<span class="disabled">Description</span> |
<a href="#sec-classes">Classes</a>
| <a href="#sec-includes">Includes</a>
</div>
<div class="info-box-body">
<!-- ========== Info from phpDoc block ========= -->

</div>
</div>

<a name="sec-classes"></a>
<div class="info-box">
<div class="info-box-title">Classes</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<span class="disabled">Classes</span>
| <a href="#sec-includes">Includes</a>
</div>
<div class="info-box-body">
<table cellpadding="2" cellspacing="0" class="class-table">
<tr>
<th class="class-table-header">Class</th>
<th class="class-table-header">Description</th>
</tr>
<tr>
<td style="padding-right: 2em; vertical-align: top">
<a href="../default/ezSQL_codeigniterTest.html">ezSQL_codeigniterTest</a>
</td>
<td>
Test class for ezSQL_codeigniter.
</td>
</tr>
</table>
</div>
</div>

<a name="sec-includes"></a>
<div class="info-box">
<div class="info-box-title">Includes</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-classes">Classes</a>
| <span class="disabled">Includes</span>
</div>
<div class="info-box-body">
<a name="_dirname(__FILE__)_/__/__/__/shared/ez_sql_core_php"><!-- --></a>
<div class="evenrow">

<div>
<span class="include-title">
<span class="include-type">require_once</span>
(<span class="include-name">dirname(__FILE__).'/../../../shared/ez_sql_core.php'</span>)
(line <span class="line-number">3</span>)
</span>
</div>

<!-- ========== Info from phpDoc block ========= -->

</div>
<a name="_dirname(__FILE__)_/__/__/__/codeigniter/Ezsql_codeigniter_php"><!-- --></a>
<div class="oddrow">

<div>
<span class="include-title">
<span class="include-type">require_once</span>
(<span class="include-name">dirname(__FILE__).'/../../../codeigniter/Ezsql_codeigniter.php'</span>)
(line <span class="line-number">4</span>)
</span>
</div>

<!-- ========== Info from phpDoc block ========= -->

</div>
</div>
</div>




<p class="notes" id="credit">
Documentation generated on Fri, 06 Apr 2012 16:20:00 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
</p>
</div></body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- template designed by Marco Von Ballmoos -->
<title>Docs for page ezSQL_mssqlTest.php</title>
<link rel="stylesheet" href="../media/stylesheet.css" />
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
</head>
<body>
<div class="page-body">
<h2 class="file-name">/_Test/unit_tests/mssql/ezSQL_mssqlTest.php</h2>

<a name="sec-description"></a>
<div class="info-box">
<div class="info-box-title">Description</div>
<div class="nav-bar">
<span class="disabled">Description</span> |
<a href="#sec-classes">Classes</a>
| <a href="#sec-includes">Includes</a>
</div>
<div class="info-box-body">
<!-- ========== Info from phpDoc block ========= -->

</div>
</div>

<a name="sec-classes"></a>
<div class="info-box">
<div class="info-box-title">Classes</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<span class="disabled">Classes</span>
| <a href="#sec-includes">Includes</a>
</div>
<div class="info-box-body">
<table cellpadding="2" cellspacing="0" class="class-table">
<tr>
<th class="class-table-header">Class</th>
<th class="class-table-header">Description</th>
</tr>
<tr>
<td style="padding-right: 2em; vertical-align: top">
<a href="../default/ezSQL_mssqlTest.html">ezSQL_mssqlTest</a>
</td>
<td>
Test class for ezSQL_mssql.
</td>
</tr>
</table>
</div>
</div>

<a name="sec-includes"></a>
<div class="info-box">
<div class="info-box-title">Includes</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-classes">Classes</a>
| <span class="disabled">Includes</span>
</div>
<div class="info-box-body">
<a name="_dirname(__FILE__)_/__/__/__/shared/ez_sql_core_php"><!-- --></a>
<div class="oddrow">

<div>
<span class="include-title">
<span class="include-type">require_once</span>
(<span class="include-name">dirname(__FILE__).'/../../../shared/ez_sql_core.php'</span>)
(line <span class="line-number">3</span>)
</span>
</div>

<!-- ========== Info from phpDoc block ========= -->

</div>
<a name="_dirname(__FILE__)_/__/__/__/mssql/ez_sql_mssql_php"><!-- --></a>
<div class="evenrow">

<div>
<span class="include-title">
<span class="include-type">require_once</span>
(<span class="include-name">dirname(__FILE__).'/../../../mssql/ez_sql_mssql.php'</span>)
(line <span class="line-number">4</span>)
</span>
</div>

<!-- ========== Info from phpDoc block ========= -->

</div>
</div>
</div>




<p class="notes" id="credit">
Documentation generated on Fri, 06 Apr 2012 14:16:58 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
</p>
</div></body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- template designed by Marco Von Ballmoos -->
<title>Docs for page ezSQL_oracle8_9Test.php</title>
<link rel="stylesheet" href="../media/stylesheet.css" />
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
</head>
<body>
<div class="page-body">
<h2 class="file-name">/_Test/unit_tests/oracle8_9/ezSQL_oracle8_9Test.php</h2>

<a name="sec-description"></a>
<div class="info-box">
<div class="info-box-title">Description</div>
<div class="nav-bar">
<span class="disabled">Description</span> |
<a href="#sec-classes">Classes</a>
| <a href="#sec-includes">Includes</a>
</div>
<div class="info-box-body">
<!-- ========== Info from phpDoc block ========= -->

</div>
</div>

<a name="sec-classes"></a>
<div class="info-box">
<div class="info-box-title">Classes</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<span class="disabled">Classes</span>
| <a href="#sec-includes">Includes</a>
</div>
<div class="info-box-body">
<table cellpadding="2" cellspacing="0" class="class-table">
<tr>
<th class="class-table-header">Class</th>
<th class="class-table-header">Description</th>
</tr>
<tr>
<td style="padding-right: 2em; vertical-align: top">
<a href="../default/ezSQL_oracle8_9Test.html">ezSQL_oracle8_9Test</a>
</td>
<td>
Test class for ezSQL_oracle8_9.
</td>
</tr>
</table>
</div>
</div>

<a name="sec-includes"></a>
<div class="info-box">
<div class="info-box-title">Includes</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-classes">Classes</a>
| <span class="disabled">Includes</span>
</div>
<div class="info-box-body">
<a name="_dirname(__FILE__)_/__/__/__/shared/ez_sql_core_php"><!-- --></a>
<div class="evenrow">

<div>
<span class="include-title">
<span class="include-type">require_once</span>
(<span class="include-name">dirname(__FILE__).'/../../../shared/ez_sql_core.php'</span>)
(line <span class="line-number">3</span>)
</span>
</div>

<!-- ========== Info from phpDoc block ========= -->

</div>
<a name="_dirname(__FILE__)_/__/__/__/oracle8_9/ez_sql_oracle8_9_php"><!-- --></a>
<div class="oddrow">

<div>
<span class="include-title">
<span class="include-type">require_once</span>
(<span class="include-name">dirname(__FILE__).'/../../../oracle8_9/ez_sql_oracle8_9.php'</span>)
(line <span class="line-number">4</span>)
</span>
</div>

<!-- ========== Info from phpDoc block ========= -->

</div>
</div>
</div>




<p class="notes" id="credit">
Documentation generated on Fri, 06 Apr 2012 16:20:01 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
</p>
</div></body>
</html>
Loading