<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DarCas Sandbox &#187; oop</title>
	<atom:link href="http://darcas.net/index.php/tags/oop/feed/" rel="self" type="application/rss+xml" />
	<link>http://darcas.net</link>
	<description>Tutto sullo sviluppo e su internet</description>
	<lastBuildDate>Sun, 25 Apr 2010 17:17:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Estendere PDO: le transazioni</title>
		<link>http://darcas.net/index.php/2009/03/12/estendere-pdo-le-transazioni/</link>
		<comments>http://darcas.net/index.php/2009/03/12/estendere-pdo-le-transazioni/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 20:44:08 +0000</pubDate>
		<dc:creator>Dario Casertano</dc:creator>
				<category><![CDATA[Web Developing]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[pdo]]></category>
		<category><![CDATA[php 5]]></category>

		<guid isPermaLink="false">http://darcas.net/index.php/2009/03/12/estendere-pdo-le-transazioni/</guid>
		<description><![CDATA[PDO di PHP 5 offre tre comode interfacce per eseguire le transazioni, tuttavia manca qualcosa. Per cui mi sono rimboccato le maniche ed ho esteso la classe PDO in modo da offrire una nuova interfaccia che mi dica che c’è una transazione attiva o meno.]]></description>
		<wfw:commentRss>http://darcas.net/index.php/2009/03/12/estendere-pdo-le-transazioni/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reflection, le nuove API introspettive di PHP 5</title>
		<link>http://darcas.net/index.php/2009/01/04/reflection-le-nuove-api-introspettive-di-php-5/</link>
		<comments>http://darcas.net/index.php/2009/01/04/reflection-le-nuove-api-introspettive-di-php-5/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 20:26:54 +0000</pubDate>
		<dc:creator>Dario Casertano</dc:creator>
				<category><![CDATA[Web Developing]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[php 5]]></category>

		<guid isPermaLink="false">http://darcas.net/index.php/2009/01/04/reflection-le-nuove-api-introspettive-di-php-5/</guid>
		<description><![CDATA[Col nuovo object model di PHP, sono arrivate anche le Reflection API: una collezione di funzioni ed oggetti che permettono di esaminare il codice a runtime. Reflection può essere utile in molte circostanze, con questo articolo vedremo, ad esempio, come usare l’oggetto Reflection per creare un manuale di tutte le funzioni disponibili in uno script.]]></description>
		<wfw:commentRss>http://darcas.net/index.php/2009/01/04/reflection-le-nuove-api-introspettive-di-php-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Utili funzioni PHP in JavaScript</title>
		<link>http://darcas.net/index.php/2008/12/24/utili-funzioni-php-in-javascript/</link>
		<comments>http://darcas.net/index.php/2008/12/24/utili-funzioni-php-in-javascript/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 16:04:30 +0000</pubDate>
		<dc:creator>Dario Casertano</dc:creator>
				<category><![CDATA[Web Developing]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php 5]]></category>

		<guid isPermaLink="false">http://darcas.net/index.php/2008/12/24/utili-funzioni-php-in-javascript/</guid>
		<description><![CDATA[Sebbene JavaScript sia un linguaggio molto potente se opportunamente utilizzato, offre poche funzioni built-in. In molti casi, poi, le funzioni implementate hanno comportamenti inaspettati o differenti a seconda del browser utilizzato. Nel mio caso, ma potrei anche in generale, ho ritenuto opportuno implementare alcune funzionalità di base del PHP in JavaScript.]]></description>
		<wfw:commentRss>http://darcas.net/index.php/2008/12/24/utili-funzioni-php-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Estendere PDO e PDOStatement di PHP 5</title>
		<link>http://darcas.net/index.php/2008/09/14/estendere-pdo-e-pdostatement-di-php-5/</link>
		<comments>http://darcas.net/index.php/2008/09/14/estendere-pdo-e-pdostatement-di-php-5/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 18:24:56 +0000</pubDate>
		<dc:creator>Dario Casertano</dc:creator>
				<category><![CDATA[Web Developing]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[pdo]]></category>
		<category><![CDATA[php 5]]></category>

		<guid isPermaLink="false">http://darcas.net/index.php/2008/09/14/estendere-pdo-e-pdostatement-di-php-5/</guid>
		<description><![CDATA[Il sistema PHP Data Objects si compone di due classi, una per interfacciarsi al database e per interrogarlo (PDO), un’altra per accedere al record set restituito dalla query (PDOStatement). L’utilità della programmazione ad oggetti è che è possibile estendere una classe in qualsiasi momento, rendendola più adatta alle nostre esigenze.]]></description>
		<wfw:commentRss>http://darcas.net/index.php/2008/09/14/estendere-pdo-e-pdostatement-di-php-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Il Design Pattern Factory</title>
		<link>http://darcas.net/index.php/2008/05/27/il-design-pattern-factory/</link>
		<comments>http://darcas.net/index.php/2008/05/27/il-design-pattern-factory/#comments</comments>
		<pubDate>Tue, 27 May 2008 07:31:40 +0000</pubDate>
		<dc:creator>Dario Casertano</dc:creator>
				<category><![CDATA[Web Developing]]></category>
		<category><![CDATA[design pattern]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[php 5]]></category>

		<guid isPermaLink="false">http://darcas.net/index.php/2008/05/27/il-design-pattern-factory/</guid>
		<description><![CDATA[Il Factory fornisce un'interfaccia per creare famiglie di oggetti connessi o dipendenti tra loro, in modo che non ci sia necessità da parte dei client di specificare i nomi delle classi concrete all'interno del proprio codice.]]></description>
		<wfw:commentRss>http://darcas.net/index.php/2008/05/27/il-design-pattern-factory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Differenza tra due date con gli oggetti DateTime</title>
		<link>http://darcas.net/index.php/2008/05/23/differenza-tra-due-date-con-gli-oggetti-datetime/</link>
		<comments>http://darcas.net/index.php/2008/05/23/differenza-tra-due-date-con-gli-oggetti-datetime/#comments</comments>
		<pubDate>Fri, 23 May 2008 17:44:55 +0000</pubDate>
		<dc:creator>Dario Casertano</dc:creator>
				<category><![CDATA[Web Developing]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[php 5]]></category>

		<guid isPermaLink="false">http://darcas.net/index.php/2008/05/23/differenza-tra-due-date-con-gli-oggetti-datetime/</guid>
		<description><![CDATA[Con questo articolo voglio fare focus sull'oggetto DateTime. Tale oggetto si occupa di gestire le date. Grazie ai suoi metodi, è in grado si eseguire operazioni che prima richiedevano numerose conversioni e righe di codice.]]></description>
		<wfw:commentRss>http://darcas.net/index.php/2008/05/23/differenza-tra-due-date-con-gli-oggetti-datetime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>L&#8217;utilità delle interfacce nella programmazione ad oggetti</title>
		<link>http://darcas.net/index.php/2007/10/31/lutilita-delle-interfacce-nella-programmazione-ad-oggetti/</link>
		<comments>http://darcas.net/index.php/2007/10/31/lutilita-delle-interfacce-nella-programmazione-ad-oggetti/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 20:33:11 +0000</pubDate>
		<dc:creator>Dario Casertano</dc:creator>
				<category><![CDATA[Web Developing]]></category>
		<category><![CDATA[implements]]></category>
		<category><![CDATA[interfaces]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[php 5]]></category>

		<guid isPermaLink="false">http://www.darcas.net/lab/2007/10/31/lutilita-delle-interfacce-nella-programmazione-ad-oggetti/</guid>
		<description><![CDATA[Le interfacce hanno lo scopo di definire una API che una classe deve implementare.]]></description>
		<wfw:commentRss>http://darcas.net/index.php/2007/10/31/lutilita-delle-interfacce-nella-programmazione-ad-oggetti/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Il Design Pattern Singleton</title>
		<link>http://darcas.net/index.php/2007/10/21/il-design-pattern-singleton/</link>
		<comments>http://darcas.net/index.php/2007/10/21/il-design-pattern-singleton/#comments</comments>
		<pubDate>Sun, 21 Oct 2007 05:00:27 +0000</pubDate>
		<dc:creator>Dario Casertano</dc:creator>
				<category><![CDATA[Web Developing]]></category>
		<category><![CDATA[design pattern]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[php 5]]></category>
		<category><![CDATA[singleton]]></category>

		<guid isPermaLink="false">http://www.darcas.net/lab/2007/10/21/il-design-pattern-singleton/</guid>
		<description><![CDATA[Lo scopo del Singleton è quello di provvedere l'accesso ad una risorsa senza però creare duplicati dello stesso accesso.]]></description>
		<wfw:commentRss>http://darcas.net/index.php/2007/10/21/il-design-pattern-singleton/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I metodi magici della programmazione ad oggetti di PHP 5</title>
		<link>http://darcas.net/index.php/2007/10/09/i-metodi-magici-della-programmazione-ad-oggetti-di-php-5/</link>
		<comments>http://darcas.net/index.php/2007/10/09/i-metodi-magici-della-programmazione-ad-oggetti-di-php-5/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 15:28:50 +0000</pubDate>
		<dc:creator>Dario Casertano</dc:creator>
				<category><![CDATA[Web Developing]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[php 5]]></category>

		<guid isPermaLink="false">http://www.darcas.net/lab/2007/10/09/i-metodi-magici-della-programmazione-ad-oggetti-di-php-5/</guid>
		<description><![CDATA[La programmazione ad oggetti in PHP 5 ha subito un notevole potenziamento. Tra le implementazioni più interessanti, ci sono i metodi magici. I metodi magici sono funzioni che vengono evocante implicitamente al verificarsi di un evento.]]></description>
		<wfw:commentRss>http://darcas.net/index.php/2007/10/09/i-metodi-magici-della-programmazione-ad-oggetti-di-php-5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
