ErrorException [ Notice ]: Undefined variable: images

APPPATH/classes/Model/Product.php [ 812 ]

807 		$res['pages']['count_prod']	= $countProducts;
808 		$res['pages']['current']	= $page;
809 		$res['pages']['all']		= $allPage;
810 		$res['products']			= $result;
811 		$res['firms']				= $firms;
812 		$res['images']				= $images;
813    
814 		return $res;
815 		
816 		
817 		//return $result;
  1. APPPATH/classes/Model/Product.php [ 812 ] » Kohana_Core::error_handler(arguments)

  2. APPPATH/classes/Controller/Shop.php [ 42 ] » Model_Product->getRubricProducts(arguments)

  3. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Shop->action_rubric()

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

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

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

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

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

Environment