select.php 353 B

12345678910111213141516171819202122
  1. <?php
  2. $view
  3. ->fetch
  4. (
  5. '.select-btn',
  6. 'company/info.farm_list',
  7. array
  8. (
  9. 'self' => array
  10. (
  11. 'href' => '<{Maze::url("index?farm=" . $v.id)}>',
  12. //'target' => '_blank',
  13. 'html' => '<{$v.name}>',
  14. ),
  15. )
  16. )
  17. ->fetch('.prompt@style', 'display:none;');
  18. include('inc/common.php');