zend-db Questions
2
Solved
Alright here's the situation, I have an application written in the Zend_Framework, that is compatible with both MySQL and MSSQL as the backend. Now, ZF is pretty good at solving a lot of the SQL di...
Sulphathiazole asked 24/9, 2009 at 21:52
2
Solved
In the following code:
$selectColumns= array('user_id.user_email', // inner join the data from user_id and user_details
'user_details.first_name',
'user_details.last_name');
$result = $handle...
Sarcoid asked 23/6, 2009 at 16:54
2
Solved
I have the following code
$result = $handle->select()->from('store_details')
->where('store_details.store_id=?', $id)
->columns('store_details.store_name');
//->query(ZEND_DB::FE...
Oreopithecus asked 21/6, 2009 at 12:28
© 2022 - 2024 — McMap. All rights reserved.