Well, obviously your Task model is not used directly in that
controller.

You should probably drop "Task" from "$this->Task->Company->..." and
just use $this->Company->..."

On May 26, 8:00 am, programguru <[email protected]> wrote:
> hello,
>
> this is currently what I am using:
>
> $companies = $this->Task->Company->Status->find('all',
> array('conditions'=>array('Status.name !='=>'Completed')));
>                 $this->set(compact('companies'));
>
> i am simply trying to display all listings with "Status.name" not equal to
> "Completed".
>
> this is working fine in my tasks_controller view.. but when I attempt to run
> it in my companies_controller view.ctp, i get the following error:
>
> Notice (8): Undefined property: CompaniesController::$Task
> [APP\controllers\companies_controller.php, line 29]
>
> Notice (8): Trying to get property of non-object
> [APP\controllers\companies_controller.php, line 29]
>
> anyone know what i am doing wrong here?
>
> the tables are all associated and working fine otherwise..
>
> --
> View this message in 
> context:http://www.nabble.com/correct-results-with-find%28%29-%3A%3A-any-help...
> Sent from the CakePHP mailing list archive at Nabble.com.
--~--~---------~--~----~------------~-------~--~----~
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=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to