Database::get depreciated?
Permalink![ob7dev](/files/avatars/242991.jpg)
There are a whole bunch of other database functions you should call differently. Someone (thought willemanchor) made a list of deprecated functions (I do think these are in there), but I'm not sure where to find the link to that.
http://webli.us/cheatsheet/doku.php...
http://documentation.concrete5.org/developers/appendix/deprecated-c...
You can find it in the appendix of the developer docs, or ...here:
http://documentation.concrete5.org/developers/appendix/deprecated-c...
Most of the time, when you look at the code of a deprecated function, you will see the replacement code right there, but some other times it takes a bit more digging.
Yes, you can still find deprecated functions being used in the core. Those uses will be replaced at some point.
Deprecated functions may be totally removed at some point, so it's always better to use new code.