Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pdo

How To Set A Value To Null When Using Zend_db

When performing UPDATE and INSERT queries using Zend_Db, I frequently need to set values equal to N… Read more How To Set A Value To Null When Using Zend_db

How Can I Check Two Conditions Before Inserting?

I have three tables: // Posts +----+----------+---------------+-----------+ | id | title | co… Read more How Can I Check Two Conditions Before Inserting?