Màn hình Setting

Màn hình setting thêm sửa xóa

B1:

  • Tạo file PHP trong view

VD: modules/Accounts/views/Settings.php

  • Tạo function process sẽ gọi ra $viewe = $this->getViewer ($request);
  • $viewer truyền biến sang tpl

VD: $viewer->assign(‘value’,$var)

  • $viewer sẽ trỏ về đường dẫn tpl

VD:$viewer->view(‘DashBoardFunnelChart.tpl’, $moduleName)

B2:

  • Tạo file tpl theo đường dẫn trỏ ở trên

B3:

  • Thêm function getHeaderScripts trong file setting.php
  • Để gán thêm file JS

B4:

  • Tạo file js trong resources

B5 :

  • Viết ajax để thêm sửa xóa

Leave a Reply

You must be logged in to post a comment.