<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>zend-framework &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/zend-framework/</link>
	<description>Feed of posts on WordPress.com tagged "zend-framework"</description>
	<pubDate>Sun, 29 Nov 2009 04:36:08 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Zend_Db_Table vs Doctrine]]></title>
<link>http://tahabayrak.wordpress.com/2009/11/29/zend_db_table-vs-doctrine/</link>
<pubDate>Sun, 29 Nov 2009 00:09:41 +0000</pubDate>
<dc:creator>tahabayrak</dc:creator>
<guid>http://tahabayrak.wordpress.com/2009/11/29/zend_db_table-vs-doctrine/</guid>
<description><![CDATA[A good blog post about an advantage of Doctrine over Zend_Db_Table: http://roetgers.org/2009/10/21/w]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>A good blog post about an advantage of Doctrine over Zend_Db_Table:</p>
<p>http://roetgers.org/2009/10/21/why-i-prefer-propel-over-zend_db_table/</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[5th Annual Zend/PHP Conference is on October 19-22 - San Jose, CA]]></title>
<link>http://tahabayrak.wordpress.com/2009/11/29/5th-annual-zendphp-conference-is-on-october-19-22-san-jose-ca/</link>
<pubDate>Sun, 29 Nov 2009 00:08:55 +0000</pubDate>
<dc:creator>tahabayrak</dc:creator>
<guid>http://tahabayrak.wordpress.com/2009/11/29/5th-annual-zendphp-conference-is-on-october-19-22-san-jose-ca/</guid>
<description><![CDATA[This is the message from the official conference website (http://www.zendcon.com/): &#8220;The Zend ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This is the message from the official conference website (http://www.zendcon.com/):</p>
<p>&#8220;The Zend PHP Conference 2009 will be the largest event of the PHP community and a unique opportunity to meet with PHP developers, web experts and IT managers. This year&#8217;s conference will be held October 19-22, 2009 in San Jose, California and will be co-presented by Zend and S&#38;S Media.&#8221;</p>
<p>See you there!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Bootstrapping modules ]]></title>
<link>http://dbglory.wordpress.com/2009/11/27/bootstrapping-modules/</link>
<pubDate>Fri, 27 Nov 2009 21:07:21 +0000</pubDate>
<dc:creator>dbglory</dc:creator>
<guid>http://dbglory.wordpress.com/2009/11/27/bootstrapping-modules/</guid>
<description><![CDATA[I&#8217;ve started to play with modules in a Zend Framework 1.8 application as the new autoloader me]]></description>
<content:encoded><![CDATA[I&#8217;ve started to play with modules in a Zend Framework 1.8 application as the new autoloader me]]></content:encoded>
</item>
<item>
<title><![CDATA[Accessing your configuration data in application.ini]]></title>
<link>http://dbglory.wordpress.com/2009/11/27/accessing-your-configuration-data-in-application-ini/</link>
<pubDate>Fri, 27 Nov 2009 21:02:44 +0000</pubDate>
<dc:creator>dbglory</dc:creator>
<guid>http://dbglory.wordpress.com/2009/11/27/accessing-your-configuration-data-in-application-ini/</guid>
<description><![CDATA[Zend_Application will read the data in your application.ini and make it available from your bootstra]]></description>
<content:encoded><![CDATA[Zend_Application will read the data in your application.ini and make it available from your bootstra]]></content:encoded>
</item>
<item>
<title><![CDATA[MVC]]></title>
<link>http://diogobesson.wordpress.com/2009/11/27/mvc/</link>
<pubDate>Fri, 27 Nov 2009 20:27:53 +0000</pubDate>
<dc:creator>diogobesson</dc:creator>
<guid>http://diogobesson.wordpress.com/2009/11/27/mvc/</guid>
<description><![CDATA[Lembro que no Conaphp de 2008 surgiu uma discussão forte sobre o MVC. Quais os papeis do model, do v]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Lembro que no Conaphp de 2008 surgiu uma discussão forte sobre o MVC. Quais os papeis do model, do view, do controller, etc. Acontece que dependendo da região e da cultura dos programadores, os conceitos variam.</p>
<p>Tem gente que coloca regra de negócio no controller, tem gente que coloca script de validação no model&#8230; Não há meios de julgar o que é certo e o que é errado, pois todas as normas (inclusive as oficiais <span style="text-decoration:line-through;">ultra secretas</span> &#8211; leiam-se caras pra burro &#8211; ABNT, IEEE e cia) são seguidas somente pelos profissionais que DESEJAM segui-las.</p>
<p>Eu penso que você deve dançar conforme a música. Se você trabalha numa empresa que segue normas rígidas, que obriga você a ler, aprender e seguir essas normas determinadas, veja essas normas como boas práticas que vão garantir com que seu trabalho não pereça após a implementação e que alguma outra pessoa vai poder realizar manutenção e adicionar novas funcionalidades ao seu sistema no futuro. Sem contar a iminente possibilidade de você ser demitido por insubordinação, desorganização e outros&#8230;</p>
<p>Porém, academicamente falando, um padrão mínimo deve ser seguido.</p>
<p>Quando se trabalha com Zend Framework, por exemplo, segue-se a seguinte referência, sem direito a discussão:</p>
<ul>
<li> <strong>Model</strong> &#8211; Esta é a parte de seu aplicativo que define sua funcionalidade básica através de abstrações. Rotinas de acesso aos dados e regras de negócio poderão ser definidas aqui.</li>
<li> <strong>View</strong> &#8211; Views definem exatamente o que será apresentado ao usuário. Geralmente os controllers fornecem dados para que cada visão possa renderizar de forma humanamente inteligível àqueles que utilizam o sistema. Views irão frequentemente obter dados do usuário.  Normalmente é aqui que você irá encontrar código HTML nos seus aplciativos MVC.</li>
<li> <strong>Controller</strong> &#8211; Controllers são responsáveis por manter a unidade do conjunto. Eles manipulam models, decidem qual view será apresentada para o usuário e, entre outros fatores, fornecem os dados necessários ao view para a renderização da tela dinâmica que será apresentada. Também repassam responsabilidades para outros controllers em algumas situações específicas. A maioria dos experts em MVC recomendam que os controllers <a href="http://weblog.jamisbuck.org/2006/10/18/skinny-controller-fat-model" target="_blank">sejam mantidos o mais enxuto possível</a>.</li>
</ul>
<p>Obviamente, <a href="http://ootips.org/mvc-pattern.html" target="_blank">há muito mais a ser dito sobre esse padrão</a>, porém essa pouca informação já é suficiente para que qualquer desenvolvedor possa ter uma noção básica sobre a teoria do MVC no desenvolvimento de aplicativos.</p>
<p>O aprendizado por trás disso diz que tudo é relativo. Que os conceitos variam de um lugar para outro, porém diz também que você DEVE seguir as normas, sejam elas quais forem, quando for desenvolver utilizando o padrão MVC.</p>
<p>um abraço,</p>
<p>Diogo Besson</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[ORM com Doctrine {$_PHP}]]></title>
<link>http://regiosouza.wordpress.com/2009/11/27/101/</link>
<pubDate>Fri, 27 Nov 2009 03:56:11 +0000</pubDate>
<dc:creator>Régio Sousa</dc:creator>
<guid>http://regiosouza.wordpress.com/2009/11/27/101/</guid>
<description><![CDATA[Comecei a pesquisar algumas alternativas para se trabalhar com ORM, ouvi falar muito bem dessa bibli]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="_mcePaste"><a href="http://www.doctrine-project.org/"><img class="alignleft size-full wp-image-102" title="doctrine" src="http://regiosouza.wordpress.com/files/2009/11/doctrine.jpg" alt="" width="205" height="55" /></a>Comecei a pesquisar algumas alternativas para se trabalhar com ORM, ouvi falar muito bem dessa biblioteca <a title="Doctrine" href="http://www.doctrine-project.org/" target="_blank">Doctrine </a> e estou começando a utilizar, é uma biblioteca para se trabalhar com ORM no PHP. ORM é a sigla para Mapeamento Objecto Relacional, é a técnica de desenvolvimento que abstrai o banco de dados relacional em forma de objetos. As tabelas do banco de dados são representadas através de classes e os registros de cada tabela são representados como instâncias das classes correspondentes. Com esta técnica, o programador não precisa se preocupar com os comandos em linguagem SQL; ele irá usar uma interface de programação simples que faz todo o trabalho de persistência. O bacana é dá pra <a title="Integrando Doctrine com Zend" href="http://blog.will.eti.br/2009/integrando-o-doctrine-com-o-zend-framework/" target="_blank">integrar a Doctrine</a> com outras frames tipo <a title="Zend Framework" href="http://framework.zend.com/">Zend Framework</a>, ainda não o fiz, mas em breve irei postar alguma coisa a respeito aqui no blog, a princípio me parece bem bacana e produtivo de se utilizar essa solução. <a title="Guia de Referência" href="http://www.doctrine-project.org/documentation" target="_blank">Guia de referência da Doctrine.</a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Building a new blog]]></title>
<link>http://jazzslider.wordpress.com/2009/11/25/building-a-new-blog/</link>
<pubDate>Wed, 25 Nov 2009 15:56:19 +0000</pubDate>
<dc:creator>jazzslider</dc:creator>
<guid>http://jazzslider.wordpress.com/2009/11/25/building-a-new-blog/</guid>
<description><![CDATA[Although I&#8217;ve loved using WordPress for the duration of this blog, recently I&#8217;ve been wo]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Although I&#8217;ve loved using WordPress for the duration of this blog, recently I&#8217;ve been working on a custom replacement blog platform that I can host and maintain myself.  This probably sounds odd, especially since there are already so many excellent blogging platforms available, but I&#8217;ve pushed ahead with it for a couple of reasons I think most developers will understand:</p>
<ol>
<li>Here at wordpress.com, I&#8217;d have to pay for certain features I can get for free with a self-hosted solution; I&#8217;d rather pay for hosting than pay for, say, custom templating.</li>
<li>Although I could run WordPress or Drupal on a self-hosted domain, I still wouldn&#8217;t really be in control of the platform; a tailor-made solution will do exactly what I want it to, no more, no less.</li>
<li>Most importantly: I blog primarily on my free time, mainly about projects I&#8217;m doing to hone skills I don&#8217;t typically get to use during my day job.  I use Drupal all day at work, so using it for my blog wouldn&#8217;t really teach me anything.</li>
</ol>
<p>The new platform is based on my favorite open source framework, <a href="http://framework.zend.com">Zend Framework</a>, and makes heavy use of the <a href="http://www.doctrine-project.org/">Doctrine ORM</a> library; I&#8217;ve been using Zend Framework for several years now, but Doctrine is new to me (and <em>fantastic</em>, by the way) …so I&#8217;m learning some very helpful new skills, and that makes me happy.</p>
<p>If you&#8217;d like to take a look at the new blog, it&#8217;s actually already live at <a href="http://jazzslider.org">jazzslider.org</a>; I still haven&#8217;t worked out all the kinks, especially as far as IE compatibility is concerned, but I believe it&#8217;s a step in the right direction.</p>
<p>Check it out and let me know what you think!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Visual Studio as Javascript Debugger]]></title>
<link>http://cadsolutionsinc.wordpress.com/2009/11/25/visual-studio-as-javascript-debugger/</link>
<pubDate>Wed, 25 Nov 2009 11:30:58 +0000</pubDate>
<dc:creator>ryanbattusai</dc:creator>
<guid>http://cadsolutionsinc.wordpress.com/2009/11/25/visual-studio-as-javascript-debugger/</guid>
<description><![CDATA[For those who are using visual studio as IDE, there is a way to use it as javascript debugger. Advan]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>For those who are using visual studio as IDE, there is a way to use it as javascript debugger.</p>
<p><strong>Advantages(kani pa ako naobserve)<br />
</strong></p>
<p>Line by line debugging.</p>
<p>You can see content of the html element and the function that you may call for that element.</p>
<p><strong>Limitation</strong>:</p>
<ul>
<li>Can only be done with IE.(reason -  IE is a managed application).</li>
<li>Problems with breakpoints while Visual Studio is attach to IE process.</li>
</ul>
<p><strong>Procedure in using Visual Studio</strong></p>
<p>1. Open Visual Studio and the open the javascript files to be debugged.</p>
<p>2. Browse the url in IE.</p>
<p>3. Expand debug menu, attach to process and find the IExplorer.exe then press &#8220;Attach&#8221; button.</p>
<p>4. Put breakpoints on statements inside a function that you would like to debug.</p>
<p>5. Trigger the event that would invoke the function that you would like to debug.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[HTML Email Using Zend_Mail]]></title>
<link>http://mnshankar.wordpress.com/2009/11/23/html-email-using-zend_mail/</link>
<pubDate>Mon, 23 Nov 2009 16:29:50 +0000</pubDate>
<dc:creator>mnshankar</dc:creator>
<guid>http://mnshankar.wordpress.com/2009/11/23/html-email-using-zend_mail/</guid>
<description><![CDATA[The Zend Framework provides an extremely handy component for sending out Emails from your web applic]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The Zend Framework provides an extremely handy component for sending out Emails from your web applications &#8211; <strong>Zend_Mail</strong></p>
<p>You no longer have to struggle with the nitty-gritty of smtp headers. Sending HTML mail using&#160; this component is pretty straight-forward:</p>
<blockquote><p>$mail = new Zend_Mail();<br />$mail-&#62;setBodyHtml($msg);<br />$mail-&#62;setFrom($from_email);<br />$mail-&#62;setSubject($subject);<br />$mail-&#62;addTo($toAddress);<br />$mail-&#62;send();</p>
</blockquote>
<p>The code shown above is the &#8220;minimal&#8221; configuration, and gets the job done in most cases. However, with spam control being widely adopted, it is imperative that you follow certain guidelines so that your mail does not get blocked or sent to the spam or junk folder (in Outlook). </p>
<p>It took me a day of tweaking to figure out the issues with my code above that were causing MS Outlook to redirect mails, that were generated by the code above, to the &#8220;Junk&#8221; folder. </p>
<p>The first step is to fixing this is to understand the &#8220;internet headers&#8221; that get generated when email is sent. In Outlook 2007, You can view this information by right-clicking on the message and selecting &#8220;Message Options&#8221;. The internet headers are displayed at the bottom in a read-only text area. </p>
<p>Our work email server uses a Barracuda spam filter(additionally). Barracuda uses a set of rules to deduce whether an email is &#8220;spam-like&#8221;.&#160; Outlook uses a similar engine to compute the spam probability of EVERY mail that it receives. The higher the score (sum of points), the more likely it is that the email is spam. </p>
<p>The barracuda spam report gets conveniently included in the internet headers for us, and is a good starting point to figure out the problem areas. Here is what my header looks like:</p>
<p>&#160;</p>
<blockquote><p>X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.2.15034<br />&#160;&#160;&#160; Rule breakdown below<br />&#160;&#160;&#160;&#160; pts rule name&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; description<br />&#160;&#160;&#160; &#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />&#160;&#160;&#160; 0.00 NO_REAL_NAME&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; From: does not include a real name<br />&#160;&#160;&#160; 0.00 HTML_MESSAGE&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; BODY: HTML included in message<br />&#160;&#160;&#160; 0.00 MIME_HTML_ONLY&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; BODY: Message only has text/html MIME parts<br />&#160;&#160;&#160; 0.01 BSF_SC0_SA_TO_FROM_DOMAIN_MATCH Sender Domain Matches Recipient<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Domain<br /> 
<p>X-MS-Exchange-Organization-SCL: 5<br />X-MS-Exchange-Organization-PCL: 2</p>
</blockquote>
<p>&#160;
<p>Note that the X-MS-Exchange-Organization-SCL score is &#8216;5&#8242;. This is the Exchange &#8220;Spam Confidence Level&#8221; on a range of 0-9. A number &#62;=5 automatically classifies the email as Junk.
<p>Notice that the &#8220;points&#8221; assigned for the first 3 items are &#8220;0&#8243;. So, from the Barracuda point of view, it is informational only. However, Outlook assigns different points to these items (and, we have no way of viewing the score assigned by Outlook). So, we need to take a look at ALL the barracuda messages one by one.
<p>1. NO_REAL_NAME : Easy fix.. use the overloaded forms of setFrom, addTo, addCC, addBcc that allow including the real name.
<p>2 &#38; 3. HTML_MESSAGE and MIME_HTML_ONLY:
<p>These messages are linked. Most modern email clients allow users the option of viewing &#8220;text-only&#8221; versions. So, whenever you send out HTML mail, you SHOULD ALSO ALWAYS use the setBodyText() method to send the alternative plain text mail.
<p>4. BSF_SC0_SA_TO_FROM_DOMAIN_MATCH : This means that the domain from where we are sending emails matches the destination. Yes.. we are trying to send emails internally within the organization&#8230; so, we just have to take this as an informational message and move along.
<p>After making the above changes, our code looks like:<br />
<blockquote>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; $mail = new Zend_Mail();<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; $mail-&#62;setBodyText(strip_tags($msg));<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; $mail-&#62;setBodyHtml($msg);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; $mail-&#62;setFrom($from_email,&#8221;my name&#8221;);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; $mail-&#62;setSubject($subject);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; $mail-&#62;addTo(<a href="mailto:$toAddress@ufl.edu','Burne">$toAddress,$toName</a>);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; $mail-&#62;send();</p>
</blockquote>
<p>I have used the strip_tags PHP function to generate a text only version of the HTML message.
<p>A couple of important pointers here:
<ol>
<li>The html and text version should differ .. Otherwise, it will trigger another rule&#160; (Note the MPART_ALT_DIFF message) :<br />
<blockquote>
<p>X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.2.15146<br />&#160;&#160;&#160; Rule breakdown below<br />&#160;&#160;&#160;&#160; pts rule name&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; description<br />&#160;&#160;&#160; &#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />&#160;&#160;&#160; 0.00 HTML_MESSAGE&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; BODY: HTML included in message<br />&#160;&#160;&#160; 0.14 MPART_ALT_DIFF&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; BODY: HTML and text parts are different<br />&#160;&#160;&#160; 0.01 BSF_SC0_SA_TO_FROM_DOMAIN_MATCH Sender Domain Matches Recipient<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Domain</p>
</blockquote>
<li>Do ensure that the HTML message that you send into in the setBodyHtml is WELL FORMED. Errors in your html will cause the message to be classified as spam.
<li>The &#8220;from address&#8221; MUST be a valid/existing email address.. Using fictitious email addresses is a sure way to increase the spam score.</li>
</ol>
<p>After the modifications, mail was being routed correctly. Here&#8217;s a peek at the internet header of the delievered mail:<br />
<blockquote>
<p>X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.2.15375<br />&#160;&#160;&#160; Rule breakdown below<br />&#160;&#160;&#160;&#160; pts rule name&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; description<br />&#160;&#160;&#160; &#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />&#160;&#160;&#160; 0.00 HTML_MESSAGE&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; BODY: HTML included in message<br />&#160;&#160;&#160; 0.01 BSF_SC0_SA_TO_FROM_DOMAIN_MATCH Sender Domain Matches Recipient<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Domain<br />X-MS-Exchange-Organization-SCL: 4<br />X-MS-Exchange-Organization-PCL: 2</p>
</blockquote>
<p>Ok.. so now, notice that the MS-Exchange-Organization-SCL score is at 4.</p>
<p>&#160;</p>
<p><strong>UPDATE (Nov 24, 2009)</strong>: <em>The above process worked yesterday.. but today, the score is back to 5. The kicker is that it is not consistent! Some emails get redirected to the junk and some are delivered ok. </em></p>
<p><em>So, finally, I decided to avoid HTML email altogether. I changed my emails to include only text along with a URL to view detail in all HTML glory. Outlook has made it too cumbersome to dependably send HTML formatted email.</em></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Um pouco de Zend Framework]]></title>
<link>http://regiosouza.wordpress.com/2009/11/21/um-pouco-de-zend-framework/</link>
<pubDate>Sat, 21 Nov 2009 22:26:53 +0000</pubDate>
<dc:creator>Régio Sousa</dc:creator>
<guid>http://regiosouza.wordpress.com/2009/11/21/um-pouco-de-zend-framework/</guid>
<description><![CDATA[A pouco tempo comecei a trabalhar com essa excelente ferramenta de apoio no desenvolvimento de siste]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>A pouco tempo comecei a trabalhar com essa excelente ferramenta de apoio no desenvolvimento de sistemas, que é framework da zend, até então, já tinha utilizado outros padrões de projetos outras frames mas com a ZF realmente as coisas parecem mais simples, o desenvolvedor simplesmente se preocupa com as regras específicas do negócio do cliente e as outras coisas já estão disponíveis para serem implementadas.</p>
<p>Simplicidade, melhores práticas, licença corporativa amigável, código fonte rigorosamente testado, essas são as propostas da Zend Framework, Zend é empresa responsável pelo desenvolvimento do PHP.</p>
<p>Framework é um conjunto de classes com objetivo de reutilização de um design (projeto), provendo um guia para uma solução de arquitetura em um domínio específico de software, de outra forma, seria um conjunto de bibliotecas que ajuda no dia a dia dos programadores.</p>
<p>O Zend Framework segue o padrão MVC – Model View Controller. É um padrão de arquitetura onde separa o GUI, templates, etc(View) da lógica(Model) e do controle(Controller).</p>
<p>saiba mais:<br />
* http://framework.zend.com<br />
* http://devzone.zend.com</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Test]]></title>
<link>http://cadsolutionsinc.wordpress.com/2009/11/19/test/</link>
<pubDate>Thu, 19 Nov 2009 11:16:54 +0000</pubDate>
<dc:creator>ryanbattusai</dc:creator>
<guid>http://cadsolutionsinc.wordpress.com/2009/11/19/test/</guid>
<description><![CDATA[Hello world]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hello world</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Build iGoogle-Like Personal Information Dashboards using Picok ]]></title>
<link>http://mitulmpatel.wordpress.com/2009/11/19/build-igoogle-like-personal-information-dashboards-using-picok/</link>
<pubDate>Thu, 19 Nov 2009 06:12:53 +0000</pubDate>
<dc:creator>mitulmpatel</dc:creator>
<guid>http://mitulmpatel.wordpress.com/2009/11/19/build-igoogle-like-personal-information-dashboards-using-picok/</guid>
<description><![CDATA[Picok is an enterprise open source application useful to build iGoogle-Like personal information das]]></description>
<content:encoded><![CDATA[Picok is an enterprise open source application useful to build iGoogle-Like personal information das]]></content:encoded>
</item>
<item>
<title><![CDATA[new zf book]]></title>
<link>http://php100.wordpress.com/2009/11/18/zf-book/</link>
<pubDate>Wed, 18 Nov 2009 23:16:44 +0000</pubDate>
<dc:creator>Stas</dc:creator>
<guid>http://php100.wordpress.com/2009/11/18/zf-book/</guid>
<description><![CDATA[Received a new book &#8211; Zend Framework 1.8 Web Application Development &#8211; for review. I jus]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Received a new book &#8211; <a href="http://www.packtpub.com/zend-framework-1-8-web-application-development/book">Zend Framework 1.8 Web Application Development</a> &#8211; for review. I just browsed through the pages, and it looks nice. Will take some time over the weekend to read it through.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Criando atalho do Zend Framework para seu projeto no Eclipse]]></title>
<link>http://giolvani.wordpress.com/2009/11/17/criando-atalho-do-zend-framework-para-seu-projeto-no-eclipse/</link>
<pubDate>Tue, 17 Nov 2009 11:51:08 +0000</pubDate>
<dc:creator>Giolvani</dc:creator>
<guid>http://giolvani.wordpress.com/2009/11/17/criando-atalho-do-zend-framework-para-seu-projeto-no-eclipse/</guid>
<description><![CDATA[Olá pessoal, No último post, falei sobre como usar apenas uma biblioteca do ZF para todos os projeto]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Olá pessoal,</p>
<p>No último <a title="Adiconando a biblioteca do Zend no apache" href="http://giolvani.wordpress.com/2009/11/17/adicionando-a-biblioteca-do-zend-no-apachephp/">post</a>, falei sobre como usar apenas uma biblioteca do ZF para todos os projeto em PHP. Acontece que pra quem usa o eclipse, ou qualquer outro que derive dele, percebeu que agora no projeto as Classes e Métodos do ZF não são mais encontrados pelo eclipse&#8230;</p>
<p>Isso acontece por que agora a pasta do ZF, não está mais dentro do seu projeto e sim em qualquer outro lugar do seu SO. Mas para resolver isso é fácil, apenas criamos um atalho da biblioteca do ZF para meu projeto!!!</p>
<p>Vamos lá:</p>
<p>Façam isso apenas usando o console do linux, e digitem:</p>
<blockquote><p>ln -sf /home/libs/Zend /var/www/meuProjeto/library</p></blockquote>
<p>Pronto! acabamos de criar um atalho da biblioteca do ZF para nosso projeto. Agora no seu eclipse você terá novamente todas referências de classes e métodos do ZF&#8230;</p>
<p>É isso&#8230; Abraços!!!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Adicionando a biblioteca do Zend no Apache/PHP]]></title>
<link>http://giolvani.wordpress.com/2009/11/17/adicionando-a-biblioteca-do-zend-no-apachephp/</link>
<pubDate>Tue, 17 Nov 2009 11:39:16 +0000</pubDate>
<dc:creator>Giolvani</dc:creator>
<guid>http://giolvani.wordpress.com/2009/11/17/adicionando-a-biblioteca-do-zend-no-apachephp/</guid>
<description><![CDATA[olá! Bom hoje venho falar sobre a &#8220;instalação&#8221; do Zend Framework. Ví a necessidade disto]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>olá!</p>
<p>Bom hoje venho falar sobre a &#8220;instalação&#8221; do Zend Framework.</p>
<p>Ví a necessidade disto quando começei a migrar todos meus projetos para o ZF e quando fui ver, cada projeto estava com uma pasta do ZF, alguns atualizados mas outros não!!</p>
<p>Então resolvi colocar a biblioteca em algum lugar no meu SO e setei o endereço no PHP, agora todos meus projetos usam a mesma bibliteca!!! E quando houver alguma atualização no ZF, eu apenas altero uma pasta e não várias&#8230;</p>
<p>Bom, mas vamos ao que interessa!<br />
Primeiro vamos colocar a pasta do ZF em algum lugar, no meu caso eu coloquei em:</p>
<blockquote><p>/home/libs/</p></blockquote>
<p>Visto que dentro de libs eu tenho a minha pasta Zend, que seria a raiz da biblioteca.</p>
<p>Agora com o lugar pronto, vamos setar ela no PHP:</p>
<blockquote><p>sudo gedit /etc/php5/apache2/php.ini</p></blockquote>
<p>Altere a variável <em>include_path</em> que provavelmente inicialmente estára assim:</p>
<blockquote><p>include_path = &#8220;.:/usr/share/php&#8221;</p></blockquote>
<p>Agora vamos adicionar o caminho para a pasta do Zend</p>
<blockquote><p>include_path = &#8220;.:/usr/share/php:/home/libs&#8221;</p></blockquote>
<p>Pronto! agora seus projetos não precisam mais ter a pasta do ZF, pois você setou no <em>include_path</em> para ele buscar em outro lugar&#8230;</p>
<p><em>obs: este exemplo foi feito usando Linux Ubuntu, mas nada impede que você o faça em outra versão do Linux ou até mesmo no Windows.</em></p>
<p>Espero ter ajudado!! Qualquer coisa postem suas dúvidas&#8230;</p>
<p>Abraços</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Zend Guard]]></title>
<link>http://zendreview.wordpress.com/2009/11/15/zend-guard/</link>
<pubDate>Sun, 15 Nov 2009 07:59:33 +0000</pubDate>
<dc:creator>zendreview</dc:creator>
<guid>http://zendreview.wordpress.com/2009/11/15/zend-guard/</guid>
<description><![CDATA[More on Zend Guard from Zend &#8211; Get 10% off Use Zend Guard to protect and optimize your PHP app]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="_mcePaste"><strong><a href="http://www.philosophyarchive.com/out/?u=www.kqzyfj.com/click-2324957-10380435">More on Zend Guard from Zend</a> &#8211; Get 10% off</strong></div>
<div>
<div id="attachment_23" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-23" title="zend guard" src="http://zendreview.wordpress.com/files/2009/11/zend-guard.jpg?w=300" alt="zend guard" width="300" height="105" /><p class="wp-caption-text">Use Zend Guard to protect and optimize your PHP applications</p></div>
</div>
<div><strong><br />
</strong></div>
<div>Zend Guard is probably the most used product for PHP encryption available online. It prevents people from using your PHP products without paying for your license and reduces the likelihood of reverse engineering. If you&#8217;ve spent a long time developing a PHP program you may wish to make some cash out of it, and as PHP development goes commercial more evaluation copies are being provided. The problem is, PHP is rightly designed for code to be shared, but unfortunately sometimes people won&#8217;t be able to develop without financial support and thats where Zend Guard comes in.</div>
<div id="_mcePaste">Zend Guard has been available for 7 years and is the most adopted techonology on the internet for protecting commercial PHP code. It integrates easily with Zend Studio so any apps built on the Zend Framework can be quickly protected, though supported is also offered for standard PHP 4 and PHP 5 programs.</div>
<div id="_mcePaste">Zend Guard works by compiling PHP code into native machine code, which is both faster to exectute and harder to decompile.</div>
<p>Zend Guard is probably the most used product for PHP encryption available online. It prevents people from using your PHP products without paying for your license and reduces the likelihood of reverse engineering. If you&#8217;ve spent a long time developing a PHP program you may wish to make some cash out of it, and as PHP development goes commercial more evaluation copies are being provided. The problem is, PHP is rightly designed for code to be shared, but unfortunately sometimes people won&#8217;t be able to develop without financial support and thats where Zend Guard comes in. Zend Guard has been available for 7 years and is the most adopted techonology on the internet for protecting commercial PHP code. It integrates easily with Zend Studio so any apps built on the Zend Framework can be quickly protected, though supported is also offered for standard PHP 4 and PHP 5 programs. Zend Guard works by compiling PHP code into native machine code, which is both faster to exectute and harder to decompile.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Zend Studio IDE]]></title>
<link>http://zendreview.wordpress.com/2009/11/15/zend-studio-ide/</link>
<pubDate>Sun, 15 Nov 2009 07:30:47 +0000</pubDate>
<dc:creator>zendreview</dc:creator>
<guid>http://zendreview.wordpress.com/2009/11/15/zend-studio-ide/</guid>
<description><![CDATA[View more on Zend Studio from Zend and get 10% off with this link Zend Studio is pretty much the com]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="_mcePaste"><a href="http://www.philosophyarchive.com/out/?u=www.tkqlhce.com/click-2324957-10708077"><strong>View more on Zend Studio from Zend and get 10% off with this link</strong></a></div>
<div></div>
<div>Zend Studio is pretty much the commercial wing of Zend. It is an IDE which aids rapid development of the free Zend framework. It integrates tightly with the zend framework, quickly generating code for common patterns. It is based on the PHP Development Tools plugin for the free Eclipse IDE.</div>
<div id="_mcePaste">Among other things, Zend Studio 5 supports code folding, an MVC view and code generation, PHP 4 and 5 support, PHP debugging, an interface to the Zend Server API, PJHP unit testing, quick deployment through subversion or ftp and MySQL (and others) database access.</div>
<div id="_mcePaste">Zend studio is now up to Zend Studio 7.0 which supports up to the latest PHP 5.3 deployment. At the time of writing a beta version of Zend Studio 7.1 is available, together with and IBM i Edition developed with IBM.</div>
<p>Zend Studio is pretty much the commercial wing of Zend. It is an IDE which aids rapid development of the free Zend framework. It integrates tightly with the zend framework, quickly generating code for common patterns. It is based on the PHP Development Tools plugin for the free Eclipse IDE. Among other things, Zend Studio 5 supports code folding, an MVC view and code generation, PHP 4 and 5 support, PHP debugging, an interface to the Zend Server API, PJHP unit testing, quick deployment through subversion or ftp and MySQL (and others) database access. Zend studio is now up to Zend Studio 7.0 which supports up to the latest PHP 5.3 deployment. At the time of writing a beta version of Zend Studio 7.1 is available, together with and IBM i Edition developed with IBM.</p>
<div class="mceTemp">
<dl class="wp-caption alignnone">
<dt class="wp-caption-dt"></p>
<p>&#160;</p>
</dt>
</dl>
</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Жизнь продолжается]]></title>
<link>http://disole.wordpress.com/2009/11/13/%d0%b6%d0%b8%d0%b7%d0%bd%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%be%d0%bb%d0%b6%d0%b0%d0%b5%d1%82%d1%81%d1%8f/</link>
<pubDate>Fri, 13 Nov 2009 11:29:49 +0000</pubDate>
<dc:creator>ignar</dc:creator>
<guid>http://disole.wordpress.com/2009/11/13/%d0%b6%d0%b8%d0%b7%d0%bd%d1%8c-%d0%bf%d1%80%d0%be%d0%b4%d0%be%d0%bb%d0%b6%d0%b0%d0%b5%d1%82%d1%81%d1%8f/</guid>
<description><![CDATA[Спешу сообщить, что мой адрес поменялся. Если Вы нашли какую то мою запись интересной, проверьте мож]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>Спешу сообщить, что мой адрес </strong><a href="http://ignar.name"><strong>поменялся</strong></a><strong>.</strong></p>
<p>Если Вы нашли какую то мою запись интересной, проверьте может к ней есть продолжение или исправления.</p>
<p>Живой блог лучше чем мертвый.</p>
<p>Новая rss волна &#8211; <a href="http://feeds.feedburner.com/ignar" target="_blank">ignar&#8217;s log</a></p>
<p>Мой твиттер остался неизменным &#8211; <a href="http://twitter.com/ignart" target="_blank">ignart</a></p>
<p>Мои <a href="http://ignar.name/ignar/" target="_self">контакты</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Интервью с компанией Varien (Magento) на Developers.org.ua]]></title>
<link>http://qasmoke.wordpress.com/2009/11/12/interview-with-varien-magento-from-developers/</link>
<pubDate>Thu, 12 Nov 2009 12:52:55 +0000</pubDate>
<dc:creator>ArtemiS</dc:creator>
<guid>http://qasmoke.wordpress.com/2009/11/12/interview-with-varien-magento-from-developers/</guid>
<description><![CDATA[Статья &#8220;весело&#8221; прижилась &#8230; За сутки существования её обкомментировали ой-ой-ой ка]]></description>
<content:encoded><![CDATA[Статья &#8220;весело&#8221; прижилась &#8230; За сутки существования её обкомментировали ой-ой-ой ка]]></content:encoded>
</item>
<item>
<title><![CDATA[Passando objeto com atributos privados para o Flex]]></title>
<link>http://giolvani.wordpress.com/2009/11/06/passando-objeto-com-atributos-privados-para-o-flex/</link>
<pubDate>Fri, 06 Nov 2009 14:01:36 +0000</pubDate>
<dc:creator>Giolvani</dc:creator>
<guid>http://giolvani.wordpress.com/2009/11/06/passando-objeto-com-atributos-privados-para-o-flex/</guid>
<description><![CDATA[Olá pessoal, Bom o título desse post pode até ser equivocado, mas a idéia é essa mesma!!! rs&#8230; ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Olá pessoal,</p>
<p>Bom o título desse post pode até ser equivocado, mas a idéia é essa mesma!!! rs&#8230;</p>
<p>Pra quem trabalha com flex sabe que se mandar um objeto com os atributos privados pra ele, já era, ele não consegue identificar os valores do meu objeto, por isso eu sempre tenho que enviar um objeto VO (que é o que a maioria usa) com os atributos públicos&#8230;</p>
<p>Trabalho a pouquíssimo tempo com o Flex, mas esse negócio de enviar um objeto com atributos públicos pra View sempre me incomodou, pois eu já tenho a minha arquitetura pronta em PHP (com Zend Framework) e sempre mandei pro Controller um Objeto com atributos privados, nesse caso, a View acessaria os valores através de seus métodos&#8230;</p>
<p>Pensando nisso pensei em pegar meu objeto (PessoaVO) com atributos privados e métodos públicos e transformá-lo em tempo de execução para um objeto (stdClass) com apenas os atributos públicos. Dessa forma agora o Flex reconheçe os valores do meu objeto&#8230;</p>
<p>E para essa &#8220;mágica&#8221; eu usei o recurso de <a title="Documentação de Reflexão" href="http://br.php.net/manual/pt_BR/book.reflection.php" target="_blank">Reflexão</a> do PHP, com ela eu agora consigo ver quais são os atributos privados do meu objeto, e com isso eu posso criar um objeto em tempo de execução&#8230;</p>
<p>Segue o código com um pouco de explicação&#8230;</p>
<p>Digamos que eu precise passar esse objeto pra o Flex&#8230;</p>
<pre class="brush: php;">
Pessoa Object
(
  [cod_pessoa:private] =&#62; 1
  [nome:private] =&#62; Giolvani de Matos
  [email:private] =&#62; inavloig@gmail.com
)
</pre>
<p>Mas se eu passar esse cara ai pro Flex ele não vai reconhecer, então tenho que passar pra ele isso&#8230;</p>
<pre class="brush: php;">
stdClass Object
(
  [cod_pessoa] =&#62; 1
  [nome] =&#62; Giolvani de Matos
  [email] =&#62; inavloig@gmail.com
)
</pre>
<p>Oba!!! agora o Flex conheçe esse cara&#8230;</p>
<p>E agora o mais legal, a função que faz isso pra mim&#8230;</p>
<pre class="brush: php;">
private static function toStdClass($object){
        // obtenho o nome da Classe
        $className = get_class($object);
        // agora com o nome da classe eu uso a reflexão...
    	$class = new ReflectionClass($className);
        // obtenho a lista de atributos privados do objeto
    	$properties = $class-&#62;getProperties();
        // aqui eu uso um recurso do ZF que transforma as
        // strings com &#34;_&#34; para CamelCase
    	$camel = new Zend_Filter_Word_UnderscoreToCamelCase();
        // instancio a classe que será retornada
    	$newClass = new stdClass();

        // faço um loop nas propriedades...
    	foreach ($properties as $prop){
    		// obtenho os nomes dos meu métodos usando o CamelCase
    		$method = $camel-&#62;filter($prop-&#62;name);
    		// obtenho o  valor do método
    		$value = $object-&#62;{'get'.$method}();

    		// se o valor não for um objeto
    		if (!is_object($value)){
    			// atribui a $newClass uma nova propriedade
    			// com o valor resultante do meu método
    			$newClass-&#62;{$prop-&#62;name} = $value;
    		}
    		// se for um objeto
    		else {
    			// atribui a $newClass uma nova propriedade
    			// agora usando recursividade
    			$newClass-&#62;{$prop-&#62;name} = self::toStdClass($value);
    		}
    	}
    	// retorna o objeto
    	return $newClass;
}
</pre>
<p>Olha pessoal, pra isso ai funcionar você precisa ter alguns padrões de nomenclatura tanto pra atributos quanto pra métodos, no meu caso o atributo<br />
$cod_pessoa é obtido pelo método getCodPessoa()<br />
e<br />
$nome é obtido por getNome()</p>
<p>mas nada impede que você use sua nomenclatura, você apenas deve aterar o método toStdClass().</p>
<p>Bom galera! isso ai me ajudou muito, espero que ajude a vocês também, se alguém resolveu de outra maneira, compartilhe ai com agente!</p>
<p>Espero que tenham gostado do Post, qualquer dúvida postem ae&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Abraços e até a próxima!!!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[CSRF and XSRF Attacks]]></title>
<link>http://christianjburger.wordpress.com/2009/11/06/csrf-and-xsrf-attacks/</link>
<pubDate>Fri, 06 Nov 2009 08:42:19 +0000</pubDate>
<dc:creator>Christian Burger</dc:creator>
<guid>http://christianjburger.wordpress.com/2009/11/06/csrf-and-xsrf-attacks/</guid>
<description><![CDATA[The fact that sessions are so popular for authorisation, must make Cross-site request forgery or CSR]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>The fact that sessions are so popular for authorisation, must make <a href="http://en.wikipedia.org/wiki/Cross-site_request_forgery">Cross-site request forgery</a> or CSRF/XSRF one of the more serious vulnerabilities affecting public web based applications.</p>
<p>If user s can sign-up to your web site/application fairly instantly, you may be at risk. An attacker could gain knowledge about forms within your site and forge a POST request to compromise the account. Sites/applications that are fairly closed (i.e. only accessed by trusted users, such as staff or customers) are probably less at risk.</p>
<p>It seems the most commonly accepted prevention is the &#8220;<a href="http://freedom-to-tinker.com/sites/default/files/csrf.pdf">double-submitted cookie&#8221;</a> which requires some logic changes to each form.</p>
<p>For those using Zend Framework, there is <a href="http://framework.zend.com/manual/en/zend.form.standardElements.html#zend.form.standardElements.hash">Zend_Form_Element_Hash</a>:</p>
<blockquote><p>&#8220;This element provides protection from CSRF attacks on forms,             ensuring the data is submitted by the user session that generated             the form and not by a rogue script. Protection is achieved by adding             a hash element to a form and verifying it when the form is             submitted.&#8221;</p></blockquote>
<p>A nice example of an implementation of Zend_Form_Element_Hash can be found <a href="http://www.noginn.com/2009/03/01/preventing-csrf-properly/">here</a></p>
<div id="_mcePaste" style="overflow:hidden;position:absolute;left:-10000px;top:0;width:1px;height:1px;">http://en.wikipedia.org/wiki/Cross-site_request_forgery</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Zend Pagination example]]></title>
<link>http://dbglory.wordpress.com/2009/11/06/zend-pagination-example/</link>
<pubDate>Fri, 06 Nov 2009 07:22:55 +0000</pubDate>
<dc:creator>dbglory</dc:creator>
<guid>http://dbglory.wordpress.com/2009/11/06/zend-pagination-example/</guid>
<description><![CDATA[Paginator component is available with Zend Framework v1.6. This component wasn’t available in v1.5. ]]></description>
<content:encoded><![CDATA[Paginator component is available with Zend Framework v1.6. This component wasn’t available in v1.5. ]]></content:encoded>
</item>
<item>
<title><![CDATA[URL organization in Zend Framework]]></title>
<link>http://dbglory.wordpress.com/2009/11/06/url-organization-in-zend-framework/</link>
<pubDate>Fri, 06 Nov 2009 04:16:05 +0000</pubDate>
<dc:creator>dbglory</dc:creator>
<guid>http://dbglory.wordpress.com/2009/11/06/url-organization-in-zend-framework/</guid>
<description><![CDATA[As you may know in ZF the urls are strictly organized. First you’ve the module, if you use modules. ]]></description>
<content:encoded><![CDATA[As you may know in ZF the urls are strictly organized. First you’ve the module, if you use modules. ]]></content:encoded>
</item>
<item>
<title><![CDATA[Switch from Zend_Loader to Zend_Loader_Autoloader]]></title>
<link>http://dbglory.wordpress.com/2009/11/06/switch-from-zend_loader-to-zend_loader_autoloader/</link>
<pubDate>Fri, 06 Nov 2009 04:13:32 +0000</pubDate>
<dc:creator>dbglory</dc:creator>
<guid>http://dbglory.wordpress.com/2009/11/06/switch-from-zend_loader-to-zend_loader_autoloader/</guid>
<description><![CDATA[Zend_Loader Zend_Loader was the usual kind of autoloading in Zend Framework before version 1.8. Than]]></description>
<content:encoded><![CDATA[Zend_Loader Zend_Loader was the usual kind of autoloading in Zend Framework before version 1.8. Than]]></content:encoded>
</item>
<item>
<title><![CDATA[Blog megszűnése!]]></title>
<link>http://simieee.wordpress.com/2009/11/03/blog-megszunese/</link>
<pubDate>Tue, 03 Nov 2009 20:21:42 +0000</pubDate>
<dc:creator>Simon</dc:creator>
<guid>http://simieee.wordpress.com/2009/11/03/blog-megszunese/</guid>
<description><![CDATA[Tisztelt Látógatóim! A blogom ebben a formájában a közeljövőben megszűnik, mivel nincs időm rá, a de]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Tisztelt Látógatóim!</p>
<p>A blogom ebben a formájában a közeljövőben megszűnik, mivel nincs időm rá, a demo változatok sem érhetőek el egy ideje mivel megszűnt a tárhelyem. Azonban fontosnak, hogy eme tartalom meglegyen egy olyan helyen ami mindenki számára elérhető. Terveim szerint a tartalmak szép lassan átkerülnek a <a href="http://newsoft.hu">NewSoft Team</a> oldalára, lehetőségeimhez mérten megpróbálom beüzemelni a legfrissebb Zend Frameworkos demó változatot, kipróbálásra és a cikkeimben található egyes demo változatok elérését is lehetővé szeretném majd tenni.</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
