 | PHP and UML Class Diagrams |
| UML (Unified Modelling Language) is a mechanism for representing software in the form of diagrams. Essentially it allows to design our applications by drawing, and if the right tools existed, even generate code from the diagrams. In this article we"ll loo |
| PHP Tutorials > Development |
| |
 | Introduction to Control Structures |
| Control structures are some of the coolest things in PHP. They take a lot of the work off of your shoulders and place the burden on the language itself. They are especially useful for making sites where you need to make a page do something over and over a |
| PHP Tutorials > Development |
| |
 | Arrays, HTML, and PHP |
| This 4-page tutorial guides you through step-by-step how to pass arrays and using checkboxes/select boxes in PHP. |
| PHP Tutorials > Development |
| |
 | Controlling PHP Output: Caching and compressing dy |
| This 4-page article will explain how to use PHP output controlling functions to make your pages load faster. |
| PHP Tutorials > Development |
| |
 | Writing more efficient PHP |
| This from IBM developerWorks, targets the PHP developer who already understands PHP, but either wants to write more efficient PHP code or wants to improve the performance of existing PHP applications. Requires registration to read the article on the IBM d |
| PHP Tutorials > Development |
| |
 | Team development method for PHP |
| This article explains one of possible ways of developing PHP applications in a team. Discussion include: Single selector' file, Database abstraction layer, Embedding PHP, and Separation to files by functionality. To illustrate the ideas explained, the au. |
| PHP Tutorials > Development |
| |
 | Introduction to PHP Output Buffering |
| If you want to have more control over your scripts, the output buffering functions are the way to go. Anything from error handling to multiple header() commands in a single document. Not only does output buffering offer a powerful API for handling content |
| PHP Tutorials > Development |
| |
 | Session Handling with PHP 4 |
| Unlike PHP 3, PHP 4.0 has built-in capabilities to handle session management. The session management functionality in PHP 4.0 is easy to use, powerful and open for custom modifications. Creating sessions allows you to keep track of the actions of a partic |
| PHP Tutorials > Development |
| |
 | Easy Query Strings |
| Learn how to do all that index.php?page=Tutorials kinda stuff. |
| PHP Tutorials > Development |
| |
 | Make Your PHP Code Portable |
| Theres a lot of PHP code available for free on the net but also not all of it can run on your system as it is. This article shows you how to distribute a setup required by your program to run. |
| PHP Tutorials > Development |
| |
 | How to make index.php?p=page |
| I will show you easely and quickly How to make index.php?p=page kind of page or website |
| PHP Tutorials > Development |
| |
 | ImpAKT Basics Tutorial |
| This documents goal is to present the basic tNG features. We"ll create a simple site that will be used to manage a companys departments and employees. Users will be able to display the existing departments, to add a new department, to edit or to delete |
| PHP Tutorials > Development |
| |
 | Top 21 PHP Programming Mistakes - Part 3: Seven De |
| In this last part of the "Top 21 PHP Programming Mistakes" series, the discussion involves what the author calls 7 "deadly" mistakes. These are conceptual mistakes such as not allotting enough time for a project, not having a thorough code review, etc. |
| PHP Tutorials > Development |
| |
 | An Introduction to Classes |
| This tutorial teaches you how to write and use classes, to make your PHP code more flexible and easier to manage. The tutorial guides you through the construction of a simple, security-related class that performs some basic security functions for a web si |
| PHP Tutorials > Development |
| |
 | Limit a String Length in PHP |
| Need to limit how long a string is? This tutorial will show you how. |
| PHP Tutorials > Development |
| |
 | Managing Teams and Large Projects |
| Article about managing teams and working with large(ish) projects. Includes sections on CVS, communication, standards, and more. |
| PHP Tutorials > Development |
| |
 | Extending PHP |
| This article describes how to easily create a PHP extension with C or C++. Examples of bundled PHP extensions include the MySQL extension or the Sablotron XSL extension. These allow you to provide features to PHP script authors by letting you create funct |
| PHP Tutorials > Development |
| |
 | Make Your PHP Code Portable |
| Theres a lot of PHP code available for free on the net but also not all of it can run on your system as it is. This article shows you how to distribute a setup required by your program to run. |
| PHP Tutorials > Development |
| |
 | Develop rock-solid code in PHP: Lay the foundation |
| The Develop rock-solid code in PHP series is about solving practical real-life problems in medium- to large-scale applications. With a sharp focus on new features available in PHP 4, the articles shed light on numerous tips and tricks that make life easie |
| PHP Tutorials > Development |
| |
 | Accessing COM Objects In PHP |
| PHP was originally developed to run on the Unix/Linux operating system but was soon after ported to the Win32 platform. It supports a huge amount of Windows-only functionality, such as instantiating COM objects through code. This article looks at how to i |
| PHP Tutorials > Development |
| |