[php] Repository:
ViewVC logotype

Revision 161


Jump to revision: Previous Next
Author: tuupola
Date: Tue Apr 8 19:32:00 2008 UTC (2 years, 5 months ago)
Log Message:
Remove the need of passing $params['clasname'] by using helper static method.

public static function find($dbh, $params='', $caller=__CLASS__) {
    return parent::find($dbh, $params, $caller);
}

Hopefully we will get rid of this with PHP 5.3.

Changed paths:

Path Details
Directorytrunk/MDB2_DataContainer2/MDB2/DataContainer2/Overload.php modified , text changed
Directorytrunk/MDB2_DataContainer2/MDB2/DataContainer2.php modified , text changed
Directorytrunk/MDB2_DataContainer2/tests/01setproperties.phpt modified , text changed
Directorytrunk/MDB2_DataContainer2/tests/02overload.phpt modified , text changed
Directorytrunk/MDB2_DataContainer2/tests/05limit.phpt modified , text changed
Directorytrunk/MDB2_DataContainer2/tests/06order.phpt modified , text changed
Directorytrunk/MDB2_DataContainer2/tests/07where.phpt modified , text changed
Directorytrunk/MDB2_DataContainer2/tests/09hardcoded.phpt modified , text changed
Directorytrunk/MDB2_DataContainer2/tests/Person.php modified , text changed
Directorytrunk/MDB2_DataContainer2/tests/setup.php modified , text changed
Directorytrunk/MDB2_DataContainer2/tests/skipif.php modified , text changed

Mika Tuupola
ViewVC Help
Powered by ViewVC 1.1-dev