Design
Development
29
Apr

Override Magento 2 Less Style Sheets

This post will cover some of what I’ve learned about the way Magento 2 (version 2.1) handles style sheets. I’ve been upgrading a Magento store installation for a client who was using an older version of it along with a custom theme. After going through the data and code upgrade, it came time for the […]

Continue Reading →
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 →