About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
development:coding_standards

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
development:coding_standards [2020/07/30 14:09] – [Templates] crhallbergdevelopment:coding_standards [2020/07/30 14:09] – [Templates] crhallberg
Line 18: Line 18:
   * Use if blocks instead of brackets and indent inside - ''<?php if(): ?><?php endif; ?>''   * Use if blocks instead of brackets and indent inside - ''<?php if(): ?><?php endif; ?>''
   * Use Slots to simply buffering and conditional content, especially across templates   * Use Slots to simply buffering and conditional content, especially across templates
-  * If a loop is producing multiple buttons, links, etc. per item, consider making a subtemplate and using ''<?=$this->render('') ?>''+  * If a loop is producing multiple buttons, links, etc. per item, consider making a subtemplate and using ''<?=$this->render() ?>''
   * Don't call Model methods from Views, perform this logic in the Controllers   * Don't call Model methods from Views, perform this logic in the Controllers
  
development/coding_standards.txt · Last modified: 2023/03/17 10:43 by demiankatz