<?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>Berthou.com &#187; php</title>
	<atom:link href="https://www.berthou.com/us/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.berthou.com/us</link>
	<description>A french developper blog</description>
	<lastBuildDate>Mon, 09 Aug 2010 08:55:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Plugin &#8211; Rbl-Navigator</title>
		<link>https://www.berthou.com/us/2008/04/28/plugin-rbl-navigator-2/</link>
		<comments>https://www.berthou.com/us/2008/04/28/plugin-rbl-navigator-2/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 06:32:23 +0000</pubDate>
		<dc:creator>rberthou</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.berthou.com/us/2008/04/28/plugin-rbl-navigator-2/</guid>
		<description><![CDATA[Description Rbl-Navigator is my second plugin for WordPress. In this plugin I just integrate a treeview menu in a widget. This plugin permit to represent in just a widget your last articles, the list of the categories (and their &#8220;n&#8221; last articles), static links and the directory contents. I think I am going to add [...]]]></description>
				<content:encoded><![CDATA[<h2 class="titre2">Description</h2>
<p><b>Rbl-Navigator</b> is my second plugin for WordPress. In this plugin I just integrate a treeview menu in a widget.</p>
<p>This plugin permit to represent in just a widget your last articles, the list of the categories (and their &#8220;n&#8221; last articles), static links and the directory contents. I think I am going to add soon, if it seems usefull to you, the blogroll and the list of the last comments.</p>
<p class="alertInfo">
<a href="http://www.berthou.com/test/" rel='external nofollow'>Exemple of use</a>
</p>
<p><img src="/_img/rbl-navigator.png" class="center" alt="Rbl-navigator"/></p>
<p><span id="more-48"></span></p>
<h2 class="titre2">Installation</h2>
<p>To install this plugin on your WordPress configuration you just have to:</p>
<ul>
<li>Unzip the download file in the index/wp-content/plugins of your wordpress installation.</li>
<li>Start the plugin in the administration console.</li>
<li>Add a widget <strong>Rbl-Navigator</strong> in your SideBar.</li>
<li>Configure this widget</li>
</ul>
<h2 class="titre2">Configuration</h2>
<p><img src="/_img/rbl-navigator-1.png" class="center"/><br />
When you parametrize the Rbl-Navigator widget, a window appears and permit to specify the followings parameters :</p>
<ul>
<li>Title : Title of the widget</li>
<li>Data : This data permit to build a treeview.</li>
<li>Image Base : Default index of the images used by the plugins. (normally &#8220;img/ot&#8221;)</li>
<li>Separator : Separation tape normally used by the plugin.&#8221;§&#8221;</li>
<li>Max size : Max lenght of an item of the treeview in tape. (0 if there is no limit)</li>
</ul>
<h2 class="titre2">Data zone</h2>
<p class="alertCode">
0 § Home     § 14 § /fr/index.php § ?Welcome<br />
0 § %%LAST-5 § Last news § 1<br />
0 § %%CAT-19,20-5 § Mes categs 19 et 20 § 1<br />
0 § %%CAT-4-5 § Ma categ 4 § -1<br />
0 § A propos   § 19 § /fr/?p=2
</p>
<p>This area permit to define teh whole contents of a treeview. This is structure as the following exemple :</p>
<ul>
<li> Static links :<br />
<table class="tbl1">
<thead>
<tr>
<th>Col</th>
<th>Description</th>
</tr>
<thead>
<tbody>
<tr class="r1">
<td>1</td>
<td>Hierarchical level (0 1st level).</td>
</tr>
<tr class="r2">
<td>2</td>
<td>Title</td>
</tr>
<tr class="r1">
<td>3</td>
<td>Icon number</td>
</tr>
<tr class="r2">
<td>4</td>
<td>URL</td>
</tr>
<tr class="r1">
<td>5</td>
<td>destination target or help message (bullet) if the string start with a &#8216;?&#8217;</td>
</tr>
</tbody>
</table>
</li>
<li> Commandes (WP) :<br />
<table class="tbl1">
<thead>
<tr>
<th>Col</th>
<th>Description</th>
</tr>
<thead>
<tbody>
<tr class="r1">
<td>1</td>
<td>Hierarchical level(0 1st level).</td>
</tr>
<tr class="r2">
<td>2</td>
<td>Command (start by <strong>%%</strong>)</td>
</tr>
<tr class="r1">
<td>3</td>
<td>Title</td>
</tr>
<tr class="r2">
<td>4</td>
<td>Icon number</td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul>
<li>Commands format :<br />
<table class="tbl1">
<thead>
<tr>
<th>Command</th>
<th>Description</th>
</tr>
<thead>
<tbody>
<tr class="r1">
<td>%%LAST-<strong>(n)</strong></td>
<td>Show the last <strong>n</strong> news <br/>Exemple : %%LAST-5</td>
</tr>
<tr class="r2">
<td>%%CAT-<strong>(idcat)</strong>-<strong>(n)</strong></td>
<td>Show the last <strong>n</strong> news in categories <strong>idcat</strong><br/>Exemple : %%CAT-19,20-5 (display the last 5 articles in the categories 19 and 20)<br/><br />
%%CAT-ALL-3 (show les 3 last news in all categories)</td>
</tr>
<tr class="r1">
<td>%%REP-<strong>(directory)</strong>-<strong>(action)</strong></td>
<td>
Exemple : %%REP-/www/tliste/-aaa.php?file=tliste/ (display a structure and contents of directory /www/tliste/ and define an action for each item aaa.php?file=nomdufichier
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<h2 class="titre2">Other</h2>
<ul>
<li>JQuery : This plugin use the intern version at WordPress of JQuery to limit the modifications during the oppening of the closing of a node.<br />
But it perfectly works if the Javascript support is desactivated.</li>
<li>Optimisation : To limit the acess to the data base, a file is generate during the key-boarding of an article or during the modification of the widget&#8217;s configuration.</li>
</ul>
<h2 class="titre2">Background</h2>
<ul>
<li>04/05/2008 : Version 1.00 1st version</li>
</ul>
<h2 class="titre2">Downloads</h2>
<p class="alertDownload">
<a href="/download.php?type=wp&#038;file=rbl-navigator.zip">rbl-navigator.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.berthou.com/us/2008/04/28/plugin-rbl-navigator-2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>PhpTliste &#8211; An Opensource treeview in php</title>
		<link>https://www.berthou.com/us/2008/03/27/phptliste-an-opensource-treeview-in-php/</link>
		<comments>https://www.berthou.com/us/2008/03/27/phptliste-an-opensource-treeview-in-php/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 06:35:31 +0000</pubDate>
		<dc:creator>rberthou</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.berthou.com/us/2008/03/27/phptliste-an-opensource-treeview-in-php/</guid>
		<description><![CDATA[Description Treeview is the first component that I have developed (at the time in C + + for Windows 3). Since then I accommodate this development in various languages. So I present you the last of the Tliste family PHP version. This component is a freeware under license GPL. This component is a set of [...]]]></description>
	<h2 class="titre2">Description</h2>
<p><img class="right" alt="PhpTliste" src="/_img/PhpTliste_0.png"/><br />
<strong>Treeview</strong> is the first component that I have developed (at the time in C + + for Windows 3). Since then I accommodate this development in various languages.<br />
So I present you the last of the  Tliste family PHP version. This component is a freeware under license GPL.</p>
<p>This component is a set of two classes PHP <strong>tliste</strong> the base class and <strong>rd_l</strong> which represents an element of the list. It is, in my opinion, relatively easy to use and easily adaptable. It&#8217;s still a &#8220;beta&#8221; version, which should be cleaned and I think also to produce two distinct versions for PHP-4 and PHP-5.</p>
<p><span id="more-46"></span></p>
<h2 class="titre2">Exemple</h2>
<table>
<tbody>
<tr>
<td>
