| 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.
|