Categories
PHPTips and Tutorials → Development

Introduction to PHP Regular Expressions (#1): General Mechanics

Anyone that has to do a large sum of unusual data manipulation will always choose to use regular expressions (''regex'') over native functions because of one thing: power. In PHP the ''ereg_'' functions are what utilize ERE POSIX,...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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 co...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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 ...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Templates and Template Engines

Templates provide a simple means to seperate server side code from client side code in our scripts. This article looks at when template systems are useful, their shortcomings and why template engines are a bad idea.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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&a...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Using PCRE''s

A introduction to using Regular Expressions in PHP.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

PHP Coding Standard / Specifications

Learn how to develop your own coding specifications.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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 ...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Develop rock-solid code in PHP: Use variables effectively

The series Develop rock-solid code in PHP is about solving practical, real-life problems in medium- to large-scale applications. This article discusses how to use variables effectively. It also shows how to make script configuration easy by construct...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Limit a String Length in PHP

Need to limit how long a string is? This tutorial will show you how.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2019 jCay.com