... = $db->loadResult();
-- using the data
echo $my_value; // will equal the retrieved value of "email"
Single Row Result - loadRow()
This type of query is for when you want any of ...
So there is other documentation out there. I'm basing most of this article on the official Joomla 1.6 documentation: http://docs.joomla.org/Creating_a_profile_plugin and I want to use an example that ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.