--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To post to this group, send an email to joomla-de...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.
you have your double quotes inside a single quote thus it is looking for "$tag" literally...
it is better to use a query in joomla the way mr. ian wrote it anyway so as to avoid quote issues.
yeah I'm with ya... I'm wondering if he is putting it in phpmyadmin verbatim.
either way tho your example is definitely my preferred method. using the hash prefix and quotes method makes for much cleaner, readable code.
It returns an object list.
Well, an object list is an array of objects.
Ian
On 2011-01-30 6:36 PM, "Andy Nagai" <andy....@gmail.com> wrote:
btw, _getList() does not return an array. Your array check will not work.
It returns an object list.
On Sun, Jan 30, 2011 at 1:12 PM, Matti Ritala <m.ri...@gmail.com> wrote:
> This is so mystical. Th...