Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Felix Geisendörfer's Blog:
Make printing easy, using a PrintController
Sep 25, 2006 @ 12:41:14

On the ThinkingPHP blog today, Felix Geisendörfer shows, based on some of his own personal work, how to make printing simpler inside of a CakePHP application.

The web site I currently work on is going to be for the hotel where my step father is the manager of. One of the things that is going to be an important 'feature' for the site, is to make it printer friendly.

Since the new site has a very clean markup, I thought about simply creating an additonal style sheet for the media type "print". However, after thinking about it a little bit more today, I came to to the conclusion that I'm dealing with WYSIWYG visitors. So I decided to get a little fancier, and to create a PrintController, which would output printable versions of any site requested by /print/*

He gives the code for the controller and for the easy to use link to go over to the "printable version" of each page, hiding the none-printable information from the browser.

tagged: cakephp framework print controller version hide cakephp framework print controller version hide

Link:


Trending Topics: