Skip to content

Commit

Permalink
#3 i ahaha allll
Browse files Browse the repository at this point in the history
  • Loading branch information
akasima-pr-sender authored and akasima committed Jul 2, 2014
1 parent b42ca20 commit 8221615
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/admin/admin.admin.view.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ function init()
{
$a = 1;
$b = 1;
$c = 4;

$this->addSome = new stdClass;

Expand Down
4 changes: 4 additions & 0 deletions modules/file/file.admin.view.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ class fileAdminView extends file
*/
function init()
{
$a = 1;
$b = 2;
$c = 3;
$d = 1;
}

/**
Expand Down
2 changes: 2 additions & 0 deletions modules/file/file.view.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ class fileView extends file
*/
function init()
{
$a = 1;
$b =2;
}

/**
Expand Down
1 change: 1 addition & 0 deletions modules/module/module.view.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ function init()
{
// Set the template path
$this->setTemplatePath($this->module_path.'tpl');
$a =3;
}

/**
Expand Down

0 comments on commit 8221615

Please sign in to comment.