This topic is locked

List box / Dropdown box from MySQL Enum Definition

5/22/2009 9:21:15 PM
PHPRunner General questions
M
MikeB941 author

PHPRUNNER 5.0
Is there any way to generate the list of items for a dropdown box directly from the MySQL Enum definition for the field rather than having to manually keep the database enum definition and the dropdown box list in PHPRUNNER in sync?
Many thanks! Take Care... Mike.

Sergey Kornilov admin 5/25/2009

No, PHPRunner doesn't support this kind of functionality.

A
alang 5/26/2009

If this was an issue, I was wondering why you wouldn't use a regular field in MySQL database and then just use the lookup function in PHPR?