Skip to content

Commit

Permalink
Misc flashing
Browse files Browse the repository at this point in the history
  • Loading branch information
Artazor committed May 25, 2012
1 parent c75e6f7 commit 0519ccd
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 19 deletions.
65 changes: 46 additions & 19 deletions lib/js/oxygen.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions object/object.class.php
Expand Up @@ -20,6 +20,10 @@ public function flash($message, $type = 'info') {
$this->scope->SESSION['oxygen-flash-messages'] = $messages;
}

public function clientLog($object){
$this->flash($object,'debug');
}

public function __call($method, $args) {
if($method=='download'){
echo 'HERE';
Expand Down

0 comments on commit 0519ccd

Please sign in to comment.