<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>rss / rvdavid / saved tutorials</title><link></link><description>the last 20 tutorials saved</description><language>en</language><item><title>The Singleton Pattern with PHP</title><link>http://www.goodphptutorials.com/out/The_Singleton_Pattern_with_PHP</link><guid>http://www.goodphptutorials.com/out/The_Singleton_Pattern_with_PHP</guid><description>The Singleton Pattern is often mistakenly referred to as the OOP nuts &quot;Global variable&quot;.
&lt;br/&gt;
Classes that utilise the Singleton Pattern aims to have a single instance throughout the lifetime of the request/process.</description></item><item><title>Template View and View Helper Design Patterns in PHP</title><link>http://www.goodphptutorials.com/out/Template_View_and_View_Helper_Design_Patterns_in_PHP</link><guid>http://www.goodphptutorials.com/out/Template_View_and_View_Helper_Design_Patterns_in_PHP</guid><description>The Template View and View Helper patterns lend themselves nicely when it comes to developing a View Layer solution for PHP, or so I found out with the recent refactoring of Cubix (dubbed Cubix II). This View layer duo is very much a great candidate for a &#039;tag team&#039;. Each component performs a role and together make up a big part of the View Layer.</description></item><item><title>Using Stored Procedures &amp; MySQLI in PHP 5</title><link>http://www.goodphptutorials.com/out/Using_Stored_Procedures_MySQLI_in_PHP_51020</link><guid>http://www.goodphptutorials.com/out/Using_Stored_Procedures_MySQLI_in_PHP_51020</guid><description>For the occasions that you want to use a stored procedure you&#039;ve written in MySQL 5 through PHP , the semantic tool to use is PHP&#039;s built in mysqli objects/package.</description></item></channel></rss>