Devel #137
let NEPHTHYS_RPC fully handle output
| Status: | Closed | Start: | 12/25/2008 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | Andreas Unterkircher | % Done: | 100% |
|
| Category: | internals | Spent time: | 1.00 hour | |
| Target version: | 1.6 | |||
Description
currently most of the classes are using Smarty's show() function which directly outputs the template content. Instead use fetch() and return the content to the main class. So output can centrally be handled by NEPHTHYS_RPC
Associated revisions
Revision bc003de0f06a4f3322fb522ea1d2e6fdfaa31953
reorder output handling, resolves #137
- NEPHTHYS_TMPL will return results to the caller function
instead of printing them directly. - NEPHTHYS init() is the only function outside NEPHTHYS_RPC
which will invoking print() to output the initial
template content of index.tpl
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
History
Updated by Andreas Unterkircher 1140 days ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset bc003de0f06a4f3322fb522ea1d2e6fdfaa31953.
Updated by Andreas Unterkircher 1140 days ago
- Status changed from Resolved to Closed