PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Ben Yacoub Hatem   Gonx URLs   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: index and sample usage of the class
Class: Gonx URLs
Generate and process search engine friendly URL
Author: By
Last change:
Date: 19 years ago
Size: 305 bytes
 

Contents

Class file image Download
<?php

/**
 * GONX Urls samples
 *
 * @package
 * @author Ben Yacoub Hatem <hatem@php.net>
 * @copyright Copyright (c) 2004
 * @version $Id$ - 04/04/2004 15:40:34 - index.php
 * @access public
 **/


require_once("init.php");

include(
"modules/test.php");

urls::scan("modules/");

?>