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 [...]
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 [...]
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 [...]
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.comCategories
May 2012 M T W T F S S « Jan 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Older Posts