PHP Tutorial

PHP Debugging with Zend Studio

In this tutorial, we will explore how to use the latest update of Zend Studio for debugging PHP scripts. But first, we will get an overview of the product, its various editions, the system requirements for running it, and other installation considerations.
Basics » developertutorials.com
Score(+): 2 | Views: 233 | Save it | Report it


Top 20 Similar PHP Tutorials

Debugging with PHP

Everyone makes errors and if you use PHP you will create bugs. The purpose of this tutorial is to give an introduction to debugging using PHP. You will learn basic ways to determine where problems occur as well as functions like var_dump().
Basics » forum.codecall.net
Score(+): 28 | Views: 810 | Similar Tuts | Save it | View this tutorial

Introduction to Debugging and Error Checking your PHP Applications

Debugging essentially means to track down an error in your code. Found a "bug" in your code? Then you need to "de-bug" it! This article will introduce you to some basic concepts such as error checking and built-in functions like var_dump() that will aid you in tracking down errors in your PHP applications. There are also many fully-fledged debugging tools for PHP that lets you set breakpoints, watch variables, and such like, but we won't be using them in this article.
Basics » talkphp.com
Score(+): 4 | Views: 224 | Similar Tuts | Save it | View this tutorial

Widgets with the Zend Framework and Smarty

In this tutorial you can learn more about Widgets with the Zend Framework and Smarty
General » prodevtips.com
Score(+): 4 | Views: 237 | Similar Tuts | Save it | View this tutorial

Sending Emails with the Zend Framework

Many PHP applications require the ability to send emails nowadays from simple plain-text emails confirming a registration to advanced HTML newsletters. PHP allows us to send emails using the mail() function but this can quickly get complex when you begin to add HTML, attachments and different character encoding.
Advanced » talkphp.com
Score(+): 2 | Views: 150 | Similar Tuts | Save it | View this tutorial

Writing a CMSCommunity with Smarty and the Zend Framework

This tutorial is about writing a CMSCommunity with Smarty and the Zend Framework
General » prodevtips.com
Score(+): 3 | Views: 151 | Similar Tuts | Save it | View this tutorial

Marrying the Zend Framework and HTML Ajax

What if you want to use some HTML Ajax without having to move code from the controller? The answer is that you have to be able to make instances of each controller. Start with the class you extend Zend_Controller_Action with
General » prodevtips.com
Score(+): 3 | Views: 216 | Similar Tuts | Save it | View this tutorial

Writing a CMSCommunity with Smarty and the Zend Framework

This tutorial is about writing a CMS Community with Smarty and the Zend Framework
General » prodevtips.com
Score(+): 3 | Views: 170 | Similar Tuts | Save it | View this tutorial

Writing a CMSCommunity with Smarty and the Zend Framework

Learn how to make a CMS community whith Zend Framework
General » prodevtips.com
Score(+): 3 | Views: 215 | Similar Tuts | Save it | View this tutorial

Writing a CMSCommunity with Smarty and the Zend Framework Part 6

This tutorial is about writing a CMSCommunity with Smarty and the Zend Framework Part 6
General » prodevtips.com
Score(+): 2 | Views: 151 | Similar Tuts | Save it | View this tutorial