Quantcast
Channel: Edmonds Commerce » zend framework
Browsing latest articles
Browse All 10 View Live

Flushing Zend Framework

I have recently been messing around trying to figure out the best way of running long processes within a Zend Framework App. Usually I would code in regular flush(); commands to make sure that the...

View Article



Zend Framework More Detailed Stack Trace

If like me you kicked off your Zend Framework experience with the Quick Start and have kept the error controller system of the Quick Start for your other ZF projects, you might find this little snippet...

View Article

Zend Dojo Form Input Size + Solution

Problem: You are dutifully setting your size attribute in your Zend Form class and you input elements are being rendered with that size attribute. However if Javascript is enabled and you are using...

View Article

Zend Framework Form HTML Array Notation

After losing an afternoon trying to get my extended Zend Dojo Form class to give me HTML array notation, I have finally found a solution that works. To celebrate I’ve decided to share it should anyone...

View Article

Zend Framework Easy SQL Info

If you develop using Zend Framework you will know that it is sometimes tricky to see exactly whats going on in terms of SQL queries. After trying a few different ideas including subclassing the...

View Article


Zend Paginator – Actually Pretty Painless :)

With some trepidation I decided that I really had to implement pagination into a Zend Framework project I am working on. Zend Framework is great, but some of the sections can be a little tricky to get...

View Article

Zend Framework UK

Currently working on a big Zend Framework project so I though I would have a breather and do a little blog post targeted at anyone looking for a UK based Zend Framework developer. I’ve built a few Zend...

View Article

Zend Framework – Reusing Prepared Zend_Db_Statements

If you use Zend_Db_Statements directly as well as using the Zend_Db_Table family of classes for Active Record et al then you might find the following little tip useful. By default, if you run a query...

View Article


Zend Framework Error Invalid bind-variable name + Solution

If you encounter the error : Invalid bind-variable name xxxxxx When trying to use named bound parameters with Zend Framework, then you are probably using the Mysqli adapter. Unfortunately this doesn’t...

View Article


Zend Framework Rest HTTP Basic Authentication

I have recently been working on a Magento project that required a custom API integration with Zen Desk. Magento is based on Zend Framework which is nice because it means we can use the Zend_Rest_Client...

View Article
Browsing latest articles
Browse All 10 View Live


Latest Images