Quantcast
Channel: stoimen's web log » MySQL
Browsing all 2 articles
Browse latest View live

MySQL Expressions in Zend Framework

If you’re a Zend Framework developer, you’d know the built-in Zend_Db_Table methods insert(), update(), etc. However the general approach there is like is said: $data = array(); $data['key'] = $value;...

View Article



Zend Framework: Connect MySQL

There are so many tutorials about that, but let me add it one more time. You’ve to use the PDO_MYSQL adapter: // where params include adapter, host // username, password and dbname $db = new...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images