Extended the PostgreSQL class with connection information in a property |
|
More...
|
almost 13 years ago
|
Extended the MySQL class with connection information in a property |
|
More...
|
almost 13 years ago
|
Extended the core class with connection information and a public variable for the database connection, instead of creating the variable in by connecting to a database. |
|
More...
|
almost 13 years ago
|
Solved an error with a duplicated $ |
|
More...
|
almost 13 years ago
|
Changed the behavior of the connect method of the ezSQL_mysql class. The connect could not have worked at all without user, password , etc. on the contructor. |
|
More...
|
almost 13 years ago
|
A connection is not needed to escape a string, removed that. |
|
More...
|
almost 13 years ago
|
- Added tear up script for creating a test database and a test user - Added tear down script to remove all test objects |
|
More...
|
almost 13 years ago
|
Added public property show_errors |
|
More...
|
almost 13 years ago
|
Added public property show_errors |
|
More...
|
almost 13 years ago
|
Added public property show_errors |
|
More...
|
almost 13 years ago
|
Added public property show_errors |
|
More...
|
almost 13 years ago
|
Added public property show_errors |
|
More...
|
almost 13 years ago
|
Added public property show_errors |
|
More...
|
almost 13 years ago
|
Added public property show_errors |
|
More...
|
almost 13 years ago
|
Added public property show_errors |
|
More...
|
almost 13 years ago
|
Added PHPUnit test bodies. This is the initial commit of the unit test files. A call off phpunit to any of these test cases will show, that the count of test cases is the same number as the number of inclomplete tests. |
|
More...
|
almost 13 years ago
|
Added PHPDocumentation |
|
More...
|
almost 13 years ago
|
Removed a PHPDoc tag |
|
More...
|
almost 13 years ago
|
Added PHPDoc ignore tags |
|
More...
|
almost 13 years ago
|
Restored the check of BASEPATH |
|
More...
|
almost 13 years ago
|
Deleted <? before php by accident, solved this |
|
More...
|
almost 13 years ago
|
- Changed the core class to PHP 5 syntax. - Cleared parameter formats from mixed commaspace / comma to comma space. - Added PHPDoc documentation tags and extended the documentation - Changed formatting to fit standards - Methods with public |
|
More...
|
almost 13 years ago
|
Removed trailing spaces in the Oracle 8 and 9 class |
|
More...
|
almost 13 years ago
|
Added disconnect and getDBName methods to Oracle 8 and 9 class |
|
More...
|
almost 13 years ago
|
- Changed the core class to PHP 5 syntax. - Cleared parameter formats from mixed commaspace / comma to comma space. - Added PHPDoc documentation tags and extended the documentation - Changed formatting to fit standards - Methods with public |
|
More...
|
almost 13 years ago
|
Extended the documentation of the constructor with the default values of the parameter |
|
More...
|
almost 13 years ago
|
Done some code formatting changes to meet the standard |
|
More...
|
almost 13 years ago
|
Added disconnect and getHost methods to Sybase ASE class |
|
More...
|
almost 13 years ago
|
Added disconnect method to MS SQL Server class |
|
More...
|
almost 13 years ago
|
- Changed the core class to PHP 5 syntax. - Cleared parameter formats from mixed commaspace / comma to comma space. - Added PHPDoc documentation tags and extended the documentation - Changed formatting to fit standards - Methods with public |
|
More...
|
almost 13 years ago
|