In this series of blogs, we will talk about common mistakes to avoid while building extensions for Joomla!.
In this particular blog, we will talk about these four common mistakes:
- Not using language constants and instead of hard coding language strings
- Not using JInput and instead directly accessing $_POST or $_GET
- Not using the Joomla Database layer and writing plain database queries instead
- Wrong usage of loadObjectList / loadAssocList() (Using loadObjectList() when just 1 row is needed)