<?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>Magento : Tutoriels admin, design, programmation, installation et vidéos magento &#187; Code</title>
	<atom:link href="http://bloggento.fr/tag/magento-code/feed" rel="self" type="application/rss+xml" />
	<link>http://bloggento.fr</link>
	<description>Blog magento: tutoriel design, admin, code</description>
	<lastBuildDate>Wed, 02 May 2012 07:37:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Lister les catégories principales de magento</title>
		<link>http://bloggento.fr/lister-les-categories-principales-de-magento-/3309</link>
		<comments>http://bloggento.fr/lister-les-categories-principales-de-magento-/3309#comments</comments>
		<pubDate>Fri, 24 Jun 2011 05:32:52 +0000</pubDate>
		<dc:creator>cédric rousset</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://bloggento.fr/?p=3309</guid>
		<description><![CDATA[Petit bout de code pour lister les catégories principales de magento ( catégorie mère ). Je prépare un plus long tutoriel sur les catégories magento. Divers bout de code pour obtenir les sous catégories ou les les 1er niveaux, ou 2eme niveaux…. lister les catégories principales lister les catégories principales &#60;?php $_helper = Mage::helper&#40;'catalog/category'&#41;; ?&#62; [...]]]></description>
		<wfw:commentRss>http://bloggento.fr/lister-les-categories-principales-de-magento-/3309/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code magento getModel(&#8216;catalog/layer&#8217;)</title>
		<link>http://bloggento.fr/code-magento-getmodelcataloglayer-/3053</link>
		<comments>http://bloggento.fr/code-magento-getmodelcataloglayer-/3053#comments</comments>
		<pubDate>Sun, 21 Mar 2010 08:17:39 +0000</pubDate>
		<dc:creator>cédric rousset</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://bloggento.fr/?p=3053</guid>
		<description><![CDATA[Petits morceaux de code pour afficher la catégorie en &#171;&#160;cours&#160;&#187;. J&#8217;ai déjà écrit un article sur la méthode getmodel(). Voici en complément, un code pour &#171;&#160;jouet&#160;&#187; avec les catégories de magento. Appliquer ce code magento dans view.phtml echo Mage::getModel&#40;'catalog/layer'&#41;-&#62;getCurrentCategory&#40;&#41;-&#62;getName&#40;&#41;; &#62; nom de la catégorie en cours echo Mage::getModel&#40;'catalog/layer'&#41;-&#62;getCurrentStore&#40;&#41;-&#62;getName&#40;&#41;; =&#62; nom du store Default Store View [...]]]></description>
		<wfw:commentRss>http://bloggento.fr/code-magento-getmodelcataloglayer-/3053/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Référencer un module magento</title>
		<link>http://bloggento.fr/referencer-un-module-magento-/2686</link>
		<comments>http://bloggento.fr/referencer-un-module-magento-/2686#comments</comments>
		<pubDate>Sun, 08 Nov 2009 09:06:38 +0000</pubDate>
		<dc:creator>cédric rousset</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Module]]></category>

		<guid isPermaLink="false">http://bloggento.fr/?p=2686</guid>
		<description><![CDATA[La première étape de création d&#8217;un modulemagento est son référencement au sein de L&#8217;application. Nous allons voir dans ce tutoriel les différentes façons d&#8217;ajouter un module à magento. Le dossier des modules Magento commence par lire le contenu du dossier app\etc\modules\ Les modules sont référencés comme ceci : -NameSpace + le nom du module => [...]]]></description>
		<wfw:commentRss>http://bloggento.fr/referencer-un-module-magento-/2686/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Création d&#8217;un module magento 3/3 : Ajout d&#8217;un block</title>
		<link>http://bloggento.fr/creation-dun-module-magento-33-ajout-dun-block-/2629</link>
		<comments>http://bloggento.fr/creation-dun-module-magento-33-ajout-dun-block-/2629#comments</comments>
		<pubDate>Sat, 07 Nov 2009 07:43:49 +0000</pubDate>
		<dc:creator>cédric rousset</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Block]]></category>
		<category><![CDATA[Module]]></category>

		<guid isPermaLink="false">http://bloggento.fr/?p=2629</guid>
		<description><![CDATA[Dans les précédents tutoriels consacrés à la création de modules magento, nous avons vu comment créer un module, le référencer lui ajouter un controller et un layout. Notre module contient deux dossiers un controllers et un etc. Nous allons ajouter un autre élément important du module un block en créant un dossier Block qui contiendra [...]]]></description>
		<wfw:commentRss>http://bloggento.fr/creation-dun-module-magento-33-ajout-dun-block-/2629/feed</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Module magento, création d’un module simple 2/3 : Attacher un layout au controllers</title>
		<link>http://bloggento.fr/module-magento-creation-d%e2%80%99un-module-simple-23-attacher-un-layout-au-controllers-/2617</link>
		<comments>http://bloggento.fr/module-magento-creation-d%e2%80%99un-module-simple-23-attacher-un-layout-au-controllers-/2617#comments</comments>
		<pubDate>Fri, 06 Nov 2009 07:07:36 +0000</pubDate>
		<dc:creator>cédric rousset</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Module]]></category>

		<guid isPermaLink="false">http://bloggento.fr/?p=2617</guid>
		<description><![CDATA[Suite au précédent tutoriel sur la création d&#8217;un module magento &#171;&#160;simple&#160;&#187;, qui affichait un texte sans aucune mise en page, nous allons voir comment améliorer le module. Il comprenait un dossier controllers et un dossier etc (configuration du module). Dans ce nouveau tutoriel, nous allons rattacher un layout à notre controller et le charger. Pour [...]]]></description>
		<wfw:commentRss>http://bloggento.fr/module-magento-creation-d%e2%80%99un-module-simple-23-attacher-un-layout-au-controllers-/2617/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Block magento</title>
		<link>http://bloggento.fr/block-magento-/2612</link>
		<comments>http://bloggento.fr/block-magento-/2612#comments</comments>
		<pubDate>Thu, 05 Nov 2009 17:29:47 +0000</pubDate>
		<dc:creator>cédric rousset</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Block]]></category>

		<guid isPermaLink="false">http://bloggento.fr/?p=2612</guid>
		<description><![CDATA[Les blocks magento, code correspondant aux classes de magento dans le noyau (core). Ne pas les confondre avec un bloc terme utilisé dans le designer guide qui désigne la structure des pages magento (bloc header , content..). Dans le model view controler de magento (MVC) les blocks correspondent à view. Un block est associé à [...]]]></description>
		<wfw:commentRss>http://bloggento.fr/block-magento-/2612/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>getData() magento</title>
		<link>http://bloggento.fr/getdata-magento-/2384</link>
		<comments>http://bloggento.fr/getdata-magento-/2384#comments</comments>
		<pubDate>Fri, 30 Oct 2009 07:34:39 +0000</pubDate>
		<dc:creator>cédric rousset</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[getData()]]></category>

		<guid isPermaLink="false">http://bloggento.fr/?p=2384</guid>
		<description><![CDATA[getData une autre méthode importante de magento qui permet de récupérer les éléments de notre objet. Suite au précédent tutoriel sur getmodel() , en voici un sur getData(). Nous allons voir dans ce tutoriel comment récupérer les éléments d&#8217;un produit et les afficher grâce a ce code. getModel et getdata() Nous avons vu dans le [...]]]></description>
		<wfw:commentRss>http://bloggento.fr/getdata-magento-/2384/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>getModel() une méthode importante de magento</title>
		<link>http://bloggento.fr/getmodel-une-methode-importante-de-magento-/2346</link>
		<comments>http://bloggento.fr/getmodel-une-methode-importante-de-magento-/2346#comments</comments>
		<pubDate>Tue, 27 Oct 2009 08:09:42 +0000</pubDate>
		<dc:creator>cédric rousset</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[getModel()]]></category>

		<guid isPermaLink="false">http://bloggento.fr/?p=2346</guid>
		<description><![CDATA[Certaines méthodes de magento sont importantes comme getModel(), getSingleton(), getData(). Nous allons voir dans ce tutoriel la méthode getModel () avec comme paramètre catalog/product qui permet d&#8217;instancier la classe product.php. getModel() peut être instancier avec d&#8217;autres paramètres. getModel() pour instancier une classe Model, Mage::getModel(&#8216;catalog/product&#8217;); Pour instancier la classe vous pouvez créer une variable qui stockera [...]]]></description>
		<wfw:commentRss>http://bloggento.fr/getmodel-une-methode-importante-de-magento-/2346/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Nouveaux produits, les mettre en avant avec new.phtml</title>
		<link>http://bloggento.fr/nouveaux-produits-les-mettre-en-avant-avec-new-phtml-/2329</link>
		<comments>http://bloggento.fr/nouveaux-produits-les-mettre-en-avant-avec-new-phtml-/2329#comments</comments>
		<pubDate>Mon, 26 Oct 2009 08:42:00 +0000</pubDate>
		<dc:creator>cédric rousset</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[produits]]></category>

		<guid isPermaLink="false">http://bloggento.fr/?p=2329</guid>
		<description><![CDATA[Magento offre la possibilité de mettre en avant les nouveaux produits, ce qui est primordial pour animer un site e-commerce. Nous allons voir dans ce tutoriel comment afficher un nouveau produit sur la page d&#8217;accueil. Le code qui affiche les nouveaux produits se trouvent dans new.phtml =&#62; app\design\frontend\adidas\mon_nouveau_theme\template\catalog\product\new.phtml. Définir un nouveau produit Pour définir un [...]]]></description>
		<wfw:commentRss>http://bloggento.fr/nouveaux-produits-les-mettre-en-avant-avec-new-phtml-/2329/feed</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Introduction au Model View Controller (MVC) de magento</title>
		<link>http://bloggento.fr/introduction-au-model-view-controller-mvc-de-magento-/2276</link>
		<comments>http://bloggento.fr/introduction-au-model-view-controller-mvc-de-magento-/2276#comments</comments>
		<pubDate>Sun, 25 Oct 2009 06:37:32 +0000</pubDate>
		<dc:creator>cédric rousset</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://bloggento.fr/?p=2276</guid>
		<description><![CDATA[Le model view controler (MVC) de magento permet de charger le code approprié en fonction de l&#8217;URL demandée. Le contrôleur reçoit une demande d&#8217;URL à partir du navigateur et renvoie le code approprié, cela se fait via un routeur. Nous allons voir dans ce tutoriel, le fonctionnement du MVC de magento, en prenant comme exemple [...]]]></description>
		<wfw:commentRss>http://bloggento.fr/introduction-au-model-view-controller-mvc-de-magento-/2276/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

