Hi, I am currently working with "Zend_Validate_Db_NoRecordExists".
I noticed, that the queries looks like "SELECT `$table`.*, `$table`.`$field` FROM ..." Isn't the "`$table`.*" very expensive? I also don't understand why you also query a specific column, when you already selected every column... Is there a way to prevent, that the selection of all columns is being added to the query? -- Regards, Thomas
