Login   Register  
PHP Classes
elePHPant
Icontem

File: index.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  >  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: 2004-04-24 03:25
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/");

?>