|
From: Daniel J. <dan...@in...> - 2008-08-28 08:30:49
|
In the base line theres is no routing to articles.
Can someone post the complete routings for Article
greetings
Daniel
##########################
# Article
##########################
<?php
$routes = new Routes('article');
$routes->yamlDump();
?>
|