Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为了将用户输入转义到查询字符串中,zend 框架提供了什么?
请参阅引用值和标识符。您也可以在创建查询时使用Zend_Db_Select ,它会自动调用 quoteInto。