Login   Register  
PHP Classes
elePHPant
Icontem

File: sample2.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Ben Yacoub Hatem  >  Gonx URLs  >  sample2.php  >  Download  
File: sample2.php
Role: Example script
Content type: text/plain
Description: Sample usage of the class
Class: Gonx URLs
Generate and process search engine friendly URL
Author: By
Last change:
Date: 2004-04-24 03:42
Size: 343 bytes
 

Contents

Class file image Download
<?php

echo "This is a Gonx Urls link : <a href=\"".urls::create(array("go"=>"accueil","page"=>"1"),$GonxAdmin["urls"])."\"> Test </a> <br>
Change \$GonxAdmin[\"urls\"] (init.php) value to 1 and refresh the page<br><br>"
;

echo 
"Below is a sample usage, you can generate this code using urls::scan(\"modules/\"); method <br><br>";


?>