MySQL function call in lithium
How can you call a MySQL function (like GeomFromText () or SELECT AS ) in the Lithium Framework CRUD? Using database-> read () is awkward (I change database columns a lot) and including a function in a variable's value ends up being escaped.
+3
source to share
1 answer