Third verse in the book of Coda clips is JRequest. The JRequest class provides the Joomla! framework a common interface to access request variables which includes; $_POST, $_GET and $_REQUEST.
Read about: Joomla 1.5 Coda Clips - JRequestThe second set of Coda clips are for JFilterOutput. What the heck is JFilterOutput you ask? It is a class in the Joomla! framework that strings and text in various ways. The number one thing I use it for is to replace "&" (ampersands) with "&" by using JFilterOutput::ampReplace for valid XHTML.
Read about: Joomla 1.5 Coda Clips - JFilterOutputI've began to build out a set of Coda clips for Joomla! development. I'll be posting them here on our blog as I get them complete—probably just in time for the Joomla! 1.6 release ;)
Read about: Joomla 1.5 Coda Clips - Parameters
sending, please wait