php - Yii framework 2.0 printing functionality -
i work yii framework 2.0. have retrieved info database , send printer , print out on paper. junior php developer have never print php (not print/echo, print on paper). yii framework 2.0 provide api printing functionality?
you can't print php, because php runs on server, not on client.
the easiest way print, create normal webpage - view in yii - , define css media="print".
if user want print out page (with file -> print menu, or js window.print()), browser utilize print css instead of normal css.
in print css can define visible on page, , can hide (display: none) part of it.
you can utilize following, adding media attribute css file:
yii framework 2.0 add together media print css link
php printing yii2
No comments:
Post a Comment