Intervest Blog
  • About Intervest

Zend PDF – Generate a PDF Receipt

by ruffinscott on January 12, 2012 · No Comments

So you might have a need to generate and display a PDF. For this turtorial I’m going to create a controller action that will generate a purchase receipt. Let’s assume a user has just made a purchase on your web site. They are currently looking that the purchase approval screen that you’ve displayed. It’s showing [...]

Continue Reading →

Zend Framework – Simple Display and Evaluate Form Action

by ruffinscott on December 11, 2011 · No Comments

So you have a form that you want to display to the user. When they complete the form you want to evaluate the data entered. You can do this with a single Zend controller action. function indexAction() { if (isset($_POST['submit'])) { //handle the post otherwise let the view send the default .phtml //Grab the variables [...]

Continue Reading →

PHP Pagination…a Zend Alternative

by ruffinscott on October 27, 2011 · No Comments

Zend’s pagination is a bit complex if you need something quick and easy. Sure, it will do everything you need but you have to figure it out first. Honestly, I found Zend’s implementation of pagination to be a pain in the ass. This tutorial came about because I recently needed a simple pagination feature to [...]

Continue Reading →
← Previous Entries
  • Intervest

    We are more than happy to talk with you about your projects and IT needs.

    Please give us a call or email today.

    400 Dominion Drive
    Suite 102
    Morrisville, NC 27560
    Phone: 919.342.0536
    Email: ruffin@intervestcorp.com

  • Categories

  •  

    May 2012
    M T W T F S S
    « Jan    
     123456
    78910111213
    14151617181920
    21222324252627
    28293031  
  • Older Posts

Intervest Blog

Pages

  • About Intervest

The Latest

  • Zend PDF - Generate a PDF Receipt
    So you might have a need to generate and display a PDF. […]

More

Thanks for dropping by! Feel free to join the discussion by leaving comments, and stay updated by subscribing to the RSS feed.
© 2011 Intervest Corporation