Skip to content

Commit

Permalink
Merge pull request #3 akasima-pr-sender/develop-test1 closed
Browse files Browse the repository at this point in the history
* akasima-pr-sender-develop-test1:
  #3 i ahaha allll
  • Loading branch information
akasima committed Jul 2, 2014
2 parents b42ca20 + 8221615 commit f8d44ab
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 f8d44ab

Please sign in to comment.