<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Sat, 19 May 2012 01:18:37 -0400 -->
<rss version="2.0">
  <channel>
    <title>Tozalakyan dot com</title>
    <link>http://www.tozalakyan.com/</link>
    <description>Latest blog entries at Tozalakyan dot com</description>
    <language>en-us</language>
    <generator>RSS Feed Generator</generator>
    <item>
      <title><![CDATA[ Object-Oriented PHP Development Based On The MVC Model ]]></title>
      <description><![CDATA[ <p>
MVC (Model-View-Controller) is a popular architectural and design pattern widely
used in software engineering. The main aim of the MVC architecture is to
separate the business logic and application data from the presentation data to
the user. The usage of MVC model in connection with PHP's object-oriented
features allows to build scalable, reusable and expressive Web applications.
</p>
<p>
In this article we are going to construct a lightweight MVC framework and see how
it may be possible to adapt the MVC model to the nature of Web applications.
</p> ]]></description>
      <link>http://www.tozalakyan.com/xhtml/article/4.tz</link>
      <pubDate>Sat, 17 Jan 2009 00:00:00 -0500</pubDate>
      <guid isPermaLink="true">http://www.tozalakyan.com/xhtml/article/4.tz</guid>
    </item>
    <item>
      <title><![CDATA[ Managing 0bject Collections in PHP 5 ]]></title>
      <description><![CDATA[ <p>The object list manipulation is one of the common tasks in many PHP
applications. Developers may use regular arrays to keep the track of object
collections, but it may cause a number of problems regarding effectivity
and object-oriented usability.</p>

<p>In this article I'm going to demonstrate the possibility to create an effective
object-oriented array wrapper using PHP 5 features.</p> ]]></description>
      <link>http://www.tozalakyan.com/xhtml/article/1.tz</link>
      <pubDate>Thu, 16 Aug 2007 00:00:00 -0400</pubDate>
      <guid isPermaLink="true">http://www.tozalakyan.com/xhtml/article/1.tz</guid>
    </item>
    <item>
      <title><![CDATA[ Zend PHP 5 Certification - Self Test ]]></title>
      <description><![CDATA[ <p>Zend is suggesting to take their 8-question self-test and find out whether the Zend PHP 5 Certification Guide can be useful for test-taker to prepare for the
PHP Certification exam. The level of difficulty and subject matters are on par with those encountered throughout the actual exam.</p>

<p>Even if you are not going to pass the real PHP Ceritfication exam, I think it will be interesting for you to take the <a href="http://www.zend.com/store/education/certification/self-test.php?begin=1">test exam</a> just to find out your abilities.</p> ]]></description>
      <link>http://www.tozalakyan.com/xhtml/article/3.tz</link>
      <pubDate>Tue, 10 Jul 2007 00:00:00 -0400</pubDate>
      <guid isPermaLink="true">http://www.tozalakyan.com/xhtml/article/3.tz</guid>
    </item>
    <item>
      <title><![CDATA[ Delphi for PHP - Rapid Application Development ]]></title>
      <description><![CDATA[ <p>If you are a web-programmer who have started professional experience by
creating desktop applications in Integrated Development Environments like Delphi,
C++ Builder or Visual Studio, you'll be pleased to know about a relatively new
development tool called "Delphi for PHP".</p>

<p>In this article I'm going to show how
easy is to build web-applications using WYSIWYG design service and powerful code
management system provided by Delphi for PHP.</p> ]]></description>
      <link>http://www.tozalakyan.com/xhtml/article/2.tz</link>
      <pubDate>Sun, 01 Jul 2007 00:00:00 -0400</pubDate>
      <guid isPermaLink="true">http://www.tozalakyan.com/xhtml/article/2.tz</guid>
    </item>
  </channel>
</rss>
