Feature: Register custom function handlers on views #321
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
experiment
suggestion
support
Testing
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/framework#321
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem Statement
Currently, the Hazaar view system does not provide a unified way to register custom function handlers that can be used across both Smarty templates and legacy PHP templates. This limitation makes it difficult for developers to extend view functionality in a consistent manner. A feature is needed to allow custom function handlers to be set on a view, making them available in both template engines.
Who will benefit?
Benefits and risks
Benefits
Risks
Proposed Solution
setFunctionHandler($name, $callback)
) to register custom function handlers.Priority/Severity
assigned to @jamie
created branch
321-feature-register-custom-function-handlers-on-views
to address this issuementioned in merge request !203
mentioned in commit
330a089fcb