-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
maartenvanvliet
committed
Jun 23, 2008
1 parent
9c714de
commit e7b82dc
Showing
4 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|