Ghufron Asadly. Diberdayakan oleh Blogger.

In Query Cakephp 2

Selasa, 26 September 2017

array(
    "Post.title" => array("First post", "Second post", "Third post")
)
To do a NOT IN(...) match to find posts where the title is not in the given set of values, do the following:
array(
    "NOT" => array(
        "Post.title" => array("First post", "Second post", "Third post")
    )
)

Tidak ada komentar:

Posting Komentar

 

Most Reading