I'm twiting

访问统计

free counters

Zend Framework quoteInfo 函数

$where = $this->db->quoteInto(”id = ?”, $label_id);
相当于 $where = “id = {$label_id}”;这个函数主要功能是防止 SQL 注入

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>