News Feed
Jobs Feed
Sections




News Archive
Giulio Pons' Blog:
PHP to get enum/set values from mysql field
January 21, 2010 @ 11:14:26

Giulio Pons has a quick post with a code snippet showing how to grab the possible values for an ENUM or SET field on a MySQL database.

This function returns an array with the elements allowed in a ENUM or SET mysql field. This can be usefull if you're making some automation and need to retrieve those values without writing them in your code.

The function uses the database's metadata to get the column information for a table and filter out the "enum" information from that. The column information includes the set of values possible and a few simple string handling functions make it easy to grab them. They could also be replaced by a regular expression or two to grab the same information more concisely.

1 comment voice your opinion now!
enum mysql allowed values


blog comments powered by Disqus

Similar Posts

Brandon Savage's Blog: Hosting Made for PHP Developers

DevShed: Getting PHP to Talk to MySQL

Zend Developer Zone: Sams Publishing: The Phrasebook Collection

SpeckBoy.com: Getting Started with CRUD In PHP

Mark Kimsal's Blog: Addslashes(): don't call it a comeback


Community Events









Don't see your event here?
Let us know!


database release testing community podcast language example interview code event introduction opinion phpunit tool unittest composer zendframework2 object framework development

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework