Changes between Initial Version and Version 1 of Ticket #17805, comment 7
- Timestamp:
- 06/15/2011 07:47:55 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17805, comment 7
initial v1 7 7 3. Child 8 8 9 Without include_once() Parent can not be activated. You can just use the Original and last Child. Do some tests. So how include really works and how it tracks the inclusion at the end. Including a file with include once in the same include breaks: Double declaration.9 Without include_once() Parent can not be activated. You can just use the Original and last Child. Do some tests. Including a file with include once in the same include breaks: Double declaration. No going around.