PHP Classes

File: sample2.php

Recommend this page to a friend!
  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: 19 years ago
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>";


?>