Zend Studio + Teamprise = PHP development with Team Foundation Server
Guide to integrating Zend Studio with Team Foundation Server for PHP development, enabling source control and team collaboration in mixed environments.
Guide to integrating Zend Studio with Team Foundation Server for PHP development, enabling source control and team collaboration in mixed environments.
A tutorial on using PHPExcel to integrate and reuse existing Excel-based business logic in a PHP web application, avoiding duplicate code.
PHPLinq 0.2.0 released, bringing .NET's LINQ query syntax to PHP for querying arrays, XML, and other data sources.
A technical tutorial on indexing Microsoft Word 2007 (.docx) files using the Zend_Search_Lucene library in PHP.
Introducing PHPLinq, a library that brings C#-style Language Integrated Query (LINQ) functionality to PHP for querying arrays and objects.
A new PHP OpenXML API project for creating Word documents is introduced, with updates on PHPExcel repository synchronization.
A PHP implementation for extracting custom XML data from OpenXML Word documents in a healthcare data processing scenario.
Explores methods to implement generic-like arrays in PHP using inheritance and custom validation functions, as the language lacks native generics.
Explains a bug in PHP's parse_url function when used with the zip:// wrapper and provides a warning for developers.
PHPExcel 1.3.0 released with new features like formula calculation, auto-sizing columns, and row/column insertion.
Exploring the implementation of Excel formula parsing and calculation within PHPExcel using a ported JavaScript expression parser.
Article on using PHP with Microsoft's OpenXML format to generate Excel 2007 spreadsheets, featuring the PHPExcel project.
Guide to manually installing the missing php5-pdo-sqlite package on Ubuntu Dapper via compilation and configuration.
A PHP developer shares a workaround for the file_exists() function failing on files within ZIP archives, using stream wrappers.
Announcing the final 1.0.0 release of PHPExcel, a PHP library for writing and reading Excel 2007 files.
Introducing PHP for Microsoft AJAX Library, enabling PHP applications to use Microsoft's AJAX Library for creating web services.
Explains a PHP performance tweak: using array_flip() and isset() instead of in_array() for faster lookups in large arrays.
A developer shares a set of PHP classes for generating Excel 2007 (.xlsx) files, supporting basic data types and formulas.
Explains how to create custom multilingual routes in Zend Framework to map URLs like /gebruiker/bewerken to controller/action pairs.
Microsoft and Zend collaborate to improve PHP performance and support on Windows Server and IIS.