I needed CURL to test some php scripts on WAMP Local Server where CURL is disabled by default. To enable it under WAMP running on a Windows Environment follow these steps.
Continue reading...Monday, April 19, 2010
GPL guidelines for submitting extensions to Joomla Extensions Directory(JED). 1- PHP files: 1A- Notice at the top of each php file stating that it is distributed under the terms of the GPL (see http://www.fsf.org/licensing/licenses/gpl-howto.html for details) 1B- Copyright notice at the top of each php file, as in: 2- XML File 2A- a tag in [...]
Continue reading...Wednesday, December 2, 2009
There are 21 different standard parameter types supported in the Joomla Framework for all extension types (templates, components, modules and plugins). This section gives a brief description of each parameter type, in alphabetical order. Full details of each parameter type are given on the following pages. Standard parameter types Component parameters
Continue reading...
Thursday, August 25, 2011
2 Comments