Tags
AJAX,
Apache,
Book Review,
Charset,
Cheat Sheet,
Data structures,
Database,
Firebird SQL,
Hadoop,
Imagick,
INFORMATION_SCHEMA,
JavaScript,
Kafka,
Linux,
Message Queues,
mod_rewrite,
Monitoring,
MySQL,
NoSQL,
Oracle,
PDO,
PEAR,
Performance,
PHP,
PostgreSQL,
Profiling,
Scalability,
Security,
SPL,
SQL Server,
SQLite,
Testing,
Tutorial,
TYPO3,
Windows,
Zend Framework
Buy me a book
Articles
PHP,
PEAR,
Database 28 October 2007
A new alpha release of MDB2 is out. Please test the new FOREIGN KEY support, and report any issue you may experience before a stable release. Enjoy!
PHP,
PEAR,
Database 15 August 2007
I've finally committed the last pieces of code to implement full FOREIGN KEY support in the MDB2 Manager and Reverse modules. Please fetch the CVS version of the package and test it.
PHP,
PEAR,
Database 22 July 2007
Zürich, PEAR updates and MDB2 Oracle development
PHP,
PEAR,
Database 17 June 2007
Some updates on recent MDB2 developement: FOREIGN KEY support in the Manager and Reverse modules, etc.
Also: updated SQL technical articles on INFORMATION_SCHEMA for Firebird, PostgreSQL, SQL Server and Oracle.
Extracting META information from an Oracle database using the Oracle Data Dictionary views (INFORMATION_SCHEMA)
PHP,
PEAR,
Database 14 March 2007
A new stable release of MDB2 is out. Enjoy!
How to retrieve META information from Microsoft SQL Server, using the INFORMATION_SCHEMA, with system tables (sysobjects, sysindexkeys, sysindexes, syscolumns, systypes, etc) and/or with system stored procedures (T-SQL).
Since I keep getting emails asking for help with PEAR::Pager, here's a couple of new examples about the most requested features: 1) how to use Pager with a template engine like Smarty; 2) how to use Pager_Wrapper to paginate database results and display them using AJAX.
Database,
PostgreSQL 20 February 2007
PostgreSQL table audit: a tutorial featuring a working example with triggers and a PL/TCL function. Or: for once in a while, PHP is not the right tool ;-)