ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:getcustommetatypes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

v5:reference:connection:getcustommetatypes [2021/01/05 04:26] – created mnewnhamv5:reference:connection:getcustommetatypes [2021/01/18 03:58] (current) mnewnham
Line 13: Line 13:
  
 ==== Example ===== ==== Example =====
 +Using an added custom geometery type
 <code php> <code php>
  
Line 21: Line 21:
 * Prints  * Prints 
 array ( array (
- 'P' => array('actual'=>'POINT', + 'P' => array('actual'=>255, 
-              'handler'=>+       'dictionary'=>'POINT', 
 +       'handler'=>false, 
 +       'callback'=>false
               )               )
 ) )
 */ */
 </code> </code>
v5/reference/connection/getcustommetatypes.txt · Last modified: 2021/01/18 03:58 by mnewnham