<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Latest topics from “Zend Framework”</title>
	<description>Latest topics from forum “Zend Framework” on “Zend Forums”.</description>
	<link>http://forums.zend.com/viewforum.php?f=69</link>
	<atom:link href="http://forums.zend.com/generate_feed.php?content=topics&amp;f%5B%5D=69" rel="self" type="application/rss+xml" />
	<lastBuildDate>Mon, 06 Sep 2010 01:58:58 -0700</lastBuildDate>

			<item>
			<dc:creator>alexcoop</dc:creator>
			<pubDate>Wed, 08 Sep 2010 08:42:21 -0700</pubDate>
			<guid>http://forums.zend.com/viewtopic.php?f=69&amp;t=7736</guid>
			<link>http://forums.zend.com/viewtopic.php?f=69&amp;t=7736</link>
			<title>zf create controller problem</title>
			<description><![CDATA[Hello everybody.<br />
<br />
I'm new in zend framework and I try to understand MVC. I created project with &quot;zf create project&quot; command, then created controller by name account with &quot;zf create controller account&quot;. All files have been created correctly, so when I call <!-- m --><a class="postlink" href="http://localhost/helloworld/public/index">http://localhost/helloworld/public/index</a><!-- m --> it works but in case of calling <!-- m --><a class="postlink" href="http://localhost/helloworld/public/account">http://localhost/helloworld/public/account</a><!-- m --> it doesn't. Can anyone help me please? Any help are greatly appreciated.]]></description>
		</item>
			<item>
			<dc:creator>klejm</dc:creator>
			<pubDate>Wed, 08 Sep 2010 05:16:00 -0700</pubDate>
			<guid>http://forums.zend.com/viewtopic.php?f=69&amp;t=7734</guid>
			<link>http://forums.zend.com/viewtopic.php?f=69&amp;t=7734</link>
			<title>Relationship of other relationship result</title>
			<description><![CDATA[I have a main table &quot;Order&quot; that has depedentTables &quot;Orderitems&quot;. And that relationship works well.<br />
But I also have a relationship in each order item row to select Unittype from third table &quot;Set_unittypes&quot;.<br />
And I don't get how to make this last relationship work out.<br />
<br />
<br />
Order_items:<br />
<dl class="codebox"><dt>Code: <a href="#" onclick="selectCode(this); return false;">Select all</a></dt><dd><code>&nbsp; &nbsp;protected $_referenceMap = array(<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;'orderitems' =&gt; array(<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;'columns' =&gt; array('parent_id'),<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;'refTableClass' =&gt; 'Model_DbTable_Order',<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;'refColumns'&nbsp; &nbsp;=&gt; array('entity_ID')<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;),<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;'setunittypes' =&gt; array(<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;'columns' =&gt; array('unittype'),<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;'refTableClass' =&gt; 'Model_DbTable_SetUnittypes',<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;'refColumns'&nbsp; &nbsp;=&gt; array('id')<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;),&nbsp; &nbsp;<br />
&nbsp; &nbsp;);<br />
</code></dd></dl><br />
<br />
The setunittypes as Orderitems as depedenttable.<br />
<br />
The relationship Order to Order_items work great. But I don't know how I shall connect the Order_items relationship to Unittype for each row.<br />
<dl class="codebox"><dt>Code: <a href="#" onclick="selectCode(this); return false;">Select all</a></dt><dd><code>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$order = $this-&gt;orderService-&gt;GetOrder($get_entity_id);<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$this-&gt;view-&gt;order = $order;<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;if ($order) {<br />
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;$order_items = $this-&gt;view-&gt;order-&gt;findDependentRowset('Model_DbTable_Orderitems');<br />
</code></dd></dl>]]></description>
		</item>
			<item>
			<dc:creator>cyanic</dc:creator>
			<pubDate>Wed, 08 Sep 2010 04:37:24 -0700</pubDate>
			<guid>http://forums.zend.com/viewtopic.php?f=69&amp;t=7733</guid>
			<link>http://forums.zend.com/viewtopic.php?f=69&amp;t=7733</link>
			<title>Problems with re-routing actions</title>
			<description><![CDATA[I want to rewrite our show contest funtion to an url like /contests/title-of-the-contest (instead of /contests/show/title-of-the-contest). I have done this in de ini like this:<br />
<br />
<dl class="codebox"><dt>Code: <a href="#" onclick="selectCode(this); return false;">Select all</a></dt><dd><code>resources.router.routes.contest.route = &quot;contests/:url&quot;<br />
resources.router.routes.contest.defaults.controller = &quot;contests&quot;<br />
resources.router.routes.contest.defaults.action = &quot;show&quot;</code></dd></dl><br />
<br />
But i also got other actions in de controller <span style="font-weight: bold">contests</span> like /contest/dvdoftheweek, but this one redirects with the re-routing rule above. How can i stop re-routing the actions that exists in the controller? At this time i created extra routing roules that routes the dvdoftheweek to the good action, but is there an easier way? Or do i have to created rules for every other action in the controller?]]></description>
		</item>
			<item>
			<dc:creator>croaker___</dc:creator>
			<pubDate>Wed, 08 Sep 2010 00:02:22 -0700</pubDate>
			<guid>http://forums.zend.com/viewtopic.php?f=69&amp;t=7729</guid>
			<link>http://forums.zend.com/viewtopic.php?f=69&amp;t=7729</link>
			<title>Framework caching breaks application</title>
			<description><![CDATA[I'm using an application framework which relies on Zend Framework. When I upload a working system to my ISP, the application stops working. I've tracked the problem down to the use of the Zend Locale feature (./Zend/locale/Data.php). If I comment out the caching support code block at line 301 and again at 317, my application launches, though with other issues which I suspect to be cache related.<br />
<br />
The server the application doesn't work on has Zend Optimizer installed.<br />
<br />
1. Is Zend framework memory caching or file caching, how do I tell and how do I change it's behaviour.<br />
2. Can I switch off caching support throughout the framework?<br />
3. Any other suggestions?<br />
<br />
Thanks]]></description>
		</item>
			<item>
			<dc:creator>samsilla</dc:creator>
			<pubDate>Tue, 07 Sep 2010 14:50:12 -0700</pubDate>
			<guid>http://forums.zend.com/viewtopic.php?f=69&amp;t=7724</guid>
			<link>http://forums.zend.com/viewtopic.php?f=69&amp;t=7724</link>
			<title>Problems loading different PDF's with Zend_Pdf</title>
			<description><![CDATA[Hi everyone,<br />
<br />
I've been messing around with Zend_Pdf a bit and so far got writing and reading working... but only for PDF's that I created using the Zend Framework. If I try to load and edit a PDF made by someone else, it doesn't appear to work which leads me to believe that Zend only parses certain kinds of PDF's. Would anyone mind telling me what these exceptions are and how I could get around them? Thanks.<br />
<br />
EDIT: The error message I'm getting is: 'PDF error: Can not open 'randomfile.pdf' file for reading.']]></description>
		</item>
			<item>
			<dc:creator>mel_3</dc:creator>
			<pubDate>Tue, 07 Sep 2010 14:01:38 -0700</pubDate>
			<guid>http://forums.zend.com/viewtopic.php?f=69&amp;t=7721</guid>
			<link>http://forums.zend.com/viewtopic.php?f=69&amp;t=7721</link>
			<title>Zend on Godaddy Windows Server ?</title>
			<description><![CDATA[- We have just setup a Godaddy Hosting &quot;Ultimate&quot; account.<br />
<br />
- We have done some PHP on one of the sites and see that Joomla &amp; WordPress are supported.<br />
<br />
- But we need to setup an online MySQL database and run it with PHP.<br />
<br />
So we wondered if anyone had setup a Zend Application Development Framework on a Godaddy Windows Hosting Account?<br />
<br />
Thanks for any help.]]></description>
		</item>
			<item>
			<dc:creator>hoteltravelvietnam</dc:creator>
			<pubDate>Tue, 07 Sep 2010 06:25:28 -0700</pubDate>
			<guid>http://forums.zend.com/viewtopic.php?f=69&amp;t=7714</guid>
			<link>http://forums.zend.com/viewtopic.php?f=69&amp;t=7714</link>
			<title>Travel to Da Lat in rainy season</title>
			<description><![CDATA[Fall back in Nha Trang<br />
<br />
Nha Trang, one of the most beautiful coastal cities of Vietnam, is turning into fall softly, lovely. Summer has just passed, temperature in Nha Trang is going down to give back mild climate for you to enjoy fully this city.<br />
<img src="http://www.hoteltravelvietnam.com/web/wp-content/uploads/2010/08/300px-Nha_Trang_-_1.jpg" alt="Image" /><br />
Once <a href="http://www.hoteltravelvietnam.com/vietnam-tours/nha-trang-tours" class="postlink">Travel to Nha Trang</a> , this one of the 29 most beautiful bays of the World will satisfy your view. With 19 islands in Nha Trang bay, ecosystem here is abundant and divers, especially sea island ecosystem. These islands are all great destinations of Nha Trang travelling. Svelte beaches, luscious resorts, vibrant coral reefs… store unexpected interesting for you to discover.<br />
The value worth of Nha Trang don’t just come from the beauty given by nature, it comes from effort of Nha Trang people. Alongshore parks are considered most beautiful of Vietnam, pagodas with original architecture and high spirit values… all have embellished for Nha Trang. Nha Trang also hold crowded Western streets where attract a lot of tourists. Nha Trang Oceanographic Institute which own largest ocean living collections in South East Asian is an exciting destination, too.<br />
<img src="http://www.hoteltravelvietnam.com/web/wp-content/uploads/2010/08/Po_NagarCham_Towers2-300x225.jpg" alt="Image" /><br />
<br />
Nha Trang fame nowadays is more and more affirmed when it is continual chosen to hold big Festivals, beauty competitions of Vietnam and International. Nha Trang speciality such as: Salanganes’ Nest, Ninh Hoa baked rolls… also becomes famous all over the world thank to international tourists’ spread. I’m sure that Nha Trang in fall will not let you down.<br />
<br />
<a href="http://www.hoteltravelvietnam.com/vietnam-tours/nha-trang-tours" class="postlink">Travel to Nha Trang</a> | <a href="http://www.hoteltravelvietnam.com" class="postlink">Travel to vietnam</a>]]></description>
		</item>
			<item>
			<dc:creator>rickyokita</dc:creator>
			<pubDate>Mon, 06 Sep 2010 10:11:02 -0700</pubDate>
			<guid>http://forums.zend.com/viewtopic.php?f=69&amp;t=7709</guid>
			<link>http://forums.zend.com/viewtopic.php?f=69&amp;t=7709</link>
			<title>How to connect Zend , php and AppServ</title>
			<description><![CDATA[Hi all,<br />
<br />
I am a newbie to use the Zend for making a online management system<br />
And I am now using Appserv with php to communicate well but I found the mainatance is quite hard for my code<br />
I would like to learn Zend framework (MVC model) and learn how I can use that concept to implement a website instead a traditional way!<br />
<br />
Your help is appreciated! Thx]]></description>
		</item>
			<item>
			<dc:creator>tasark</dc:creator>
			<pubDate>Mon, 06 Sep 2010 06:46:59 -0700</pubDate>
			<guid>http://forums.zend.com/viewtopic.php?f=69&amp;t=7708</guid>
			<link>http://forums.zend.com/viewtopic.php?f=69&amp;t=7708</link>
			<title>ZF Doesn't like flush()?</title>
			<description><![CDATA[I have tired for a few days now to get the flush(); function to work with zend framework, but i can not seem to do it.<br />
<br />
What happens when i call it inside of a view it prints out a bunch of binary data. if i call it in a function that is not part of the zend framework flush() doesn't do this. I know there are ob_start() and ob_end_flush() calls in the main index file. I have tired to take those out, but it didn't help. <br />
<br />
I have a page that goes through a group of records and processes them with a third party service. I attempted to do it via Ajax, but records were getting missed or there were timeouts, ect. It just became a head ache. So i figured i would just have the view handle and call a flush after each record was complete.<br />
<br />
Anyone else having this kind of problem?]]></description>
		</item>
			<item>
			<dc:creator>kleju</dc:creator>
			<pubDate>Mon, 06 Sep 2010 01:58:58 -0700</pubDate>
			<guid>http://forums.zend.com/viewtopic.php?f=69&amp;t=7706</guid>
			<link>http://forums.zend.com/viewtopic.php?f=69&amp;t=7706</link>
			<title>How to integrate ez components with zend framework?</title>
			<description><![CDATA[Hello,<br />
<br />
In symfony it is only one file to change but what i have to do to run this library.<br />
<br />
I tried by zend manual:<br />
<br />
Bootstrap.php<br />
<dl class="codebox"><dt>Code: <a href="#" onclick="selectCode(this); return false;">Select all</a></dt><dd><code>public function initeZComponents()<br />
{<br />
$autoloader = Zend_Loader_Autoloader::getInstance();<br />
$autoloader-&gt;pushAutoloader(array('ezcBase', 'autoload'), 'ezc');<br />
<br />
return $autloader;<br />
}<br />
</code></dd></dl><br />
<br />
but this doesn't work.<br />
<br />
Have you got any idea?<br />
<br />
Best regards,<br />
Lukasz]]></description>
		</item>
	</channel>
</rss>