Bas
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Bas commented, -
-
-
Bas commented, -
Bas created a post, False postive mysql in joomla code "Unable to resolve column"
I have this php code: $db = JFactory::getDbo();$query = $db->getQuery(true);$query->select($db->quoteName(array('waarde')));$query->from($db->quoteName('#__sometable'));$query->where($db->quoteName... -
Bas created a post, Whats is wrong with field accessedf via magic method
Hi, I get the message field accessedf via magic method, What is wrong with this method? En what is the right way to do it ?