You are here

constant TAXONOMY_EDGE_USE_CUSTOM_TRANSACTIONS in Taxonomy Edge 6

Default value for optimized tree.

1 use of TAXONOMY_EDGE_USE_CUSTOM_TRANSACTIONS
_taxonomy_edge_db_transaction in ./taxonomy_edge.module
Transaction handler wrapper

File

./taxonomy_edge.module, line 43
Selecting all children of a given taxonomy term can be a pain. This module makes it easier to do this, by maintaining a complete list of edges for each term using the adjecency matrix graph theory.

Code

define('TAXONOMY_EDGE_USE_CUSTOM_TRANSACTIONS', FALSE);