Archive | 2012
18
Jun

Zend_Db_Statement_Oracle Cursor Results

This one took me a while to figure out, so I thought I would do an entry for it. These instructions aren’t actually tied to the Zend_Db_Statement_Oracle class in the Zend Framework. I’ve just been using the Zend Framework in the application that this information is from. Problem I’ve been using the Oracle database for […]

Continue Reading →
20
Jan

Zend_Db Oracle Functions/Procedures

For some reason, this was a nightmare to figure out. All I wanted to do was call an oracle function from the Zend Framework using PDO_OCI as my database adapter. After a FULL DAY of research and testing, I finally found some code that works! The Database Adapter I use a configuration file for my […]

Continue Reading →
13
Jan

Is Design Dead?

This article was written by Martin Fowler as part of a keynote presentation at the XP 2000 conference. The original article can be found at the following link: Is Design Dead? I wanted to include a copy of it on this site in case the link changes or the article goes away. For me personally, […]

Continue Reading →