if (discount_plugin_enabled)
then ( add a discount drop down list in the item list ... )
else
do normal stuff
Does anyone know of a decent debugger for PHP?
http://www.tectonic.co.za/view.php?id=1094
/>
Unfortunately PHP doesn't support read-only variables (yet). If you want to make a variable read-only, declare it as protected or private, and access it with a public method that returns the variable but doesn't let you write to it.
1 to 21 of 21