need a theoretical hint - how is this method of introducing css and / or javascript properly called
$js = <<< JS ... your JS code here JS; $css = <<< CSS ... your CSS styles here } CSS; I mean three opening angle brackets
need a theoretical hint - how is this method of introducing css and / or javascript properly called
$js = <<< JS ... your JS code here JS; $css = <<< CSS ... your CSS styles here } CSS; I mean three opening angle brackets
It depends on what goals you are pursuing. If you dynamically generate pdf files, then this method accepts, but if there is a way to avoid storing HTML, etc. in a change then use it immediately.
Source: https://ru.stackoverflow.com/questions/530206/
All Articles