mysqlix

Original post provide by PHP Classes: Latest entries
Package: mysqlix
Summary: Manage MySQL database tables
Groups: Databases, PHP 5
Author: Anton Rifco
Description: This class can be used to manage MySQL database tables.

It extends the MySQLi base class to add new functionality like:

- Inserting, updating and retrieving MySQL table rows from a list of parameters
- Creating and dropping databases, tables and triggers
- Adding table columns
- Retrieving table comments
This class contains functions to manage mySQL database, like create (trigger, db, table), drop(trigger, db, table), insert, select, secure your defined transaction, get table comments, and other.

I will update and add others function to this class as frequent as possible

Feel free to use it

Previous Articles:
Internet Super Hero: PHP: Mysqlnd And Its Tests
PHP extensions can test their userland (PHP) functionality using so called phpt Tests. phpt Tests consist of several parts with their main part being regular PHP code to test PHP. On the website of the PHP Quality Assurance Team you can find a documentation of the phpt Tests syntax on the page Writing Tests, if your are interested in the details.
Fernando Bassani's Blog: Avoiding The Usage Of Global Variables
Fernando Bassani has posted an alternative to using globals in your scripts creating global objects with the help of the Registry design pattern. For a long time, the programming good practices tell us to avoid globals. In fact, this is a point of a large criticism in languages such as PHP.
Mike Willbanks' Blog: E-Commerce Frameworks?
His complaint is that most of the shopping cart software out there is really just procedural (or bad) code shoved into classes and called good. He suggests a more patterned approach maybe using a Factory on top of a base abstract model.
The Bakery: Setting Up Eclipse To Work With Cake
This tutorial gathers lots of information already out there, adds a bit of my own, and puts in all in one place. They work through the installation, how to define a workspace for your project and getting the bake command to work directly from the local software.
Zend Developer Zone: OSCON '07 Wrapup
In the wake of this year's OSCON, Cal Evans has posted his PHPcentric wrapup over on the Zend Developer Zone: The echoes from the last OSCON parties haven't even stopped reverberating though the halls as the next convention moves in. The vendors are all long gone and the attendees are all shoved in tiny seats on their express flight back to the real world.
More Articles:
What’s In Your Toolkit?
External stakeholders can view the applications as they live, while external developers can gain secured access to the boxes using PPPTP VPNs. Virtual Server: There is a lot of hype, and many outstanding questions, surrounding virtualization in production.
What’s In Your Toolkit?
Virtual Server: There is a lot of hype, and many outstanding questions, surrounding virtualization in production. But insofar as development goes, virtualization is a godsend. Just the ability to backup and restore the entire state of a machine by a simple copy-paste operations—as opposed to using Ghost or tweaking things by hand—can save days of your professional life.
OperacaoData
Package: OperacaoData Summary: Perform operations with dates and periods Groups: PHP 5, Time and Date Author: André Lourenço Pedroso Description: This class can be used to perform operations with date and periods. It can take a given date and perform these operations: - Validate the date format - Add days, months or years - Calculate the difference between two dates The code and the comments are in Portuguese.
Now Available: The CSS Anthology: 101 Essential Tips, Trick & Hacks , 2nd Edition
The first edition of The CSS Anthology stood the test of time as the must-have book of best-practice solutions to CSS problems. Now dressed in a brand new cover and beautifully presented in full color, The CSS Anthology: 101 Essential Tips, Trick & Hacks , 2nd Edition is now available.
Compatibilité Avec Register_globals à On Ou à Off
Le journal du Net fournit un exemple pour qu'un programme ne fonctionnant qu'en register_globals=On soit compatible avec register_globals=Off. La directive PHP register_globals, lorsqu'elle est activée, permet une déclaration automatique des variables issues des tableaux $_GET, $_POST, $COOKIE, $SESSION, ... En cas de mauvaise utilisation, register_globals favorise les trous de sécurité dans une application, ce qui explique sa désactivation par défaut à partir de la version 4.2.0 de PHP.

Leave a Reply