<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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:series="http://unfoldingneurons.com/"
> <channel><title>Comments for HackIX</title> <atom:link href="http://blog.hackix.com/comments/feed/" rel="self" type="application/rss+xml" /><link>http://blog.hackix.com</link> <description>HackIX: Small Hacks for a Large World</description> <lastBuildDate>Fri, 06 Aug 2010 12:50:48 +0200</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>Comment on How to make POEdit detect source strings in Zend Framework by Danny Froberg</title><link>http://blog.hackix.com/2010/01/how-to-make-poedit-detect-source-strings-in-zend-framework/comment-page-1/#comment-749</link> <dc:creator>Danny Froberg</dc:creator> <pubDate>Fri, 06 Aug 2010 12:50:48 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=296#comment-749</guid> <description>@Jochen thats a very good hint.</description> <content:encoded><![CDATA[<p>@Jochen thats a very good hint.</p> ]]></content:encoded> </item> <item><title>Comment on How to make POEdit detect source strings in Zend Framework by Jochen Bünnagel</title><link>http://blog.hackix.com/2010/01/how-to-make-poedit-detect-source-strings-in-zend-framework/comment-page-1/#comment-748</link> <dc:creator>Jochen Bünnagel</dc:creator> <pubDate>Fri, 06 Aug 2010 09:06:02 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=296#comment-748</guid> <description>_() is defined nowhere in the Zend Framework, but is an alias to the PHP function gettext() and is only defined if PHP is compiled with gettext support. If you don&#039;t initialize the PHP gettext support with a translation file, this function does nothing but returns submitted string.So, basically, using _() works only if gettext is installed and does nothing at all, so Zend_Form will handle the translations with its built in i18n support.I personally love this unobtrusive way to let poedit recognise the strings. If you can&#039;t rely on gettext being installed (which would be pointless since you&#039;re using Zend_Translate) you can put this somewhere in your Bootstrap file (outside of any classes):if (!function_exists(&#039;gettext&#039;)){
function _($string) {return $string;}
}</description> <content:encoded><![CDATA[<p>_() is defined nowhere in the Zend Framework, but is an alias to the PHP function gettext() and is only defined if PHP is compiled with gettext support. If you don’t initialize the PHP gettext support with a translation file, this function does nothing but returns submitted string.</p><p>So, basically, using _() works only if gettext is installed and does nothing at all, so Zend_Form will handle the translations with its built in i18n support.</p><p>I personally love this unobtrusive way to let poedit recognise the strings. If you can’t rely on gettext being installed (which would be pointless since you’re using Zend_Translate) you can put this somewhere in your Bootstrap file (outside of any classes):</p><p>if (!function_exists(‘gettext’)){<br /> function _($string) {return $string;}<br /> }</p> ]]></content:encoded> </item> <item><title>Comment on Configuring Poedit for Zend Framework Projects by Dwayne Bailey</title><link>http://blog.hackix.com/2010/01/configuring-poedit-for-zend-framework-projects/comment-page-1/#comment-741</link> <dc:creator>Dwayne Bailey</dc:creator> <pubDate>Thu, 05 Aug 2010 12:52:55 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=273#comment-741</guid> <description>While probably not exactly what you want php2po, which is part of the Translate Toolkit:
http://translate.sourceforge.net/wiki/toolkit/php2poCan convert common PHP files used for localisation into PO files.</description> <content:encoded><![CDATA[<p>While probably not exactly what you want php2po, which is part of the Translate Toolkit:<br /> <a href="http://translate.sourceforge.net/wiki/toolkit/php2po" rel="nofollow" target="_blank" class="liexternal">http://translate.sourceforge.net/wiki/toolkit/php2po</a></p><p>Can convert common PHP files used for localisation into PO files.</p> ]]></content:encoded> </item> <item><title>Comment on Zend Framework Class to retreive your RSS feeds used in Google Reader by Danny Froberg</title><link>http://blog.hackix.com/2010/05/zend-framework-class-to-retreive-your-rss-feeds-used-in-google-reader/comment-page-1/#comment-703</link> <dc:creator>Danny Froberg</dc:creator> <pubDate>Sun, 04 Jul 2010 20:14:06 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=541#comment-703</guid> <description>Hi Remi,
Thought it was neat enough to publish :)
/Danny</description> <content:encoded><![CDATA[<p>Hi Remi,<br /> Thought it was neat enough to publish <img src='http://blog.hackix.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br /> /Danny</p> ]]></content:encoded> </item> <item><title>Comment on Zend Framework Class to retreive your RSS feeds used in Google Reader by Rémi Goyard</title><link>http://blog.hackix.com/2010/05/zend-framework-class-to-retreive-your-rss-feeds-used-in-google-reader/comment-page-1/#comment-701</link> <dc:creator>Rémi Goyard</dc:creator> <pubDate>Sun, 04 Jul 2010 15:35:26 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=541#comment-701</guid> <description>Thank You for publishing my class !!!Rémi</description> <content:encoded><![CDATA[<p>Thank You for publishing my class !!!</p><p>Rémi</p> ]]></content:encoded> </item> <item><title>Comment on Configuring Poedit for Zend Framework Projects by Lode</title><link>http://blog.hackix.com/2010/01/configuring-poedit-for-zend-framework-projects/comment-page-1/#comment-643</link> <dc:creator>Lode</dc:creator> <pubDate>Sun, 13 Jun 2010 06:07:50 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=273#comment-643</guid> <description>Couldn&#039;t get Poedit 1.4.6 to work properly on win7 32bit with your instructions. It just wouldn&#039;t scan my application folder.
So I opened xgettext.exe in cmd with -h command, and found that -L php is incorrect as it should be PHP (capitals). Now it scans my folder correctly. Don&#039;t know exactly about other versions, but this might help someone and save them some precious hours!</description> <content:encoded><![CDATA[<p>Couldn’t get Poedit 1.4.6 to work properly on win7 32bit with your instructions. It just wouldn’t scan my application folder.<br /> So I opened xgettext.exe in cmd with –h command, and found that –L php is incorrect as it should be PHP (capitals). Now it scans my folder correctly. Don’t know exactly about other versions, but this might help someone and save them some precious hours!</p> ]]></content:encoded> </item> <item><title>Comment on How to make POEdit detect source strings in Zend Framework by singles</title><link>http://blog.hackix.com/2010/01/how-to-make-poedit-detect-source-strings-in-zend-framework/comment-page-1/#comment-621</link> <dc:creator>singles</dc:creator> <pubDate>Tue, 08 Jun 2010 16:27:26 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=296#comment-621</guid> <description>Nice tutorial.But I&#039;m wondering why are you setting translated labels and descriptions manually in your form. Zend_Form allows you to set a default translator by Zend_Form::setDefaultTranslator($translate); (also zend validate) and all translate magic will happen automaticaly (errors, labels, etc - without descriptions - but see below).I thinkt, that nice solution could be extending zend_from class into your own, where you can override default addElement method and set description and label based on field name. And then you have for example: label:login and desc:login.
unfortunately - automatic search for missing translation&#039;s wont work as well in poedit then.</description> <content:encoded><![CDATA[<p>Nice tutorial.</p><p>But I’m wondering why are you setting translated labels and descriptions manually in your form. Zend_Form allows you to set a default translator by Zend_Form::setDefaultTranslator($translate); (also zend validate) and all translate magic will happen automaticaly (errors, labels, etc — without descriptions — but see below).</p><p>I thinkt, that nice solution could be extending zend_from class into your own, where you can override default addElement method and set description and label based on field name. And then you have for example: label:login and desc:login.<br /> unfortunately — automatic search for missing translation’s wont work as well in poedit then.</p> ]]></content:encoded> </item> <item><title>Comment on Configuring Poedit for Zend Framework Projects by Danny Froberg</title><link>http://blog.hackix.com/2010/01/configuring-poedit-for-zend-framework-projects/comment-page-1/#comment-545</link> <dc:creator>Danny Froberg</dc:creator> <pubDate>Mon, 31 May 2010 06:33:21 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=273#comment-545</guid> <description>Hi, there is a discussion about this subject &lt;a href=&quot;http://zend-framework-community.634137.n4.nabble.com/Zend-Translate-plural-forms-and-poedit-td2236244.html&quot; rel=&quot;nofollow&quot;&gt;Here&lt;/a&gt;</description> <content:encoded><![CDATA[<p>Hi, there is a discussion about this subject <a href="http://zend-framework-community.634137.n4.nabble.com/Zend-Translate-plural-forms-and-poedit-td2236244.html" rel="nofollow" target="_blank" class="liexternal">Here</a></p> ]]></content:encoded> </item> <item><title>Comment on Configuring Poedit for Zend Framework Projects by automobi.li</title><link>http://blog.hackix.com/2010/01/configuring-poedit-for-zend-framework-projects/comment-page-1/#comment-536</link> <dc:creator>automobi.li</dc:creator> <pubDate>Sun, 30 May 2010 10:15:12 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=273#comment-536</guid> <description>What is with plural forms, I can&#039;t force poedit to parse from sources cases like this:$translate-&gt;translate(array(&#039;Pronađen je %s auto oglas&#039;, &#039;Pronađeno je %s auto oglasa&#039;, $count)), $count);so they always go to obsolete strings?!</description> <content:encoded><![CDATA[<p>What is with plural forms, I can’t force poedit to parse from sources cases like this:</p><p>$translate-&gt;translate(array(‘Pronađen je %s auto oglas’, ‘Pronađeno je %s auto oglasa’, $count)), $count);</p><p>so they always go to obsolete strings?!</p> ]]></content:encoded> </item> <item><title>Comment on Setting Up Doctrine for Zend Framework 1.9.x by Zend Framework i Doctrine &#8211; czyli dlaczego kocham symfony at MandaStudio</title><link>http://blog.hackix.com/2010/01/setting-up-doctrine-for-zend-framework-1-9-x/comment-page-1/#comment-492</link> <dc:creator>Zend Framework i Doctrine &#8211; czyli dlaczego kocham symfony at MandaStudio</dc:creator> <pubDate>Tue, 18 May 2010 22:46:00 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=192#comment-492</guid> <description>[...] długich poszukiwaniach znalazłem rozwiązanie, które spełnia moje oczekiwania, tzn. takie, gdzie nie mamy problemów z normalnym działaniem [...]</description> <content:encoded><![CDATA[<p>[…] długich poszukiwaniach znalazłem rozwiązanie, które spełnia moje oczekiwania, tzn. takie, gdzie nie mamy problemów z normalnym działaniem […]</p> ]]></content:encoded> </item> <item><title>Comment on How to make POEdit detect source strings in Zend Framework by Danny Froberg</title><link>http://blog.hackix.com/2010/01/how-to-make-poedit-detect-source-strings-in-zend-framework/comment-page-1/#comment-487</link> <dc:creator>Danny Froberg</dc:creator> <pubDate>Mon, 17 May 2010 10:53:25 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=296#comment-487</guid> <description>_() is available through;
library/Zend/Translate/Adapter.php:    public function _($messageId, $locale = null)So why this one dissapears is a bit of a mystery to me.
How does your _initTranslate (or similar) look in your bootstrap?</description> <content:encoded><![CDATA[<p>_() is available through;<br /> library/Zend/Translate/Adapter.php:    public function _($messageId, $locale = null)</p><p>So why this one dissapears is a bit of a mystery to me.<br /> How does your _initTranslate (or similar) look in your bootstrap?</p> ]]></content:encoded> </item> <item><title>Comment on How to make POEdit detect source strings in Zend Framework by Wojtek</title><link>http://blog.hackix.com/2010/01/how-to-make-poedit-detect-source-strings-in-zend-framework/comment-page-1/#comment-480</link> <dc:creator>Wojtek</dc:creator> <pubDate>Sat, 15 May 2010 17:47:43 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=296#comment-480</guid> <description>ok, i paste this code into bootstrap.php and it works, but i don&#039;t like this soultion, it&#039;s should be some helper or something :/function _($string) {
return Zend_Registry::get(&#039;Zend_Translate&#039;)-&gt;_($string);
}</description> <content:encoded><![CDATA[<p>ok, i paste this code into bootstrap.php and it works, but i don’t like this soultion, it’s should be some helper or something :/</p><p>function _($string) {<br /> return Zend_Registry::get(‘Zend_Translate’)-&gt;_($string);<br /> }</p> ]]></content:encoded> </item> <item><title>Comment on How to make POEdit detect source strings in Zend Framework by Wojtek</title><link>http://blog.hackix.com/2010/01/how-to-make-poedit-detect-source-strings-in-zend-framework/comment-page-1/#comment-479</link> <dc:creator>Wojtek</dc:creator> <pubDate>Sat, 15 May 2010 14:30:28 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=296#comment-479</guid> <description>Hi Danny,
i have similar problem &quot;Call to undefined function _()&quot;. I am using ZF 1.10.4. Could you please tell us where is this helper or paste its content here, cause i think i don&#039;t have it in my library :/</description> <content:encoded><![CDATA[<p>Hi Danny,<br /> i have similar problem “Call to undefined function _()”. I am using ZF 1.10.4. Could you please tell us where is this helper or paste its content here, cause i think i don’t have it in my library :/</p> ]]></content:encoded> </item> <item><title>Comment on Setting Up Doctrine for Zend Framework 1.9.x by Zend Framework + Doctrine + AMF &#171; selecton.net</title><link>http://blog.hackix.com/2010/01/setting-up-doctrine-for-zend-framework-1-9-x/comment-page-1/#comment-467</link> <dc:creator>Zend Framework + Doctrine + AMF &#171; selecton.net</dc:creator> <pubDate>Thu, 13 May 2010 14:23:58 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=192#comment-467</guid> <description>[...] blog.hackix.com ruben.savenne.be www.riaspace.net Big thanks [...]</description> <content:encoded><![CDATA[<p>[…] blog.hackix.com ruben.savenne.be <a href="http://www.riaspace.net" rel="nofollow" target="_blank" class="liexternal">http://www.riaspace.net</a> Big thanks […]</p> ]]></content:encoded> </item> <item><title>Comment on Setting Up Doctrine for Zend Framework 1.9.x by Sel</title><link>http://blog.hackix.com/2010/01/setting-up-doctrine-for-zend-framework-1-9-x/comment-page-1/#comment-465</link> <dc:creator>Sel</dc:creator> <pubDate>Thu, 13 May 2010 13:57:36 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=192#comment-465</guid> <description>Great tutorial. many thanks to you for that.
You can upgrade your doctrine.bat file like that:
@echo off
echo Running Doctrine CLI.
&quot;php.exe&quot; -f %~dp0\doctrine.php %1 %2 %3 %4 %5 %6 %7 %8 %9of course if you have php.exe in your PATH dir. However variable %~dp0 gives directory of the executing file (dir of the doctrine.bat in this case).</description> <content:encoded><![CDATA[<p>Great tutorial. many thanks to you for that.<br /> You can upgrade your doctrine.bat file like that:<br /> @echo off<br /> echo Running Doctrine CLI.<br /> “php.exe” –f %~dp0\doctrine.php %1 %2 %3 %4 %5 %6 %7 %8 %9</p><p>of course if you have php.exe in your PATH dir. However variable %~dp0 gives directory of the executing file (dir of the doctrine.bat in this case).</p> ]]></content:encoded> </item> <item><title>Comment on Migrating MySQL latin1 to utf8 – Character Set Options by Migrating MySQL latin1 to utf8 – The process -HackIX</title><link>http://blog.hackix.com/2010/03/migrating-mysql-latin1-to-utf8-%e2%80%93-character-set-options/comment-page-1/#comment-361</link> <dc:creator>Migrating MySQL latin1 to utf8 – The process -HackIX</dc:creator> <pubDate>Mon, 08 Mar 2010 14:24:52 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=451#comment-361</guid> <description>[...] and Poedit (3)  Other posts belonging to this seriesMigrating MySQL latin1 to utf8 – PreparationMigrating MySQL latin1 to utf8 – Character Set OptionsMigrating MySQL latin1 to utf8 – The [...]</description> <content:encoded><![CDATA[<p>[…] and Poedit (3)  Other posts belonging to this seriesMigrating MySQL latin1 to utf8 – PreparationMigrating MySQL latin1 to utf8 – Character Set OptionsMigrating MySQL latin1 to utf8 – The […]</p> ]]></content:encoded> </item> <item><title>Comment on Migrating MySQL latin1 to utf8 – Preparation by Migrating MySQL latin1 to utf8 – The process -HackIX</title><link>http://blog.hackix.com/2010/03/migrating-mysql-latin1-to-utf8-%e2%80%93-preparation/comment-page-1/#comment-360</link> <dc:creator>Migrating MySQL latin1 to utf8 – The process -HackIX</dc:creator> <pubDate>Mon, 08 Mar 2010 14:23:55 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=447#comment-360</guid> <description>[...] covered the preparation and character set options of performing a latin1 to utf8 MySQL migration, just how do you perform [...]</description> <content:encoded><![CDATA[<p>[…] covered the preparation and character set options of performing a latin1 to utf8 MySQL migration, just how do you perform […]</p> ]]></content:encoded> </item> <item><title>Comment on Zend_Validate messages translated to Swedish by Danny Froberg</title><link>http://blog.hackix.com/2010/02/zend_validate-messages-translated-to-swedish/comment-page-1/#comment-352</link> <dc:creator>Danny Froberg</dc:creator> <pubDate>Mon, 01 Mar 2010 20:05:41 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=422#comment-352</guid> <description>Ooops! Well thats why peer review is great :)</description> <content:encoded><![CDATA[<p>Ooops! Well thats why peer review is great <img src='http://blog.hackix.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>Comment on Zend_Validate messages translated to Swedish by Karl</title><link>http://blog.hackix.com/2010/02/zend_validate-messages-translated-to-swedish/comment-page-1/#comment-351</link> <dc:creator>Karl</dc:creator> <pubDate>Mon, 01 Mar 2010 19:04:27 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=422#comment-351</guid> <description>Great work! One thing I saw at first sight was that &quot;giltig&quot; was spelled with two l:s, which also was the case for &quot;ogiltig&quot;.</description> <content:encoded><![CDATA[<p>Great work! One thing I saw at first sight was that “giltig” was spelled with two l:s, which also was the case for “ogiltig”.</p> ]]></content:encoded> </item> <item><title>Comment on Zend_Translate with Dynamic Parameters by techpriester</title><link>http://blog.hackix.com/2010/02/zend_translate-with-dynamic-parameters/comment-page-1/#comment-350</link> <dc:creator>techpriester</dc:creator> <pubDate>Mon, 01 Mar 2010 18:00:30 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=425#comment-350</guid> <description> Entdeckung des Tages: Zend_Translate + Custom View_Helper = Coolness.</description> <content:encoded><![CDATA[<p>Entdeckung des Tages: Zend_Translate + Custom View_Helper = Coolness.</p> ]]></content:encoded> </item> <item><title>Comment on Zend_Form Translated Country &amp; Currency Lists by Martin</title><link>http://blog.hackix.com/2010/01/zend_form-translated-country-currency-lists/comment-page-1/#comment-345</link> <dc:creator>Martin</dc:creator> <pubDate>Fri, 26 Feb 2010 19:02:33 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=387#comment-345</guid> <description>Hi ! Thanks for the code.There&#039;s a complication whit accents. To order my country list correctly in french I should do :setlocale (LC_COLLATE, &#039;fr_FR.UTF8&#039;);
usort($countries, &#039;strcoll&#039;);</description> <content:encoded><![CDATA[<p>Hi ! Thanks for the code.</p><p>There’s a complication whit accents. To order my country list correctly in french I should do :</p><p>setlocale (LC_COLLATE, ‘fr_FR.UTF8’);<br /> usort($countries, ‘strcoll’);</p> ]]></content:encoded> </item> <item><title>Comment on How to make POEdit detect source strings in Zend Framework by Ithier</title><link>http://blog.hackix.com/2010/01/how-to-make-poedit-detect-source-strings-in-zend-framework/comment-page-1/#comment-333</link> <dc:creator>Ithier</dc:creator> <pubDate>Sat, 20 Feb 2010 20:55:49 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=296#comment-333</guid> <description>Hi Danny,Thank you  to answer my question.I am using the 1.10.1 version.
I do initialize Zend_Translate but not in my bootstrap but in a routeShutdown function of a controller plugin. I do that because I choose the language from a parameter on the URL (they are like /project/en/controller/...).
I think that it is correctly installed and configured because if I use the setLabel function then my label is correctly translated.
But I would like to use your initialization method as I find more readable except that if I have to add this-&gt;getView()-&gt;translate(&#039;Username&#039;), to each of my labels then it is no more easier to read !!</description> <content:encoded><![CDATA[<p>Hi Danny,</p><p>Thank you  to answer my question.</p><p>I am using the 1.10.1 version.<br /> I do initialize Zend_Translate but not in my bootstrap but in a routeShutdown function of a controller plugin. I do that because I choose the language from a parameter on the URL (they are like /project/en/controller/…).<br /> I think that it is correctly installed and configured because if I use the setLabel function then my label is correctly translated.<br /> But I would like to use your initialization method as I find more readable except that if I have to add this-&gt;getView()-&gt;translate(‘Username’), to each of my labels then it is no more easier to read !!</p> ]]></content:encoded> </item> <item><title>Comment on How to make POEdit detect source strings in Zend Framework by Danny Froberg</title><link>http://blog.hackix.com/2010/01/how-to-make-poedit-detect-source-strings-in-zend-framework/comment-page-1/#comment-332</link> <dc:creator>Danny Froberg</dc:creator> <pubDate>Sat, 20 Feb 2010 15:33:31 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=296#comment-332</guid> <description>Hi Ithier,
What Zend Framework version are you running and are you initializing Zend_Translate in your bootstrap?
_() is a helper function available with instantiating the Zend_Translate.</description> <content:encoded><![CDATA[<p>Hi Ithier,<br /> What Zend Framework version are you running and are you initializing Zend_Translate in your bootstrap?<br /> _() is a helper function available with instantiating the Zend_Translate.</p> ]]></content:encoded> </item> <item><title>Comment on How to make POEdit detect source strings in Zend Framework by Ithier</title><link>http://blog.hackix.com/2010/01/how-to-make-poedit-detect-source-strings-in-zend-framework/comment-page-1/#comment-328</link> <dc:creator>Ithier</dc:creator> <pubDate>Fri, 19 Feb 2010 16:59:10 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=296#comment-328</guid> <description>I have tried your example by replacing&#039;label&#039; =&gt; $this-&gt;getView()-&gt;translate(&#039;Username&#039;),by&#039;label&#039; =&gt; _(&#039;Username&#039;),in my code but it generates an error:
Fatal error: Call to undefined function _()Where does your _() function comes from ?Thanks.</description> <content:encoded><![CDATA[<p>I have tried your example by replacing</p><p>‘label’ =&gt; $this-&gt;getView()-&gt;translate(‘Username’),</p><p>by</p><p>‘label’ =&gt; _(‘Username’),</p><p>in my code but it generates an error:<br /> Fatal error: Call to undefined function _()</p><p>Where does your _() function comes from ?</p><p>Thanks.</p> ]]></content:encoded> </item> <item><title>Comment on Jayson Minard: Yes, I Crashed the Site! by FGRibreau</title><link>http://blog.hackix.com/2010/02/jayson-minard-yes-i-crashed-the-site/comment-page-1/#comment-318</link> <dc:creator>FGRibreau</dc:creator> <pubDate>Tue, 16 Feb 2010 23:32:21 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=412#comment-318</guid> <description> &lt;a rel=&#039;nofollow&#039; href=&quot;http://sypex.net/en/&quot;&gt;http://sypex.net/en/&lt;/a&gt; ◊ Sypex Dumper 2 - Easy Backup/Migration</description> <content:encoded><![CDATA[<p><a href="http://sypex.net/en/" rel='nofollow' target="_blank" class="liexternal">http://sypex.net/en/</a> ◊ Sypex Dumper 2 — Easy Backup/Migration</p> ]]></content:encoded> </item> <item><title>Comment on Jayson Minard: Yes, I Crashed the Site! by JobsTwitt</title><link>http://blog.hackix.com/2010/02/jayson-minard-yes-i-crashed-the-site/comment-page-1/#comment-317</link> <dc:creator>JobsTwitt</dc:creator> <pubDate>Tue, 16 Feb 2010 18:01:04 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=412#comment-317</guid> <description> DBA - SQL - Data Migration - MSSQL Server - mySQL - Optimization - Cybercoders.com -  Thousand Oaks, CA &lt;a rel=&#039;nofollow&#039; href=&quot;http://bit.ly/asnBXW&quot;&gt;http://bit.ly/asnBXW&lt;/a&gt;</description> <content:encoded><![CDATA[<p>DBA — SQL — Data Migration — MSSQL Server — mySQL — Optimization — Cybercoders.com —  Thousand Oaks, CA <a href="http://bit.ly/asnBXW" rel='nofollow' target="_blank" class="liexternal">http://bit.ly/asnBXW</a></p> ]]></content:encoded> </item> <item><title>Comment on Jayson Minard: Yes, I Crashed the Site! by FGRibreau</title><link>http://blog.hackix.com/2010/02/jayson-minard-yes-i-crashed-the-site/comment-page-1/#comment-307</link> <dc:creator>FGRibreau</dc:creator> <pubDate>Sat, 13 Feb 2010 23:40:15 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=412#comment-307</guid> <description> &lt;a rel=&#039;nofollow&#039; href=&quot;http://sypex.net/en/&quot;&gt;http://sypex.net/en/&lt;/a&gt; ¦ Sypex Dumper 2 - Easy Backup/Migration</description> <content:encoded><![CDATA[<p><a href="http://sypex.net/en/" rel='nofollow' target="_blank" class="liexternal">http://sypex.net/en/</a> ¦ Sypex Dumper 2 — Easy Backup/Migration</p> ]]></content:encoded> </item> <item><title>Comment on Jayson Minard: Yes, I Crashed the Site! by benkenobi07</title><link>http://blog.hackix.com/2010/02/jayson-minard-yes-i-crashed-the-site/comment-page-1/#comment-304</link> <dc:creator>benkenobi07</dc:creator> <pubDate>Fri, 12 Feb 2010 23:25:16 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=412#comment-304</guid> <description> BenSite 2.0: Migration de MySQL 4 à My... &lt;a rel=&#039;nofollow&#039; href=&quot;http://www.benoitcatherineau.info/2010/02/12/migration-de-mysql-4-a-mysql-5-chez-un-et-un/&quot;&gt;http://www.benoitcatherineau.info/2010/02/12/migration-de-mysql-4-a-mysql-5-chez-un-et-un/&lt;/a&gt;</description> <content:encoded><![CDATA[<p>BenSite 2.0: Migration de MySQL 4 à My… <a href="http://www.benoitcatherineau.info/2010/02/12/migration-de-mysql-4-a-mysql-5-chez-un-et-un/" rel='nofollow' target="_blank" class="liexternal">http://www.benoitcatherineau.info/2010/02/12/migration-de-mysql-4-a-mysql-5-chez-un-et-un/</a></p> ]]></content:encoded> </item> <item><title>Comment on Jayson Minard: Yes, I Crashed the Site! by Garko</title><link>http://blog.hackix.com/2010/02/jayson-minard-yes-i-crashed-the-site/comment-page-1/#comment-302</link> <dc:creator>Garko</dc:creator> <pubDate>Fri, 12 Feb 2010 12:30:44 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=412#comment-302</guid> <description> migration mysql 4 vers mysql 5 : Fail</description> <content:encoded><![CDATA[<p>migration mysql 4 vers mysql 5 : Fail</p> ]]></content:encoded> </item> <item><title>Comment on Happy New Year! by Insomniac1000</title><link>http://blog.hackix.com/2009/12/hello-world/comment-page-1/#comment-301</link> <dc:creator>Insomniac1000</dc:creator> <pubDate>Fri, 12 Feb 2010 11:23:55 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=1#comment-301</guid> <description> kya hona hay bus enjoy ho rha hay....tum sunaoo???wazz up?</description> <content:encoded><![CDATA[<p>kya hona hay bus enjoy ho rha hay.…tum sunaoo???wazz up?</p> ]]></content:encoded> </item> <item><title>Comment on Zend Framework 1.10.x Docs by laparca</title><link>http://blog.hackix.com/2009/12/zend-framework-1-10-x-docs/comment-page-1/#comment-300</link> <dc:creator>laparca</dc:creator> <pubDate>Fri, 12 Feb 2010 11:23:53 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=18#comment-300</guid> <description> take a look to CackePHP. I think it has better documentation and tutorials than Zend Framework.</description> <content:encoded><![CDATA[<p>take a look to CackePHP. I think it has better documentation and tutorials than Zend Framework.</p> ]]></content:encoded> </item> <item><title>Comment on SVN Externals by remcoros</title><link>http://blog.hackix.com/2009/12/svn-externals/comment-page-1/#comment-299</link> <dc:creator>remcoros</dc:creator> <pubDate>Fri, 12 Feb 2010 11:23:51 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=41#comment-299</guid> <description> Refactored 2 MVC apps to one multi-tenant app. The time won using ReSharper (luv it) I lost fixing the SVN repository (hate it!)</description> <content:encoded><![CDATA[<p>Refactored 2 MVC apps to one multi-tenant app. The time won using ReSharper (luv it) I lost fixing the SVN repository (hate it!)</p> ]]></content:encoded> </item> <item><title>Comment on Cloud computing with PHP — Using Amazon EC2 with the Zend Framework by BENITO1ER</title><link>http://blog.hackix.com/2009/09/cloud-computing-with-php-using-amazon-ec2-with-the-zend-framework/comment-page-1/#comment-298</link> <dc:creator>BENITO1ER</dc:creator> <pubDate>Fri, 12 Feb 2010 11:23:49 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=73#comment-298</guid> <description> &#039;Cloud&#039;: le framework PHP Zend monte à l’assaut d’Azure &lt;a rel=&#039;nofollow&#039; href=&quot;http://ff.im/-fB3K5&quot;&gt;http://ff.im/-fB3K5&lt;/a&gt;</description> <content:encoded><![CDATA[<p>‘Cloud’: le framework PHP Zend monte à l’assaut d’Azure <a href="http://ff.im/-fB3K5" rel='nofollow' target="_blank" class="liexternal">http://ff.im/-fB3K5</a></p> ]]></content:encoded> </item> <item><title>Comment on Generate Doctrine models/classes that extend a custom record class by ramblingfriar</title><link>http://blog.hackix.com/2009/12/generate-doctrine-modelsclasses-that-extend-a-custom-record-class/comment-page-1/#comment-297</link> <dc:creator>ramblingfriar</dc:creator> <pubDate>Fri, 12 Feb 2010 11:23:42 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=137#comment-297</guid> <description> New Sound Doctrine strip Saturday. Until then I give you this spin-off: &lt;a rel=&#039;nofollow&#039; href=&quot;http://www.webcomicsnation.com/ramblingfriar/tonybaltho/series.php&quot;&gt;http://www.webcomicsnation.com/ramblingfriar/tonybaltho/series.php&lt;/a&gt;</description> <content:encoded><![CDATA[<p>New Sound Doctrine strip Saturday. Until then I give you this spin-off: <a href="http://www.webcomicsnation.com/ramblingfriar/tonybaltho/series.php" rel='nofollow' target="_blank" class="liexternal">http://www.webcomicsnation.com/ramblingfriar/tonybaltho/series.php</a></p> ]]></content:encoded> </item> <item><title>Comment on How to Enable GodMode on Windows 7 by softwarestock</title><link>http://blog.hackix.com/2010/01/how-to-enable-godmode-on-windows-7/comment-page-1/#comment-296</link> <dc:creator>softwarestock</dc:creator> <pubDate>Fri, 12 Feb 2010 11:23:38 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=187#comment-296</guid> <description> Windows Mobile Monitor 1.3: Spy on the text messages and phone call of a Windows Mobile cellphone - you can even m... &lt;a rel=&#039;nofollow&#039; href=&quot;http://bit.ly/ayMCdB&quot;&gt;http://bit.ly/ayMCdB&lt;/a&gt;</description> <content:encoded><![CDATA[<p>Windows Mobile Monitor 1.3: Spy on the text messages and phone call of a Windows Mobile cellphone — you can even m… <a href="http://bit.ly/ayMCdB" rel='nofollow' target="_blank" class="liexternal">http://bit.ly/ayMCdB</a></p> ]]></content:encoded> </item> <item><title>Comment on Zend Framework Documentation Now Version Specific by tmporary</title><link>http://blog.hackix.com/2010/01/zend-framework-documentation-now-version-specific/comment-page-1/#comment-295</link> <dc:creator>tmporary</dc:creator> <pubDate>Fri, 12 Feb 2010 11:23:16 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=356#comment-295</guid> <description> Link to download 1.10.0 API Documentation on framework.zend.com/docs/api still link to 1.10.0rc1...</description> <content:encoded><![CDATA[<p>Link to download 1.10.0 API Documentation on framework.zend.com/docs/api still link to 1.10.0rc1…</p> ]]></content:encoded> </item> <item><title>Comment on Zend Framework 1.10.0 STABLE Released by rakaito</title><link>http://blog.hackix.com/2010/01/zend-framework-1-10-0-stable-released/comment-page-1/#comment-294</link> <dc:creator>rakaito</dc:creator> <pubDate>Fri, 12 Feb 2010 11:23:12 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=368#comment-294</guid> <description> Zend Frameworkの利用は一旦棚上げとし、Yiiのチュートリアルを開始しました。Yiiではvalidationはmodel側、formはview側に割り振っており、エラー表示のフレームも決められているので扱い易く感じます。</description> <content:encoded><![CDATA[<p>Zend Frameworkの利用は一旦棚上げとし、Yiiのチュートリアルを開始しました。Yiiではvalidationはmodel側、formはview側に割り振っており、エラー表示のフレームも決められているので扱い易く感じます。</p> ]]></content:encoded> </item> <item><title>Comment on Designing applications for cloud deployment by davidakka</title><link>http://blog.hackix.com/2010/01/designing-applications-for-cloud-deployment/comment-page-1/#comment-293</link> <dc:creator>davidakka</dc:creator> <pubDate>Fri, 12 Feb 2010 11:23:08 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=383#comment-293</guid> <description> Building Mobile Applications? Simplify the development &amp; deployment &lt;a rel=&#039;nofollow&#039; href=&quot;http://ow.ly/16mKa&quot;&gt;http://ow.ly/16mKa&lt;/a&gt;</description> <content:encoded><![CDATA[<p>Building Mobile Applications? Simplify the development &amp; deployment <a href="http://ow.ly/16mKa" rel='nofollow' target="_blank" class="liexternal">http://ow.ly/16mKa</a></p> ]]></content:encoded> </item> <item><title>Comment on CSS Rounded Corners In All Browsers (With No Images) by wildfireapp</title><link>http://blog.hackix.com/2010/02/css-rounded-corners-in-all-browsers-with-no-images-jon-raaschs-blog/comment-page-1/#comment-292</link> <dc:creator>wildfireapp</dc:creator> <pubDate>Fri, 12 Feb 2010 11:23:01 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=406#comment-292</guid> <description> JOBS: talented &amp; experienced UI designer with excellent HTML/CSS/JS skills. Full-time position in Palo Alto, CA. &lt;a</description> <content:encoded><![CDATA[<p>JOBS: talented &amp; experienced UI designer with excellent HTML/CSS/JS skills. Full-time position in Palo Alto, CA. <a</p> ]]></content:encoded> </item> <item><title>Comment on Zend_Acl &amp; Zend_Navigation by steve_lindstrom</title><link>http://blog.hackix.com/2009/12/zend_acl-zend_navigation/comment-page-1/#comment-287</link> <dc:creator>steve_lindstrom</dc:creator> <pubDate>Thu, 11 Feb 2010 06:07:37 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=10#comment-287</guid> <description> Crushed Zend_Acl and Zend_Navigation.  Zend_Db and decorators are next, then I know everything I need to get the (beta) job done.</description> <content:encoded><![CDATA[<p>Crushed Zend_Acl and Zend_Navigation.  Zend_Db and decorators are next, then I know everything I need to get the (beta) job done.</p> ]]></content:encoded> </item> <item><title>Comment on CSS Rounded Corners In All Browsers (With No Images) by macournoyer</title><link>http://blog.hackix.com/2010/02/css-rounded-corners-in-all-browsers-with-no-images-jon-raaschs-blog/comment-page-1/#comment-285</link> <dc:creator>macournoyer</dc:creator> <pubDate>Wed, 10 Feb 2010 00:31:42 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=406#comment-285</guid> <description> Yes custom CSS is an option. But, what don&#039;t you like in the UI? Maybe we could fit that instead.</description> <content:encoded><![CDATA[<p>Yes custom CSS is an option. But, what don’t you like in the UI? Maybe we could fit that instead.</p> ]]></content:encoded> </item> <item><title>Comment on CSS Rounded Corners In All Browsers (With No Images) by ToniaMBartz</title><link>http://blog.hackix.com/2010/02/css-rounded-corners-in-all-browsers-with-no-images-jon-raaschs-blog/comment-page-1/#comment-283</link> <dc:creator>ToniaMBartz</dc:creator> <pubDate>Tue, 09 Feb 2010 18:00:35 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=406#comment-283</guid> <description> Need a web UI developer who has HTML, Javascript, CSS, AJAX skills. Probably gonna be a 6 month contract.</description> <content:encoded><![CDATA[<p>Need a web UI developer who has HTML, Javascript, CSS, AJAX skills. Probably gonna be a 6 month contract.</p> ]]></content:encoded> </item> <item><title>Comment on CSS Rounded Corners In All Browsers (With No Images) by Vibhu</title><link>http://blog.hackix.com/2010/02/css-rounded-corners-in-all-browsers-with-no-images-jon-raaschs-blog/comment-page-1/#comment-281</link> <dc:creator>Vibhu</dc:creator> <pubDate>Tue, 09 Feb 2010 06:03:34 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=406#comment-281</guid> <description> yes, i&#039;m so of the resident UI/javascript/CSS dev now</description> <content:encoded><![CDATA[<p>yes, i’m so of the resident UI/javascript/CSS dev now</p> ]]></content:encoded> </item> <item><title>Comment on CSS Rounded Corners In All Browsers (With No Images) by bostontechjobs</title><link>http://blog.hackix.com/2010/02/css-rounded-corners-in-all-browsers-with-no-images-jon-raaschs-blog/comment-page-1/#comment-280</link> <dc:creator>bostontechjobs</dc:creator> <pubDate>Tue, 09 Feb 2010 00:34:42 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=406#comment-280</guid> <description> Boston Software Job UI Developer - HTML, CSS, JavaScript (Providence, RI) &lt;a rel=&#039;nofollow&#039; href=&quot;http://bit.ly/9d7aZx&quot;&gt;http://bit.ly/9d7aZx&lt;/a&gt;</description> <content:encoded><![CDATA[<p>Boston Software Job UI Developer — HTML, CSS, JavaScript (Providence, RI) <a href="http://bit.ly/9d7aZx" rel='nofollow' target="_blank" class="liexternal">http://bit.ly/9d7aZx</a></p> ]]></content:encoded> </item> <item><title>Comment on CSS Rounded Corners In All Browsers (With No Images) by czheng</title><link>http://blog.hackix.com/2010/02/css-rounded-corners-in-all-browsers-with-no-images-jon-raaschs-blog/comment-page-1/#comment-267</link> <dc:creator>czheng</dc:creator> <pubDate>Sat, 06 Feb 2010 00:32:16 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=406#comment-267</guid> <description> The UI, and its pure CSS dropdowns, is now working in all major browsers. Score.</description> <content:encoded><![CDATA[<p>The UI, and its pure CSS dropdowns, is now working in all major browsers. Score.</p> ]]></content:encoded> </item> <item><title>Comment on Designing applications for cloud deployment by ClearStreams</title><link>http://blog.hackix.com/2010/01/designing-applications-for-cloud-deployment/comment-page-1/#comment-257</link> <dc:creator>ClearStreams</dc:creator> <pubDate>Tue, 02 Feb 2010 12:30:59 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=383#comment-257</guid> <description> Andreessen-Backed Makara Unveils Cloud Application Deployment And Management Platform &lt;a rel=&#039;nofollow&#039; href=&quot;http://ow.ly/16tLcj&quot;&gt;http://ow.ly/16tLcj&lt;/a&gt;</description> <content:encoded><![CDATA[<p>Andreessen-Backed Makara Unveils Cloud Application Deployment And Management Platform <a href="http://ow.ly/16tLcj" rel='nofollow' target="_blank" class="liexternal">http://ow.ly/16tLcj</a></p> ]]></content:encoded> </item> <item><title>Comment on Proposal for Zend_Db_NestedSet — Hierarchical data as a nested set by TSwain</title><link>http://blog.hackix.com/2010/01/proposal-for-zend_db_nestedset-hierarchical-data-as-a-nested-set/comment-page-1/#comment-256</link> <dc:creator>TSwain</dc:creator> <pubDate>Tue, 02 Feb 2010 10:02:34 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=288#comment-256</guid> <description>I usually don’t post on Blogs but ya forced me to, great info.. excellent! … I&#039;ll add a backlink and bookmark your site.</description> <content:encoded><![CDATA[<p>I usually don’t post on Blogs but ya forced me to, great info.. excellent! … I’ll add a backlink and bookmark your site.</p> ]]></content:encoded> </item> <item><title>Comment on Designing applications for cloud deployment by bernardgolden</title><link>http://blog.hackix.com/2010/01/designing-applications-for-cloud-deployment/comment-page-1/#comment-255</link> <dc:creator>bernardgolden</dc:creator> <pubDate>Tue, 02 Feb 2010 06:09:06 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=383#comment-255</guid> <description> Finished Day 1 of Cloud Computing Workshop. Excellent discussion and v. interesting use cases. Tomorrow deployment options.</description> <content:encoded><![CDATA[<p>Finished Day 1 of Cloud Computing Workshop. Excellent discussion and v. interesting use cases. Tomorrow deployment options.</p> ]]></content:encoded> </item> <item><title>Comment on Designing applications for cloud deployment by cw_philippines</title><link>http://blog.hackix.com/2010/01/designing-applications-for-cloud-deployment/comment-page-1/#comment-250</link> <dc:creator>cw_philippines</dc:creator> <pubDate>Mon, 01 Feb 2010 06:11:47 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=383#comment-250</guid> <description> Big Blue declares &#039;largest&#039; cloud computing deployment ever &lt;a rel=&#039;nofollow&#039; href=&quot;http://bit.ly/aSyxnx&quot;&gt;http://bit.ly/aSyxnx&lt;/a&gt;</description> <content:encoded><![CDATA[<p>Big Blue declares ‘largest’ cloud computing deployment ever <a href="http://bit.ly/aSyxnx" rel='nofollow' target="_blank" class="liexternal">http://bit.ly/aSyxnx</a></p> ]]></content:encoded> </item> <item><title>Comment on Designing applications for cloud deployment by mbjusa</title><link>http://blog.hackix.com/2010/01/designing-applications-for-cloud-deployment/comment-page-1/#comment-249</link> <dc:creator>mbjusa</dc:creator> <pubDate>Mon, 01 Feb 2010 00:38:34 +0000</pubDate> <guid isPermaLink="false">http://blog.hackix.com/?p=383#comment-249</guid> <description> Alfresco Enterprise 3.2 Cuts Cost of ECM Compliance, Collaboration &amp; Cloud Deployment › CMS Critic &lt;a rel=&#039;nofollow&#039; href=&quot;http://ow.ly/1nRUxF&quot;&gt;http://ow.ly/1nRUxF&lt;/a&gt;</description> <content:encoded><![CDATA[<p>Alfresco Enterprise 3.2 Cuts Cost of ECM Compliance, Collaboration &amp; Cloud Deployment › CMS Critic <a href="http://ow.ly/1nRUxF" rel='nofollow' target="_blank" class="liexternal">http://ow.ly/1nRUxF</a></p> ]]></content:encoded> </item> </channel> </rss>