Kohana_Exception [ 0 ]: The city property does not exist in the Model_PartnerSchool class

MODPATH/orm/classes/Kohana/ORM.php [ 623 ]

618                 $val = $this->pk();
619             }
620 
621             return $model->where($col, '=', $val);
622         } else {
623             throw new Kohana_Exception('The :property property does not exist in the :class class',
624                     array(':property' => $column, ':class' => get_class($this)));
625         }
626     }
627 
628     /**
  1. MODPATH/orm/classes/Kohana/ORM.php [ 557 ] » Kohana_ORM->get(arguments)

  2. APPPATH/views/institutional/partners_schools/index.php [ 23 ] » Kohana_ORM->__get(arguments)

  3. SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)

  5. SYSPATH/classes/Kohana/View.php [ 228 ] » Kohana_View->render()

  6. APPPATH/views/templates/institutional.php [ 98 ] » Kohana_View->__toString()

  7. SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)

  8. SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)

  9. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  10. APPPATH/classes/Controller/Core/Application.php [ 80 ] » Kohana_Controller_Template->after()

  11. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Core_Application->after()

  12. {PHP internal call} » Kohana_Controller->execute()

  13. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  14. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  15. SYSPATH/classes/Kohana/Request.php [ 990 ] » Kohana_Request_Client->execute(arguments)

  16. DOCROOT/index.php [ 118 ] » Kohana_Request->execute()

Environment