Friday, July 6, 2012

Professionelle Softwareentwicklung mit PHP 5

0 comments

Professionelle Softwareentwicklung mit PHP 5
Professionelle Softwareentwicklung mit PHP 5 (Professional Software Development with PHP 5) is in German. The book is available online free of charge. This book describes the way experienced PHP developers into the new, object-oriented PHP 5 world.
Description
You will learn which professional concepts and methods in software development with PHP is available and how they are used. This book can not and will not be an introduction to PHP, or topics of software technology such as object-oriented analysis and design.
Contents
  • Basics
  • Interceptor methods
  • Iterators
  • Test-driven development with PHPUnit
  • Creational patterns
  • Structural Patterns
  • Behavioral pattern
  • Processing XML with PHP
  • Web services with SOAP
  • The MySQLi extension
  • Advanced Database Programming
  • Code Documentation
  • Modeling with UML and MDA
Book Details
Author(s): Sebastian Bergmann
Format(s): HTML
Link: Read online

Developing PHP Applications for IBM Data Servers

0 comments

Developing PHP Applications for IBM Data Servers
This IBM Redbook provides lots of information for developers, including code samples for creating PHP applications with DB2, Informix Dynamic Server (IDS), and Cloudscape. We use the latest PHP data access extensions including: PHP Data Objects (PDO) and the native ibm_db2 extension for PHP.
Description
We describe the installation and configuration details for setting up the IBM data servers and Apache Web application server for PHP applications. We include Zend Core for IBM, Zend Studio installation, and configuration.
In addition, we discuss the process of porting PHP applications from MySQL 5 to DB2 UDB V8.2.
Contents
  • Technology overview
  • Sample scenario description
  • Zend installation and configuration
  • PHP application development with DB2
  • PHP applications with Informix database servers
  • Port PHP applications from MySQL V5 to DB2 UDB V8.2
Book Details
Author(s): Whei-Jen Chen, Holger Kirstein, Daniel Krook, Kiran H Nair and Piotr Pietrzak.
Publisher: Vervante
Format(s): PDF
File size: 5.57 MB
Number of pages: 448
Link: Download.

PHP Essentials

0 comments

PHP Essentials

The book is intended to cover all aspects of PHP. It begins by covering the history of PHP before providing a high level overview of how PHP works and why it is so useful to web developers. It then moves on to cover each area of PHP in detail, from the basics of the scripting language through to object oriented programming, file and filesystem handling and MySQL and SQLite database access.
Description
In addition, chapters are also provided covering the creation and handling of HTML based forms and maintaining state using cookies and PHP sessions. All topics are accompanied by extensive real world examples intended to bring theory to life.
Contents
  • The History of PHP
  • An Overview of PHP
  • Creating a Simple PHP Script
  • Commenting PHP Code
  • An Introduction to PHP Variables
  • Understanding PHP Variable Types
  • PHP Constants
  • PHP Operators
  • PHP Flow Control and Looping
  • PHP Functions
  • PHP Arrays
  • Working with Strings and Text in PHP
  • PHP, Filesystems and File I/O
  • Working with Directories in PHP
  • PHP and HTML Forms
  • PHP and Cookies – Creating, Reading and Writing
  • Understanding PHP Sessions
  • PHP Object Oriented Programming
  • Using PHP with MySQL
  • PHP and SQLite
Book Details
Author(s): -
Publisher: Techotopia
Format(s): HTML
Link: Read online.