Ecplise +

WBOY
Release: 2016-09-11 11:34:22
Original
1143 people have browsed it

Ecplise +
$total_sale= get_sale_total($year, $month, $day);

<code>$total_cardsale= get_cardsale_total($year, $month, $day);    
$total_served_cust = 0; //get_served_total($year, $month, $day);
$total_new_cust = get_new_customer_total($year, $month, $day);
$total_new_paidcust = get_new_paid_customer_total($year, $month, $day);</code>
Copy after login
Copy after login

Waiting online

Reply content:

Ecplise +
$total_sale= get_sale_total($year, $month, $day);

<code>$total_cardsale= get_cardsale_total($year, $month, $day);    
$total_served_cust = 0; //get_served_total($year, $month, $day);
$total_new_cust = get_new_customer_total($year, $month, $day);
$total_new_paidcust = get_new_paid_customer_total($year, $month, $day);</code>
Copy after login
Copy after login

Waiting online

The best one for debugging is phpstrom
I feel it is easier to use than ecplise

Ecplise +

Related labels:
php
source:php.cn
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