PHP 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(+): 0 | Views: 71 | Save it | Report it


Top 20 Similar PHP Tutorials

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(+): 0 | Views: 69 | 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(+): 0 | Views: 46 | Similar Tuts | Save it | View this tutorial

Writing a CMSCommunity

This tutorial is about writing a CMS Community with Smarty and the Zend Framework
General » prodevtips.com
Score(+): 0 | Views: 43 | 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(+): 0 | Views: 33 | 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(+): 0 | Views: 88 | Similar Tuts | Save it | View this tutorial

Smarty templates for beginners

The most common complaint that comes when a designer and a programmer are working together on the same project is that the output is mostly bugged. The reason for this is that the designer doesn't like too much funny symbols and characters in his HTML and tries to clear some of them.
Advanced » tutorials.haxansweb.com
Score(+): 0 | Views: 58 | Similar Tuts | Save it | View this 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(+): 0 | Views: 53 | Similar Tuts | Save it | View this tutorial

Ajax, ZF and Smarty feed reader

In this series the author will walk you through the code of a site that uses only Ajax and Scriptaculous to handle it’s completely windowed interface
Advanced » prodevtips.com
Score(+): 0 | Views: 78 | Similar Tuts | Save it | View this tutorial

Ajax, ZF and Smarty feed reader

In part 1 of this series you could download the whole source which this tutorial is based on. This part and subsequent parts will make use of that source
Advanced » prodevtips.com
Score(+): 0 | Views: 56 | Similar Tuts | Save it | View this tutorial

The Framework Basics of Creating Multilingual PHP Applications using XML

This article will inform you on how many people go about creating multilingual websites, as from the title, the article will outline the lingual framework which then allows you to then introduce other languages with ease
Advanced » talkphp.com
Score(+): 0 | Views: 42 | Similar Tuts | Save it | View this tutorial

Writing Secure PHP

This tutorial is about Advanced issues in PHP security
Security » ilovejackdaniels.com
Score(+): 0 | Views: 46 | Similar Tuts | Save it | View this tutorial

How to: Writing to files in PHP

Tutorial covers different scenarios and methods of writing text to a file in PHP...
Basics » php-learn-it.com
Score(+): 0 | Views: 65 | Similar Tuts | Save it | View this tutorial

Writing Secure PHP

Learn how to avoid some of the most common mistakes in PHP
Security » ilovejackdaniels.com
Score(+): 0 | Views: 66 | Similar Tuts | Save it | View this tutorial

Writing Secure PHP

This tutorial contains some advanced techniques for securing a website
Security » ilovejackdaniels.com
Score(+): 0 | Views: 44 | Similar Tuts | Save it | View this tutorial

Reading and Writing files in PHP

PHP follows almost same way of writing and manipulating files as in standard C. That is why it becomes so easy for a developer with C lanaguage background to create php application that uses files to save and retrieve data. It is a short tutoril that will get you started with writng and manipulating text files.
PHP Files » apitalk.com
Score(+): 0 | Views: 46 | Similar Tuts | Save it | View this tutorial

Writing Regular Expression with PHP

Regular Expression, commonly known as RegEx is considered to be one of the most complex concepts.
Basics » 11amdesign.com
Score(+): 0 | Views: 45 | Similar Tuts | Save it | View this tutorial

Writing Regular Expression with PHP

This tutorial is about Writing Regular Expression with PHP
General » macronimous.com
Score(+): 0 | Views: 47 | Similar Tuts | Save it | View this tutorial

Detailed Guide on Writing Form Data to a MySQL Database Using PHP

In this tutorial, you will make a form and then submit what is entered to a MySQL database, and learn how to carry values between pages.
General » phpmac.com
Score(+): 1 | Views: 56 | Similar Tuts | Save it | View this tutorial