On 15/08/16 10:11, Tony Marston wrote:
> The origins of $fieldarray should be obvious. The $fieldspecs array is
> constructed from data which is originally extracted from the database
> schema, imported into my Data Dictionary, then exported into a PHP
> script which is then included when the table's class is instantiated.

What third party system are YOU using for that?

I've got exactly the same via ADOdb, but just about every project USING
it produces their own set of code for 'extracting' since the constraint
rules are not part of the core package. PDO has made things even worse
rather than better :(

This is simply about a standard method of adding constraint and other
data to the $fieldarray. Even Yasuo's filter extensions need a third
party tool to build HIS set of rules from every body else’s version of
storing them ...

-- 
Lester Caine - G8HFL
-----------------------------
Contact - http://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - http://lsces.co.uk
EnquirySolve - http://enquirysolve.com/
Model Engineers Digital Workshop - http://medw.co.uk
Rainbow Digital Media - http://rainbowdigitalmedia.co.uk

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to