Skip to content

Commit

Permalink
added credits
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenvanvliet committed Jun 23, 2008
1 parent 9c714de commit e7b82dc
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions acl/config/acl.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?php
/**
* Khaos :: Khacl
*
* @author David Cole <[email protected]>
* @author dlib <[email protected]>
*/

$config['tables']=array(
'aros' => 'aros',
'acos' => 'acos',
Expand Down
7 changes: 7 additions & 0 deletions acl/models/aco.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?php
/**
* Khaos :: Khacl
*
* @author David Cole <[email protected]>
* @author dlib <[email protected]>
*/

class Aco_Model extends ORM{
protected $acts_as='mptt';

Expand Down
7 changes: 7 additions & 0 deletions acl/models/aro.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?php
/**
* Khaos :: Khacl
*
* @author David Cole <[email protected]>
* @author dlib <[email protected]>
*/

class Aro_Model extends ORM{
protected $acts_as='mptt';

Expand Down
7 changes: 7 additions & 0 deletions acl/models/axo.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?php
/**
* Khaos :: Khacl
*
* @author David Cole <[email protected]>
* @author dlib <[email protected]>
*/

class Axo_Model extends ORM{

public function create($axo)
Expand Down

0 comments on commit e7b82dc

Please sign in to comment.