Ticket #302: Add fSession::add()
| Reporter: | wbond | Type: | enhancement | Opened: | 11 months ago | Status: | closed |
|---|---|---|---|---|---|---|---|
| Assigned to: | wbond | Priority: | major | Modified: | 9 months ago | Resolution: | fixed |
It would be nice to be able to add things to an array in fSession without getting, adding and setting
Attachments
History
10/08/09 21:27:06 changed by alexleeds
- attachment fSession-add.patch added.
10/08/09 21:28:51 changed by alexleeds
Added the function fSession::add() as requested. I tried my best to follow the coding style already set forth in Flourish. Function acts similar to fTemplate::add();
10/09/09 16:16:31 changed by alexleeds
- attachment fSession-add2.patch added.
Added ::add() to error messages.
10/26/09 12:38:16 changed by wbond
- status changed from new to closed.
- resolution set to fixed.
This functionality was added in r721 - fSession::add()

Adds the function fSession::add()