PHP Classes

File: CoffeeCMS/contents/themes/cfnews/routes.php

Recommend this page to a friend!
  Classes of James Brows   Coffee CMS   CoffeeCMS/contents/themes/cfnews/routes.php   Download  
File: CoffeeCMS/contents/themes/cfnews/routes.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Coffee CMS
Content management system using MVC based themes
Author: By
Last change:
Date: 2 years ago
Size: 137 bytes
 

Contents

Class file image Download
<?php

// Routes::get('(:word)/(:word)','basic/$1@$2');

Routes::get('(:word)','cfnews/$1@index');

Routes::get('','cfnews/Home@index');