HRLib_Model_Notice::create()->add(array(
                                                  'lst_staff_id' => $staff['id'],
                                                  'date' => date('Y-m-d'),
                                                  'type' => HRLib_Model_Notice::TYPE_NEW_EMPLOYEES,
                                                  'title' => self::getTitleNewEmployees(),
                                                  'message' => $message
                                              ));

Add a code snippet to your website: www.paste.org