26
Oct/09
3

FULLTEXT Search with MySQL and CodeIgniter

This article demonstrates how to use MySQL’s FULLTEXT search feature from within CodeIgniter with a sample search application. It highlights a few of CodeIgniter’s features such as the MVC pattern, pagination, custom configuration, custom helpers and profiling.

Read article...

27
Jul/09
2

PHP Script to Compare MySQL Database Schemas

A brief description of the process involved in determining the schema of a MySQL database, and an accompanying tool, which will compare schemas of databases. The tool is able to compare databases that reside on separate hosts. This may be a useful tool for checking that databases have the same schema when deploying an application to separate hosts.

Read article...

Filed under: MySQL, PHP