文件名称:KATNISS:具有Codeigniter框架,Ajax和MySQL的应用程序软件
文件大小:1.82MB
文件格式:ZIP
更新时间:2024-02-20 17:12:39
javascript mysql bootstrap php7 codeigniter
卡尼西斯 描述 该存储库是使用PHP Codeigniter,AJAX和MySQL的销售系统。 安装 使用PHP7,最好使用MySQL。 数据库 最好使用Codeigniter Framework和MySQL。 应用 使用Postman或RestEasy提供API。 用法 $ git clone https://github.com/DanielArturoAlejoAlvarez/KATNISS.git [NAME APP] 请按照以下步骤操作,一切顺利! 重要: 编码 控制器 . . . protected function updateVoucher ( $ idvoucher ) { $ currentVoucher = $ this -> Vtype_model -> getVoucherTypeById ( $ idvoucher ); $ data = array ( 'VHR_Qty' => $ currentVoucher -> VHR_Qty + 1 );