Skip to content

Commit

Permalink
Created a concrete model for the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Jun 6, 2011
1 parent 213d3ac commit 70515c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.textile
Expand Up @@ -53,7 +53,6 @@ h2. Options
h2. Todo

* Testing
* Create a concrete model for the plugin
* Administration panel for viewing logs

h2. License
Expand Down
3 changes: 3 additions & 0 deletions database_logger_app_model.php
@@ -0,0 +1,3 @@
<?php
class DatabaseLoggerAppModel extends AppModel {
}
3 changes: 3 additions & 0 deletions models/log.php
@@ -0,0 +1,3 @@
<?php
class Log extends DatabaseLoggerAppModel {
}

0 comments on commit 70515c5

Please sign in to comment.