Home > Backend Development > PHP Tutorial > shopnc secondary development, daily check-in points collection

shopnc secondary development, daily check-in points collection

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-29 09:12:54
Original
1347 people have browsed it

/*

Start shopnc!!!!!

*/

Mode:points.model.php

                                                                                                                                 uage:common.php

       Add "pointsdaydesc"

<span>case</span> 'day':
                <span>if</span>(!<span>$insertarr</span>['pl_desc'<span>]){
                    </span><span>$insertarr</span>['pl_desc'] = Language::get('pointsdaydesc'<span>);
                }
                </span><span>break</span>;
Copy after login

control :index.php

       Add "userjfOp"

<span>$lang</span>['pointsdaydesc']            =    '会员每日登录';
Copy after login

The above introduces the secondary development of shopnc and daily sign-in points collection, including the content. I hope it will be helpful to friends who are interested in PHP tutorials.

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template