|
|||
|
Hi
I need last id insert into my table. But the return of insert, and lastInsertId is empty. The insert create a fields in my table, but don't return id. The code of my model is the next public static function add ($request) { $customers = new Customers(); $data['customer_name'] = $request['firstName'] . ' ' . $request['lastName']; $data['customer_type'] = $request['customer_type']; $data['creation_date'] = new Zend_Db_Expr('sysdate'); return $customers->getAdapter()->lastInsertId(); } ![]() |
![]() |
| Thread Tools | |
| Display Modes | |
|
|