Hello together,

i've an DB - Table with two interessting columns. So now i want check
if somebody enter the same Words. Let me explain a little bit more

column 1 | column 2
Table | Chair

So if somebody enter the same combination in the Textfield the line
souldn't add to Table

My prefered Test-construct is
$results = $this->MyModel->find(
'AND' => array
(array(
'column1'=> $this->data['MyModel']['column1']),
'column2'=> $this->data['MyModel']['column2'])
);
But if somebody Type Table | Wall e.q. That is correct. Only the same
String-combination

In http://book.cakephp.org/view/73/Retrieving-Your-Data i found not
really help. Can everyone help me
How does it run correctly?

Many greetings

Marcus Radisch
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to