On Tue, Nov 10, 2009 at 8:09 AM, jiru <[email protected]> wrote: > > Please give me the code for to check date field is null or not. ?
http://book.cakephp.org/view/74/Complex-Find-Conditions ''' Cake can also check for null fields. In this example, the query will return records where the post title is not null: array ("not" => array ( "Post.title" => null ) ) ''' Best regards. -- MARCELO DE F. ANDRADE Belem, PA, Amazonia, Brazil Linux User #221105 -- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cake-php?hl=.
