标签: php if-statement
当数量小于1或0时,我正在尝试从数据库中删除一条记录。
这是购物车应用程序
$aantal = $this->getCurrentAantal(); if ($aantal > 0 ) { $aantal--; } else { return; }