All Questions
1 question
0
votes
1
answer
2k
views
Insert Date into database table using Zend framework insert method
I have the foll code as:
$table_project_win = new Application_Model_DbTable_AfterWinProject();
$data_win = array(
'project_id' => $project_id,
'...