[ Index ]

PHP Cross Reference of ACL Module

title

Body

[close]

/views/default/ -> index.php (source)

   1  <?php
   2  $this->breadcrumbs=array(
   3      $this->module->id,
   4  );
   5  ?>
   6  <h1><?php echo $this->uniqueId . '/' . $this->action->id; ?></h1>
   7  
   8  <p>
   9  This is the view content for action "<?php echo $this->action->id; ?>".
  10  The action belongs to the controller "<?php echo get_class($this); ?>"
  11  in the "<?php echo $this->module->id; ?>" module.
  12  </p>
  13  <p>
  14  You may customize this page by editing <tt><?php echo __FILE__; ?></tt>
  15  </p>


Generated: Sun Jul 1 19:24:45 2012 Cross-referenced by PHPXref 0.7.1