<?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>Vrac-it.fr &#187; PHP</title>
	<atom:link href="http://www.vrac-it.fr/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vrac-it.fr</link>
	<description>L&#039;informatique en vrac</description>
	<lastBuildDate>Wed, 21 Jul 2010 11:39:28 +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>Redirection $mainframe-&gt;redirect() dans Joomla affiche la page de login de l&#039;administration</title>
		<link>http://www.vrac-it.fr/programmation/php/redirection-mainframe-redirect-dans-joomla-affiche-la-page-de-login-de-ladministration</link>
		<comments>http://www.vrac-it.fr/programmation/php/redirection-mainframe-redirect-dans-joomla-affiche-la-page-de-login-de-ladministration#comments</comments>
		<pubDate>Sun, 31 May 2009 16:57:45 +0000</pubDate>
		<dc:creator>Guillaume Delente</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Redirection]]></category>

		<guid isPermaLink="false">http://www.vrac-it.fr/?p=375</guid>
		<description><![CDATA[Si lors d'une utilisation de $mainframe->redirect() dans Joomla vous vous retrouvez sur la page de login de l'administration au lieu de la page attendue, vérifiez que vous n'avez pas de caractères spéciaux (accents etc...) dans le texte passé en argument.
Par exemple
$mainframe-&#62;redirect('index.php?option=' .$option, 'Enregistré');
vous redirigera vers la page de login, alors qu'avec l'utilisation de l'encodage HTML [...]]]></description>
		<wfw:commentRss>http://www.vrac-it.fr/programmation/php/redirection-mainframe-redirect-dans-joomla-affiche-la-page-de-login-de-ladministration/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Inclure les feuilles de styles (CSS) en PHP avec le Zend Framework</title>
		<link>http://www.vrac-it.fr/programmation/php/utiliser-les-feuilles-de-styles-css-en-php-avec-le-zend-framework</link>
		<comments>http://www.vrac-it.fr/programmation/php/utiliser-les-feuilles-de-styles-css-en-php-avec-le-zend-framework#comments</comments>
		<pubDate>Mon, 19 Jan 2009 13:24:40 +0000</pubDate>
		<dc:creator>Guillaume Delente</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Petites astuces]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.vrac-it.fr/?p=192</guid>
		<description><![CDATA[Voici comment lier une feuille de style à votre page pour un site construit avec le Zend Framework :
Dans votre fichier layout insérez "echo $this->headLink();" si il n'est pas déjà présent. Cela permettra d'afficher la ligne d'inclusion du fichier CSS dans vos pages.

&#38;lt;head&#38;gt;
   &#38;lt;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=UTF-8&#34; /&#38;gt;
   &#38;lt;?php 
  [...]]]></description>
		<wfw:commentRss>http://www.vrac-it.fr/programmation/php/utiliser-les-feuilles-de-styles-css-en-php-avec-le-zend-framework/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
