Bas
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
-
-
-
-
Bas 进行了评论, -
Bas 创建了一个帖子, 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 创建了一个帖子, 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 ?