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 revision
Previous revision
Next revisionBoth sides next revision
development:coding_standards [2020/07/30 14:09] – [Templates] crhallbergdevelopment:coding_standards [2020/07/30 14:12] – [Templates] crhallberg
Line 11: Line 11:
 ===== Templates ===== ===== Templates =====
  
-Templates are looser with their styles due to the difficult mix of conditional PHP, HTML, and inline JS. Here's a few guidelines to help write clearer templates.+Templates are difficult mix of conditional PHP, HTML, and inline JS. Here's a few guidelines to help write clearer templates.
  
   * 2 Space Indents   * 2 Space Indents
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
  
 +Many of these items and more are enforced and automatically corrected with [[https://github.com/FriendsOfPHP/PHP-CS-Fixer|PHP-CS-fixer]].
 ===== CSS ===== ===== CSS =====
  
development/coding_standards.txt · Last modified: 2023/03/17 10:43 by demiankatz