标签: php postgresql codeigniter activerecord
我有一个Postgres SQL查询,需要将其转换为活动记录,如何实现?
示例:
SELECT * FROM abc(1,2,3) as (a float, b float, c tinyint)
需要在对象模式下防止SQL注入。