求翻译PHP代码
if(!is_numeric($this->spArgs('rebate'))or!is_numeric($this->spArgs('fixate'))or!is_nu...
if (!is_numeric($this->spArgs('rebate')) or !is_numeric($this->spArgs('fixate')) or !is_numeric($this->spArgs('space')))
{
$this->error('输入数据错误1', spUrl("sysuser", "sysuserEdiPage", array('sysuserid' => $this->spArgs('sysuserid'))));
exit();
}
$row = $sysuserObj->find($conditions);
if ($row['rebate'] > $this->spArgs('rebate') or $this->spArgs('fixate') < $row['fixate'] or $this->spArgs('space') < $row['space'] or $this->spArgs('space') < 0.3)
{
$this->error('输入数据错误2', spUrl("sysuser", "sysuserEdiPage", array('sysuserid' => $this->spArgs('sysuserid'))));
exit(); 展开
{
$this->error('输入数据错误1', spUrl("sysuser", "sysuserEdiPage", array('sysuserid' => $this->spArgs('sysuserid'))));
exit();
}
$row = $sysuserObj->find($conditions);
if ($row['rebate'] > $this->spArgs('rebate') or $this->spArgs('fixate') < $row['fixate'] or $this->spArgs('space') < $row['space'] or $this->spArgs('space') < 0.3)
{
$this->error('输入数据错误2', spUrl("sysuser", "sysuserEdiPage", array('sysuserid' => $this->spArgs('sysuserid'))));
exit(); 展开
3个回答
展开全部
if (!is_numeric($this->spArgs('rebate')) or !is_numeric($this->spArgs('fixate')) or !is_numeric($this->spArgs('space'))) // 如果上面这些数据不是数字的话 输出错误
{
$this->error('输入数据错误1', spUrl("sysuser", "sysuserEdiPage", array('sysuserid' => $this->spArgs('sysuserid')))); // 输出错误 后面的可能是跳转到前面的页面
exit(); // 退出
}
$row = $sysuserObj->find($conditions); //从数据库中查找符合情况的记录
if ($row['rebate'] > $this->spArgs('rebate') or $this->spArgs('fixate') < $row['fixate'] or $this->spArgs('space') < $row['space'] or $this->spArgs('space') < 0.3) // 如果数据库中的数据和给的数据条件不符合 输出错误
{
$this->error('输入数据错误2', spUrl("sysuser", "sysuserEdiPage", array('sysuserid' => $this->spArgs('sysuserid'))));
exit();
{
$this->error('输入数据错误1', spUrl("sysuser", "sysuserEdiPage", array('sysuserid' => $this->spArgs('sysuserid')))); // 输出错误 后面的可能是跳转到前面的页面
exit(); // 退出
}
$row = $sysuserObj->find($conditions); //从数据库中查找符合情况的记录
if ($row['rebate'] > $this->spArgs('rebate') or $this->spArgs('fixate') < $row['fixate'] or $this->spArgs('space') < $row['space'] or $this->spArgs('space') < 0.3) // 如果数据库中的数据和给的数据条件不符合 输出错误
{
$this->error('输入数据错误2', spUrl("sysuser", "sysuserEdiPage", array('sysuserid' => $this->spArgs('sysuserid'))));
exit();
展开全部
if (!is_numeric($this->spArgs('rebate')) or !is_numeric($this->spArgs('fixate')) or !is_numeric($this->spArgs('space'))) // 如果上面这些数据不是数字的话 输出错误
{
$this->error('输入数据错误1', spUrl("sysuser", "sysuserEdiPage", array('sysuserid' => $this->spArgs('sysuserid')))); // 输出错误 后面的可能是跳转到前面的页面
exit(); // 退出
}
$row = $sysuserObj->find($conditions); //从数据库中查找符合情况的记录
if ($row['rebate'] > $this->spArgs('rebate') or $this->spArgs('fixate') < $row['fixate'] or $this->spArgs('space') < $row['space'] or $this->spArgs('space') < 0.3) // 如果数据库中的数据和给的数据条件不符合 输出错误
{
$this->error('输入数据错误2', spUrl("sysuser", "sysuserEdiPage", array('sysuserid' => $this->spArgs('sysuserid'))));
exit();
{
$this->error('输入数据错误1', spUrl("sysuser", "sysuserEdiPage", array('sysuserid' => $this->spArgs('sysuserid')))); // 输出错误 后面的可能是跳转到前面的页面
exit(); // 退出
}
$row = $sysuserObj->find($conditions); //从数据库中查找符合情况的记录
if ($row['rebate'] > $this->spArgs('rebate') or $this->spArgs('fixate') < $row['fixate'] or $this->spArgs('space') < $row['space'] or $this->spArgs('space') < 0.3) // 如果数据库中的数据和给的数据条件不符合 输出错误
{
$this->error('输入数据错误2', spUrl("sysuser", "sysuserEdiPage", array('sysuserid' => $this->spArgs('sysuserid'))));
exit();
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
这是speedphp框架,好像是在判断写放数据是不是数字,$this->error()这是框架内置的一个跳转函数
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询