Actions
Feature proposal #7602
closedMove remaining PHP logic out of template files
Feature proposal #7602:
Move remaining PHP logic out of template files
Description
No complex logic should exist in template files. At most calling a function is fine. Getting object variables are also fine (e.g. getter/setters). Other logic should be moved to table objects as functions. This will finalize preparations for CB to use Twig templates where PHP directly in templates will not be allowed.
Updated by krileon almost 4 years ago
- % Done changed from 0 to 30
Updated by krileon over 3 years ago
- % Done changed from 30 to 80
Updated by krileon almost 3 years ago
- Status changed from Assigned to Resolved
- % Done changed from 80 to 100
Updated by krileon over 2 years ago
- Status changed from Resolved to Closed
Actions