Ticket #187 (closed enhancement: worksforme)
Basic FB5/PHP skeleton application (v5.0.0) does not work
| Reported by: | ted | Owned by: | starkraving2002 |
|---|---|---|---|
| Type: | enhancement | Priority: | normal |
| Milestone: | PHP Fusebox 5.1 | Component: | PHP Framework |
| Version: | 5.0 | Severity: | normal |
| Keywords: | Cc: |
Description
I couldn't get the php example to work until I noticed a typo (traced through my apache error log).
the fix: line 146, file: fuseboxDoFuseaction.php: take out the curly braces around the $this->...
you can keep it for the properties (first $this->) but not for the method calls (second and third
$this->)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
