create.cmmi.php 185 B

1234567
  1. <?php
  2. $this->loadModel('measurement');
  3. $module = $this->app->getModuleName();
  4. $method = $this->app->getMethodName();
  5. if(isset($this->lang->measurement->actions["$module.$method"]))
  6. {
  7. }