<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Edmonds Commerce &#187; zend framework</title>
	<atom:link href="http://www.edmondscommerce.co.uk/category/zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edmondscommerce.co.uk</link>
	<description>Freelance PHP Ecommerce and SEO Developer in the UK</description>
	<lastBuildDate>Tue, 07 Feb 2012 17:14:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Zend Framework Error Invalid bind-variable name + Solution</title>
		<link>http://www.edmondscommerce.co.uk/zend-framework/zend-framework-error-invalid-bind-variable-name-solution/</link>
		<comments>http://www.edmondscommerce.co.uk/zend-framework/zend-framework-error-invalid-bind-variable-name-solution/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 12:55:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[zend framework]]></category>
		<category><![CDATA[bind variable name]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[exception]]></category>
		<category><![CDATA[named parameters]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=1354</guid>
		<description><![CDATA[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 actually support named parameters, but the Exception message isn't really clear on that, despite being thrown in this block of code: PLAIN TEXT PHP: [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/zend-framework/zend-framework-error-invalid-bind-variable-name-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework &#8211; Reusing Prepared Zend_Db_Statements</title>
		<link>http://www.edmondscommerce.co.uk/zend-framework/zend-framework-reusing-prepared-zend_db_statements/</link>
		<comments>http://www.edmondscommerce.co.uk/zend-framework/zend-framework-reusing-prepared-zend_db_statements/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 15:22:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[zend framework]]></category>
		<category><![CDATA[execute]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[prepared statements]]></category>
		<category><![CDATA[zend_db_statement]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=1345</guid>
		<description><![CDATA[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 using something like PLAIN TEXT PHP: public function query&#40;$sql, $params=false&#41; &#123; &#160; &#160; if&#40;empty&#40;$params&#41;&#41; &#123; &#160; &#160; &#160; &#160; $stmt [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/zend-framework/zend-framework-reusing-prepared-zend_db_statements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework UK</title>
		<link>http://www.edmondscommerce.co.uk/zend-framework/zend-framework-uk/</link>
		<comments>http://www.edmondscommerce.co.uk/zend-framework/zend-framework-uk/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 16:34:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[zend framework]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[uk]]></category>
		<category><![CDATA[zf]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=1342</guid>
		<description><![CDATA[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 Framework based systems and have found it a fun system to work with, especially on the more [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/zend-framework/zend-framework-uk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Paginator &#8211; Actually Pretty Painless :)</title>
		<link>http://www.edmondscommerce.co.uk/zend-framework/zend-paginator-actually-pretty-painless/</link>
		<comments>http://www.edmondscommerce.co.uk/zend-framework/zend-paginator-actually-pretty-painless/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 17:26:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[zend framework]]></category>
		<category><![CDATA[zend_paginator]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=1328</guid>
		<description><![CDATA[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 your head around at first attempt. However, less than an hour after first looking at it, I have [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/zend-framework/zend-paginator-actually-pretty-painless/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework Easy SQL Info</title>
		<link>http://www.edmondscommerce.co.uk/zend-framework/zend-framework-easy-sql-info/</link>
		<comments>http://www.edmondscommerce.co.uk/zend-framework/zend-framework-easy-sql-info/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 13:47:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[zend framework]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[firephp]]></category>
		<category><![CDATA[queries]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=1112</guid>
		<description><![CDATA[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 database classes or other complex systems, the easiest I have found is this: 1. Edit your app.ini config file and add [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/zend-framework/zend-framework-easy-sql-info/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zend Framework Form HTML Array Notation</title>
		<link>http://www.edmondscommerce.co.uk/zend-framework/zend-framework-form-html-array-notation/</link>
		<comments>http://www.edmondscommerce.co.uk/zend-framework/zend-framework-form-html-array-notation/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 14:43:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[zend framework]]></category>
		<category><![CDATA[form array]]></category>
		<category><![CDATA[zend form]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=518</guid>
		<description><![CDATA[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 else suffer a similar problem. Here is the method: PLAIN TEXT PHP: public function addSubFormEl&#40;$subFormName, $addElOptions&#41;&#123; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/zend-framework/zend-framework-form-html-array-notation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Dojo Form Input Size + Solution</title>
		<link>http://www.edmondscommerce.co.uk/zend-framework/zend-dojo-form-input-size-solution/</link>
		<comments>http://www.edmondscommerce.co.uk/zend-framework/zend-dojo-form-input-size-solution/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 08:06:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[zend framework]]></category>
		<category><![CDATA[dojo]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[size]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=436</guid>
		<description><![CDATA[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 Dojo for your forms, the size attribute gets dropped. Solution: To set the width on dojo form elements you must use the [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/zend-framework/zend-dojo-form-input-size-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework More Detailed Stack Trace</title>
		<link>http://www.edmondscommerce.co.uk/zend-framework/zend-framework-more-detailed-stack-trace/</link>
		<comments>http://www.edmondscommerce.co.uk/zend-framework/zend-framework-more-detailed-stack-trace/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 14:50:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=369</guid>
		<description><![CDATA[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 useful. The Quick Start uses the Exception::getTraceAsString() method to give you the stack trace. Unfortunately this function seems to [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/zend-framework/zend-framework-more-detailed-stack-trace/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flushing Zend Framework</title>
		<link>http://www.edmondscommerce.co.uk/zend-framework/flushing-zend-framework/</link>
		<comments>http://www.edmondscommerce.co.uk/zend-framework/flushing-zend-framework/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 13:56:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[zend framework]]></category>
		<category><![CDATA[flush]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=359</guid>
		<description><![CDATA[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 browser didnt time out and also that the user can see that something is happening. However, the standard MVC structure [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/zend-framework/flushing-zend-framework/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Zend Form Disable Fields</title>
		<link>http://www.edmondscommerce.co.uk/zend-framework/zend-form-disable-fields/</link>
		<comments>http://www.edmondscommerce.co.uk/zend-framework/zend-form-disable-fields/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 09:36:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/?p=335</guid>
		<description><![CDATA[I use this little function as part of my base form class to enable me to easily lock certain form elements. PLAIN TEXT PHP: public function lockField&#40;$field&#41;&#123;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; $elem = $this-&#62;getElement&#40;$field&#41;;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; $elem-&#62;setAttrib&#40;'disabled', true&#41;; &#160; &#160; &#160; &#160; $elem-&#62;setAttrib&#40;'readonly',true&#41;; &#160; &#160; &#125; usage [...]]]></description>
		<wfw:commentRss>http://www.edmondscommerce.co.uk/zend-framework/zend-form-disable-fields/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

