LINQ for PHP (Language Integrated Query for PHP)
Introducing PHPLinq, a library that brings C#-style Language Integrated Query (LINQ) functionality to PHP for querying arrays and objects.
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.
Introduces Munin, a PHP-based web application firewall similar to mod_security, for securing websites on IIS and Apache.
Introducing Webservice Helper, a PHP class that automatically generates WSDL files for web services using PHPDoc and reflection.
A guide to running Zend Framework on IIS using a custom 404 error page for URL rewriting, avoiding the need for paid ISAPI filters.
A technical guide explaining how to run PHP on IIS 7 using FastCGI to solve thread-safety issues with ISAPI, including registry configuration steps.