summaryrefslogtreecommitdiffstats
path: root/controllers/MangalistController.php
diff options
context:
space:
mode:
Diffstat (limited to 'controllers/MangalistController.php')
-rw-r--r--controllers/MangalistController.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/controllers/MangalistController.php b/controllers/MangalistController.php
new file mode 100644
index 0000000..1f2bec6
--- /dev/null
+++ b/controllers/MangalistController.php
@@ -0,0 +1,11 @@
+<?php
+
+namespace app\controllers;
+
+class MangalistController extends \lithium\action\Controller {
+ public function view($username)
+ {
+ $user = User::first('conditions' => compact('username'));
+
+ }
+} \ No newline at end of file