Skip to content

Commit

Permalink
Added AppSession class
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgowanca committed Mar 28, 2011
1 parent 1cf32b7 commit 207f411
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions application/libraries/AppSession.php
@@ -0,0 +1,17 @@
<?php

/**
* @ignore
*/
defined('BASEPATH') OR exit;

/**
* AppSession
*/
class AppSession
{
public function __construct()
{
// ...
}
}

0 comments on commit 207f411

Please sign in to comment.