browse by tag: oo programming
sort by
Trackbacks with Google Blog Search and Zend Feed
in PHP added by prodevtips, 2 weeks ago oo programming php5 rss zend feed zend framework
Tutorial on how to fetch the external links to any given article through Google Blog Search's Atom feature and displaying them as a list of trackbacks. With this implemented your blog readers will get the complete picture of the off-site discussion.
comment save reportFile Uploads with PHP Doctrine
in PHP added by prodevtips, 3 weeks ago advanced tutorials databases oo programming php5
An example of how to integrate uploads into the Doctrine validation process.
comment save reportCRUD with PHP Doctrine
in PHP added by prodevtips, on 2/9/2008 advanced tutorials database oo programming php5
Implementing reusable Create Remove Update and Delete logic with PHP Doctrine.
comment save reportMarrying Smarty and PHP Doctrine
in PHP added by prodevtips, on 20/8/2008 advanced tutorials mvc oo programming php5
Tutorial with source code describing how to create a small MVC framework where PHP doctrine is responsible for the models and Smarty for the views. The controller we make ourselves.
comment save reportPHP Doctrine introduction for dummies
in PHP added by prodevtips, on 18/8/2008 database oo programming php5
Short tutorial on how to create tables in a database and fetch information from said database with the Doctrine Object Relational Mapper.
comment save reportExtending Zend DB Table
in PHP added by prodevtips, on 19/6/2008 advanced tutorials oo programming php5
Shows how you can extend the Zend DB Table which is an important part of the popular PHP framework, in order to do less database coding.
comment save reportCustom RSS 2.0 Content Feeds using OOP
in PHP added by aaronson, on 10/6/2008 content management oo programming rss xml
With WEB 2.0 fast approaching we are scurrying to make our sites ready for the change. Adding syndicated content to get a deeper reach in to this web is one way to get started. In this tutorial i will show you how to make your own RSS 2.0 content Feed using Object Orientated Programming for your website. At the end of the tutorial there will also be the full script for you to learn by example or just cut out the middle man and use it.
comment save reportDesktop Application Development with PHP-GTK
in PHP added by gpt, on 31/3/2008 advanced tutorials desktop applications gui oo programming php5
PHP-GTK 2 is out, and with it, a fantastic means for PHP developers to build useful, reliable cross-platform desktop applications. In this tutorial, I'll show you how to get up and running with PHP-GTK in no time and build your first desktop application.
comment save reportAdvanced Zend Feed usage
in PHP added by prodevtips, on 9/3/2008 advanced tutorials oo programming php5
Parsing an item in multiple categories can be tricky, this tutorial shows you how.
comment save reportPHP HTTPRequest Class
in PHP added by rvdavid, on 11/1/2008 advanced tutorials oo programming php5 request handling
By default, request data in PHP is handled by using Super Globals ($_POST, $_GET, $_COOKIES). Globals are bad for several reasons (outside the scope of this example google here). In an effort to remedy this, we need a way to encapsulate the request data into an object. By doing this, we are centralising access to request data through the one channel - the HTTP Request object.
comment save reportDisplay how many visitors online
in PHP added by ineedtutorials, on 3/1/2008 beginner tutorials database general oo programming php5
Ever wonderd how to display how many visitors you have online. In this tutorial i will show you an easy but effective way to display the amount of online visitor’s.
comment save reportUsing Stored Procedures & MySQLI in PHP 5
in PHP added by rvdavid, on 11/12/2007 beginner tutorials database mysql oo programming php5
For the occasions that you want to use a stored procedure you've written in MySQL 5 through PHP , the semantic tool to use is PHP's built in mysqli objects/package.
comment save reportWriting a CMS/Community with Smarty and the Zend Framework Part 6
in PHP added by prodevtips, on 7/12/2007 AJAX advanced tutorials content management oo programming php5
Shows how to setup a gallery with multiple uploads through a Shockwave made with the Flex SDK, also shows how to extend Zend Session to setup custom session ids.
comment save reportTemplate View and View Helper Design Patterns in PHP
in PHP added by rvdavid, on 6/12/2007 advanced tutorials oo programming php5
The Template View and View Helper patterns lend themselves nicely when it comes to developing a View Layer solution for PHP, or so I found out with the recent refactoring of Cubix (dubbed Cubix II). This View layer duo is very much a great candidate for a 'tag team'. Each component performs a role and together make up a big part of the View Layer.
comment save reportWidgets with the Zend Framework and Smarty
in PHP added by prodevtips, on 1/12/2007 advanced tutorials oo programming php5
Brief how to on making widgets with the Smarty insert function.
comment save reportAjax, ZF and Smarty feed reader: part 3
in PHP added by prodevtips, on 24/11/2007 AJAX advanced tutorials oo programming php5
We take a look at the list feeds window and manage feeds window. Last part in the series.
comment save reportAdvanced PHP: Working with Interfaces
in PHP added by goodphptutorials, on 16/11/2007 advanced tutorials oo programming
When you create an interface, you're basically creating a prototype/blueprint of functions that classes using the interface must implement in order to be valid. It's usually easier to learn from example, so here's a basic interface that represents a Page.
comment save reportAjax, ZF and Smarty feed reader: part 2
in PHP added by prodevtips, on 15/11/2007 AJAX advanced tutorials oo programming php5
How to on building a feed reader with the Zend Framework, Smarty and HTML Ajax: The registration form window.
comment save reportAjax, ZF and Smarty feed reader: part 1
in PHP added by prodevtips, on 13/11/2007 advanced tutorials oo programming php5 zend framework
How to on building a feed reader with the Zend Framework, Smarty and HTML Ajax.
comment save reportWriting a CMS/Community with Smarty and the Zend Framework Part 4
in PHP added by prodevtips, on 13/11/2007 advanced tutorials oo programming php5
In this part we take a look at user registration, login and validation.
comment save reportWriting a CMS/Community with Smarty and the Zend Framework Part 3
in PHP added by prodevtips, on 11/11/2007 advanced tutorials content management oo programming php5
The third part in a series on how to write a combination of a CMS and community with the Zend Framework and the Smarty templating system.
comment save reportWriting a CMS/Community with Smarty and the Zend Framework Part 2
in PHP added by prodevtips, on 10/11/2007 advanced tutorials content management oo programming php5
The second part in a series on how to write a combination of a CMS and community with the Zend Framework and the Smarty templating system.
comment save reportAJAX Chat Tutorial Part 5: The Javascript, Sending Chat Messages, Screen Name Changes
in PHP added by CalEvans, on 13/1/2007 AJAX JavaScript mysql oo programming zend framework
Part 5 of our 7 part tutorial on creating an Ajax based Chat application.
comment save reportAJAX Chat Tutorial Part 3:Storage Medium, XML and the Message Process
in PHP added by CalEvans, on 30/12/2006 AJAX chat oo programming php5
As our chat application gathers pace we return to the server side of the application. At this point we have setup the Zend Framework with an IndexController class to handle server requests.
comment save reportThe Practicality of OO PHP
in PHP added by goodphptutorials, on 18/10/2006 design object oo programming oop php
There seems to be a common pitfall among some PHP developers--especially those just beginning PHP programming--and that is their lack of object-oriented (OO) PHP use. This article's purpose is to inform developers about the practicality of OO PHP; fully understanding the benefits of using OO PHP should be a requirement in the PHP learning process.
comment save report