Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
Some more progress on issue #8
Browse files Browse the repository at this point in the history
  • Loading branch information
hassankhan committed Feb 12, 2014
1 parent 9e5b720 commit 54590ec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 22 deletions.
16 changes: 4 additions & 12 deletions library/Zepto/Route.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

namespace Zepto;

/**
* Route
*
Expand All @@ -9,20 +11,10 @@
* @package Zepto
* @subpackage Route
* @author Hassan Khan <contact@hassankhan.me>
* @link http://https://github.com/hassankhan/Zepto
* @license MIT
* @since 0.6
*/

/**
* Zepto Route Class
*
* This is the Zepto URL Route, which contains the logic to respond to a request.
* The router determines if the matched URL is for this route and executes its callback.
*
* @since 0.6
*/

namespace Zepto;

class Route
{

Expand Down
20 changes: 10 additions & 10 deletions library/Zepto/Zepto.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/**
* Zepto
*
* @author Hassan Khan
* @link http://https://github.com/hassankhan/Zepto
* @license http://opensource.org/licenses/MIT
* @version 0.2
*/

namespace Zepto;

use Pimple;
Expand All @@ -17,7 +8,16 @@
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;


/**
* Zepto
*
* @package Zepto
* @subpackage Zepto
* @author Hassan Khan <contact@hassankhan.me>
* @link http://https://github.com/hassankhan/Zepto
* @license MIT
* @since 0.2
*/
class Zepto {

/**
Expand Down

0 comments on commit 54590ec

Please sign in to comment.