<?php
/**************************************************************************************
 ***  ContactmanageAction.class.php
 ***  说明:
 ***  日期:2012-08-12
 *************************************************************************************/
include './Public/Classes/PHPExcel/IOFactory.php';
//CountcarddataAction 控制类继承统一入口加载类 CommonAction
class ContactmanageAction extends  CommonAction {

  function index()
  {
     $contact_model=M('contact');
     $contactdata=$contact_model->where("user>}


相关文章:

  • 2021-12-04
  • 2021-12-04
  • 2021-12-04
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
猜你喜欢
  • 2021-12-04
  • 2021-12-04
  • 2021-10-28
  • 2021-12-04
  • 2021-12-04
  • 2021-12-04
  • 2021-12-04
相关资源
相似解决方案