Wednesday, June 19, 2013

Mod Rewriter

PHP Scripts - Mod Rewriter - CodeCanyon

Mod Rewriter his title this type of PHPScripts/Navigation This time I will review,made by Sitebase, PHPScripts/Navigation is sold at a price of $3 in CodeCanyon. Mod Rewriter - CodeCanyon Item for Sale clean url // htaccess // links // mod rewrite // rule // seo //
Created 4 January 10
Last Update 4 January 10
Compatible Browsers Firefox, IE6, IE7, IE8, Opera, Safari
Software Version PHP 5.x, jQuery
Software Framework N/A
Files Included HTML, PHP
More Info...Mod Rewriter ..

These days every website, big or small uses mod rewrite to get nice looking urls like www.test.com/news/ instead of www.test.com?page=news. If you use CMS systems like Wordpress or Drupal it’s very easy. You can just enable this opion and your ready. But if your are writing you own applications or websites it’s an whole other story. In these cases you need to get dirty with htaccess and stuff, and as you might know, that’s not a fun thing to do. With this class the needed htaccess is automaticly generated by an install script. The rest of the rewriting is done by defining the needed url’s in php.

Features

  • Define routes in an ini file or in your PHP script
  • Use different url extensions (php, html, trailing slash, no trailing slash)
  • Easy integration
  • Retrieve url parameters with variable names
  • Install script to generate htaccess

How to use

Below you find a small example of how to use this script. In the zip is an extended help file with more information. This is just to show you how easy it is to use this script.

 include("Routing.php"); $routes['news'] = "news"; $routes['news-item'] = "news/$item"; $routes['profile'] = "profile"; $Info = ModRewriter::Route($routes); 

Retrieve the first parameter of an url. For example we open this url www.test.com/news/:

echo $Info->Get(0);
This will echo news.

Retrieve a named parameter when for example the url www.test.com/news/45/ is called:

echo $Info->Get("item");
This will echo 45.


Related produck This user:Sitebase

Google Maps for Mobile Site PRO - CodeCanyon Item for Sale Twitter Wall for Mobile Site PRO - CodeCanyon Item for Sale Mobile Site PRO - CodeCanyon Item for Sale News Widget for WordPress - CodeCanyon Item for Sale Testimonials for WordPress - CodeCanyon Item for Sale API Client - CodeCanyon Item for Sale Html Helper Class - CodeCanyon Item for Sale

More items by Sitebase

No comments:

Post a Comment