PHP Classes

File: routes.php

Recommend this page to a friend!
  Classes of Ali Sharifi   MVC 4 Dummies   routes.php   Download  
File: routes.php
Role: Sample output
Content type: text/plain
Description: Sample output
Class: MVC 4 Dummies
Web development PHP MVC framework
Author: By
Last change:
Date: 9 years ago
Size: 223 bytes
 

Contents

Class file image Download
<?php use Helper\RouterHelper as Router; Router::get("/simple-form","SimpleFormController","getIndex"); Router::post("/simple-form","SimpleFormController","postIndex"); Router::get("/","HomeController","index");