hi all
does anybody here knows a good safe way to work with sql stored function with zend framework?
i can do so with prepared statement but i'm sure that there is safer way to do so...
i'm using postgreSql but i don't think that there's any different.
thanks!

If you are asking about sql injection, you may read about it from net.
If you will find a good example from net, this will help. And you may just use pg_escape_string this also helps to be in safer side.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.