<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Zend Framework Forum</title>
		<link>http://www.zfforums.com/</link>
		<description>Zend Framework Forum, PHP</description>
		<language>en</language>
		<lastBuildDate>Fri, 24 May 2013 19:04:13 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.zfforums.com/images/misc/rss.png</url>
			<title>Zend Framework Forum</title>
			<link>http://www.zfforums.com/</link>
		</image>
		<item>
			<title>Is it recommended to index related record?</title>
			<link>http://www.zfforums.com/zend-framework-components-13/mail-formats-search-14/recommended-index-related-record-6755.html</link>
			<pubDate>Sat, 11 May 2013 09:48:34 GMT</pubDate>
			<description><![CDATA[Hi, I have 2 table; product and review. Product has many reviews. 
 
If I index product table, should I also index each product's reviews? Is it...]]></description>
			<content:encoded><![CDATA[<div>Hi, I have 2 table; product and review. Product has many reviews.<br />
<br />
If I index product table, should I also index each product's reviews? Is it recommended to improve the search relevancy?<br />
<br />
Thank you.</div>

]]></content:encoded>
			<category domain="http://www.zfforums.com/zend-framework-components-13/mail-formats-search-14/"><![CDATA[Mail, Formats & Search]]></category>
			<dc:creator>jdoe1234</dc:creator>
			<guid isPermaLink="true">http://www.zfforums.com/zend-framework-components-13/mail-formats-search-14/recommended-index-related-record-6755.html</guid>
		</item>
		<item>
			<title>Not Equal to Query</title>
			<link>http://www.zfforums.com/zend-framework-general-discussions-1/general-q-zend-framework-2/not-equal-query-6754.html</link>
			<pubDate>Fri, 10 May 2013 17:17:42 GMT</pubDate>
			<description><![CDATA[I'm trying to get run a query that returns all group_owners that are not equal to my identity in ZF2 with the following: 
 
        $sql =...]]></description>
			<content:encoded><![CDATA[<div>I'm trying to get run a query that returns all group_owners that are not equal to my identity in ZF2 with the following:<br />
<br />
        $sql = $this-&gt;tableGateway-&gt;getSql()-&gt;select();<br />
        $sql-&gt;columns(<br />
            array(<br />
                'group_owner',<br />
            )<br />
        );<br />
        $sql-&gt;where('group_owner != ?', $this-&gt;identity);<br />
        $sql-&gt;group('group_owner');<br />
        $resultSet = $this-&gt;tableGateway-&gt;selectWith($sql);<br />
<br />
Unfortunately, I get no results.  If I take out the where clause, I get all owners including myself.</div>

]]></content:encoded>
			<category domain="http://www.zfforums.com/zend-framework-general-discussions-1/general-q-zend-framework-2/"><![CDATA[General Q&A on Zend Framework]]></category>
			<dc:creator>carroll.mccarroll</dc:creator>
			<guid isPermaLink="true">http://www.zfforums.com/zend-framework-general-discussions-1/general-q-zend-framework-2/not-equal-query-6754.html</guid>
		</item>
		<item>
			<title>FOrm</title>
			<link>http://www.zfforums.com/zend-framework-forum-8/general-talks-12/form-6753.html</link>
			<pubDate>Fri, 10 May 2013 12:31:36 GMT</pubDate>
			<description>I have not retype password field in database table user  
but i still want to add a element name retype_password 
Actually i added this but when get...</description>
			<content:encoded><![CDATA[<div>I have not retype password field in database table user <br />
but i still want to add a element name retype_password<br />
Actually i added this but when get submitted it generate an error like<br />
<br />
Application error<br />
Exception information:<br />
<br />
Message: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'retype_password' in 'field list'<br />
<br />
<br />
<b>Can anyone Please help me</b></div>

]]></content:encoded>
			<category domain="http://www.zfforums.com/zend-framework-forum-8/general-talks-12/">General Talks</category>
			<dc:creator>pankajZF</dc:creator>
			<guid isPermaLink="true">http://www.zfforums.com/zend-framework-forum-8/general-talks-12/form-6753.html</guid>
		</item>
		<item>
			<title>Use of Model and Mapper with ZF2</title>
			<link>http://www.zfforums.com/zend-framework-forum-8/general-talks-12/use-model-mapper-zf2-6752.html</link>
			<pubDate>Wed, 08 May 2013 09:15:36 GMT</pubDate>
			<description>Hi Guys, 
I am planning to use ZF 2.1.5 in my project. Currently, working on ZF 1.11 and in this I have used the concept of Model / Mapper as...</description>
			<content:encoded><![CDATA[<div>Hi Guys,<br />
I am planning to use ZF 2.1.5 in my project. Currently, working on ZF 1.11 and in this I have used the concept of Model / Mapper as explained <a href="http://havl.net/devnotes/2010/10/zendframework-model-orm/" target="_blank">http://havl.net/devnotes/2010/10/zen...ork-model-orm/</a>. Now, I would like to use the same concept with Zf 2.1.5. Can any one guide me how I can use this?<br />
<br />
A little help is really appreciable.<br />
<br />
Thanks,<br />
San</div>

]]></content:encoded>
			<category domain="http://www.zfforums.com/zend-framework-forum-8/general-talks-12/">General Talks</category>
			<dc:creator>sanarora21</dc:creator>
			<guid isPermaLink="true">http://www.zfforums.com/zend-framework-forum-8/general-talks-12/use-model-mapper-zf2-6752.html</guid>
		</item>
		<item>
			<title>zend paginator clean variables url</title>
			<link>http://www.zfforums.com/zend-framework-general-discussions-1/general-q-zend-framework-2/zend-paginator-clean-variables-url-6751.html</link>
			<pubDate>Sun, 05 May 2013 12:15:36 GMT</pubDate>
			<description>hello, I have a problem with zend_paginator, I have this code: 
 
 
In my controller: 
 
 
Code: 
--------- 
 public function...</description>
			<content:encoded><![CDATA[<div>hello, I have a problem with zend_paginator, I have this code:<br />
<br />
<br />
In my controller:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> public function consultarusuariosAction()<br />
&nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; $busqueda = new Application_Form_Busquedausuario();<br />
&nbsp; &nbsp; &nbsp; &nbsp; $this-&gt;view-&gt;busqueda = $busqueda;<br />
&nbsp; &nbsp; &nbsp; &nbsp; //$busqueda-&gt;setAttribute('action', $this-&gt;url(array(),null,true));<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp;  if ($this-&gt;getRequest()-&gt;isGet()) {<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $formData = $this-&gt;getRequest()-&gt;getQuery();<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if($busqueda-&gt;isValid($formData)){<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if($this-&gt;_hasParam('dni')&amp;&amp;$this-&gt;_hasParam('nombre')&amp;&amp;$this-&gt;_hasParam('apellidos')&amp;&amp;$this-&gt;_hasParam('provincia')&amp;&amp;$this-&gt;_hasParam('rol')){<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $dni=$this-&gt;_getParam('dni');<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $nombre = $this-&gt;_getParam('nombre');<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $apellidos=$this-&gt;_getParam('apellidos');<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $provincia=$this-&gt;_getParam('provincia');<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $rol=$this-&gt;_getParam('rol');<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $buscar =$this-&gt;_getParam('Buscar');<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $filtros = array();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $filtros['dni']=$dni;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $filtros['nombre']=$nombre;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $filtros['apellidos']=$apellidos;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $filtros['provincia']=$provincia;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $filtros['rol']=$rol;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $filtros['Buscar']=$buscar;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $this-&gt;view-&gt;filtros = $filtros;<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if(empty($dni)){<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $dni='%';<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if(empty($nombre)){<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $nombre='%';<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if(empty($apellidos)){<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $apellidos='%';<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $usuario= new Application_Model_DbTable_Usuario();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $rows =$usuario-&gt;buscausuarios($dni,$nombre,$apellidos,$provincia,$rol);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $Paginator = Zend_Paginator::factory($rows);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $Paginator-&gt;setItemCountPerPage(1);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if($this-&gt;_hasParam('page')){<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $Paginator-&gt;setCurrentPageNumber($this-&gt;_getParam('page',1));<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $this-&gt;view-&gt;paginator=$Paginator;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp;  }<br />
}</code><hr />
</div><br />
the problem is that when I click on submit botton the first time my url is this:<br />
<br />
<a href="http://localhost/asociacion/public/admin/consultarusuarios?dni=&amp;nombre=&amp;apellidos=&amp;provincia=%25&amp;rol=%25&amp;Buscar=Buscar" target="_blank">http://localhost/asociacion/public/a...&amp;Buscar=Buscar</a><br />
<br />
and the second time i click on submit botton my url is this:<br />
<br />
<a href="http://localhost/asociacion/public/admin/consultarusuarios/page/2/dni//nombre//apellidos//provincia/%25/rol/%25/Buscar/Buscar?dni=&amp;nombre=&amp;apellidos=&amp;provincia=%25&amp;rol=%25&amp;Buscar=Buscar" target="_blank">http://localhost/asociacion/public/a...&amp;Buscar=Buscar</a><br />
<br />
My question is how I can clear the url when I click on submit botton? Thanks.</div>

]]></content:encoded>
			<category domain="http://www.zfforums.com/zend-framework-general-discussions-1/general-q-zend-framework-2/"><![CDATA[General Q&A on Zend Framework]]></category>
			<dc:creator>mandygr87</dc:creator>
			<guid isPermaLink="true">http://www.zfforums.com/zend-framework-general-discussions-1/general-q-zend-framework-2/zend-paginator-clean-variables-url-6751.html</guid>
		</item>
		<item>
			<title>zend lucene and commercial host</title>
			<link>http://www.zfforums.com/zend-framework-components-13/mail-formats-search-14/zend-lucene-commercial-host-6750.html</link>
			<pubDate>Sun, 28 Apr 2013 22:45:48 GMT</pubDate>
			<description>hello. 
I ask if is possible run a project with zend lucene on a commercial host. 
How i can launch an indexing on a commercial host? 
i read about...</description>
			<content:encoded><![CDATA[<div>hello.<br />
I ask if is possible run a project with zend lucene on a commercial host.<br />
How i can launch an indexing on a commercial host?<br />
i read about zend lucene that it writes some index files on the file system ,but on a commercial host where i must set the permissions?<br />
thanks,</div>

]]></content:encoded>
			<category domain="http://www.zfforums.com/zend-framework-components-13/mail-formats-search-14/"><![CDATA[Mail, Formats & Search]]></category>
			<dc:creator>giuseppe500</dc:creator>
			<guid isPermaLink="true">http://www.zfforums.com/zend-framework-components-13/mail-formats-search-14/zend-lucene-commercial-host-6750.html</guid>
		</item>
		<item>
			<title>Magento / Zend Developer for Online Retailer in Berlin. Visa sponsorship!</title>
			<link>http://www.zfforums.com/zend-framework-related-requests-offers-4/paid-work-offers-requests-5/magento-zend-developer-online-retailer-berlin-visa-sponsorship-6748.html</link>
			<pubDate>Fri, 26 Apr 2013 04:05:37 GMT</pubDate>
			<description>About the Job 
 
Outstanding opportunity for a Senior Magento Developer! 
 
Are you Interested in working for a rapidly expanding online retailer in...</description>
			<content:encoded><![CDATA[<div>About the Job<br />
<br />
Outstanding opportunity for a Senior Magento Developer!<br />
<br />
Are you Interested in working for a rapidly expanding online retailer in Berlin who are expected to double their growth over the next 12 months? <br />
The business has unbelievable growth plans in place and is backed by one of Germanys leading retail entrepreneurs.<br />
A recent business decision has been made to utilise Magento as the core platform for their web presence and we now seek a Magento expert to lead <br />
all development activities to enable the company to make this happen.<br />
With a strong background in leading web development activities specifically eCommerce online stores utilising Magento technology, you will be ready <br />
for a new challenge within a highly fast paced and dynamic Agile organisation. Key Technologies include: Magento, PHP, Zend, MYSQL, .net, HTML &amp; CSS.<br />
Could you be interested in joining what will become one of the most talked about online retail companies over the coming years?<br />
Apply now for Immediate consideration!<br />
<br />
<a href="mailto:hr@buerolersch.de">hr@buerolersch.de</a></div>

]]></content:encoded>
			<category domain="http://www.zfforums.com/zend-framework-related-requests-offers-4/paid-work-offers-requests-5/">Paid work offers and requests</category>
			<dc:creator>buerolersch</dc:creator>
			<guid isPermaLink="true">http://www.zfforums.com/zend-framework-related-requests-offers-4/paid-work-offers-requests-5/magento-zend-developer-online-retailer-berlin-visa-sponsorship-6748.html</guid>
		</item>
	</channel>
</rss>
