⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Undefined property / n-n relation



ALM
  • profile picture
  • Member

Posted 28 September 2012 - 13:28 PM

When i try to edit a record with n-n relation, i have this error.
No problem for view and add record



[b] A PHP Error was encountered[/b]

Severity: Notice
Message: Undefined property: stdClass::$idEmployee
Filename: models/grocery_crud_model.php
Line Number: 396


Line 396 on grocery_crud_model.php


foreach($results as $row)
{
$results_array[$row->{$field_info->primary_key_alias_to_selection_table}] = $row->{$field_name_hash};
}

return $results_array;


Any idea ?

ALM
  • profile picture
  • Member

Posted 29 September 2012 - 10:37 AM

Problem solved by rewriting my code... :)