Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1907 | major | always | 07-29-07 00:10 | 09-18-07 19:04 | |
|
|||||
Reporter: | ssozonoff | Platform: | |||
Assigned To: | sam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.2 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.3 | ||
|
|||||
Summary: | 0001907: Extending PHP's ArrayObject does not work. | ||||
Description: |
I have not tested extending other "native" PHP objects but this could be a general issue. test code: <?php class Ao_Test extends ArrayObject { public function hello() { echo "Hello"; } } $t = new Ao_Test(); $t->hello(); ?> |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|