Posts by Cristiano Oliveira • 71 points
2 posts
-
3
votes3
answers6934
viewsA: Symbol "->" in php
(T_OBJECT_OPERATOR) -> is a token used to access "nonstatic" methods of a class: $this->prop (where prop is the name of the property). This "arrow" and also other symbols, are inherited from…
phpanswered Cristiano Oliveira 71 -
4
votes8
answers309745
viewsA: Reduce image size and maintain CSS aspect ratio
Imgliquid Plugin: https://github.com/karacas/imgLiquid Resources: Uses background-size CSS information Compatible with Bootstrap Small size < 2KB (gzip) Fill / Crop Responsive Svg Support…