PHP Fusebox 4 News
Status: Alpha
Brought to you by:
starkraving
The new core files change the way the <relocate/> tag works in your circuit.xml files.
Previously you would have something like this:
<relocate url="$myself.'cUser.editform&userid='.$userid"/>
Now, in order to make it more inline with the way the tag works in ColdFusion FB4, you would have something like this:
<relocate url="{$myself}cUser.editform&userid={$userid}"/>
This is the only thing that changed in the latest core files that will require any modification in your application's circuit.xml files.