0
I Use This!
Inactive

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Extended the PostgreSQL class with connection information in a property
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Extended the MySQL class with connection information in a property
Stefanie Janine Stölting
as sjstoelting
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.
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Solved an error with a duplicated $
Stefanie Janine Stölting
as sjstoelting
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.
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
A connection is not needed to escape a string, removed that.
Stefanie Janine Stölting
as sjstoelting
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
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Added public property show_errors
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Added public property show_errors
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Added public property show_errors
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Added public property show_errors
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Added public property show_errors
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Added public property show_errors
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Added public property show_errors
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Added public property show_errors
Stefanie Janine Stölting
as sjstoelting
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.
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Added PHPDocumentation
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Removed a PHPDoc tag
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Added PHPDoc ignore tags
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Restored the check of BASEPATH
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Deleted <? before php by accident, solved this
Stefanie Janine Stölting
as sjstoelting
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
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Removed trailing spaces in the Oracle 8 and 9 class
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Added disconnect and getDBName methods to Oracle 8 and 9 class
Stefanie Janine Stölting
as sjstoelting
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
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Extended the documentation of the constructor with the default values of the parameter
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Done some code formatting changes to meet the standard
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Added disconnect and getHost methods to Sybase ASE class
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago
Added disconnect method to MS SQL Server class
Stefanie Janine Stölting
as sjstoelting
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
Stefanie Janine Stölting
as sjstoelting
More... almost 13 years ago