madcorp / zfdatagrid

Automatically exported from code.google.com/p/zfdatagrid
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

i have one field name mail. when I'll add multiple email address by separating ';'.it should save the multiple entries in table. #895

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I have used $grid->listenEvent('crud.before_insert', 
array($this,'CrudCallEmailGroupInsert'));  it save my multiple entries.
2. It also save the record with the all email ids in one table.
3.

What is the expected output? What do you see instead?
Expected output:-
for example :- email= email1;email2
There will be 2 entries in table :
a)email1
b)email2

I am getting:- a)email1
b)email2
c)email1;email2

Please insert the appropriate values;
Zend Framework version:
ZFDatgrid Version (Bvb_Grid::getVersion()):
Operating system:
PHP Version:
Database Server and version:
Source Adatapter:

Please provide any additional information below.

Original issue reported on code.google.com by sainiama...@gmail.com on 19 Oct 2013 at 6:23