summaryrefslogtreecommitdiffstats
path: root/models/Anime.php
diff options
context:
space:
mode:
authorMichael Francis <edude03@gmail.com>2011-05-28 13:28:16 -0400
committerMichael Francis <edude03@gmail.com>2011-05-28 13:28:16 -0400
commit2389d66da849798f8d4ec5f10e3b07c11da49185 (patch)
treee22556d12982395b469a23420c662662e3e064cc /models/Anime.php
downloadotakuhub-2389d66da849798f8d4ec5f10e3b07c11da49185.tar.xz
Initial Commit
Diffstat (limited to 'models/Anime.php')
-rw-r--r--models/Anime.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/models/Anime.php b/models/Anime.php
new file mode 100644
index 0000000..ffa40eb
--- /dev/null
+++ b/models/Anime.php
@@ -0,0 +1,8 @@
+<?php
+
+namespace app\models;
+
+class Anime extends \lithium\data\Model {
+ protected $_meta = array('key' => '_id', 'source' => 'anime');
+
+} \ No newline at end of file