cnewbillWed Mar 20 17:21:29 2002 EDT
Modified files:
/phpdoc/en/functionsmysql.xml
Log:
See Bug #16187 The second parameter can't be used cause a number cannot be
used as an object property. ie row->0 is invalid while row->field is, so
MYSQL
cnewbillFri Feb 8 12:26:51 2002 EDT
Modified files:
/phpdoc/en/functionshttp.xml
Log:
See bug 15441 for more information on changes.
Index: phpdoc/en/functions/http.xml
diff -u phpdoc/en/functions/http.xml:1.35 phpdoc/en/functions/http.xml:1
cnewbillSat Mar 17 23:01:57 2001 EDT
Modified files:
/phpdoc/en/functionsvar.xml
Log:
Fixed a typo in get_resource_type listing
Index: phpdoc/en/functions/var.xml
diff -u phpdoc/en/functions/var.xml:1.38 phpdoc/en/functions/var.xml:1.39
--- p
cnewbillFri Feb 9 11:41:09 2001 EDT
Modified files:
/phpdoc/en/language oop.xml
Log:
Added the following lines:
Both in and outside of the object you do not need a $ when accessing an
object's properties.
Also a code snippet to reference the p