source: trunk/prototype/modules/catalog/constants.php @ 6528

Revision 6528, 563 bytes checked in by gustavo, 12 years ago (diff)

Ticket #2766 - Merge do branch das novas funcionalidaes para o trunk

  • Property svn:executable set to *
Line 
1<?php
2
3    /**
4     * Define constantes usadas pelo DBMapping
5     *
6     * @license    http://www.gnu.org/copyleft/gpl.html GPL
7     * @author     Consórcio Expresso Livre - 4Linux (www.4linux.com.br) e Prognus Software Livre (www.prognus.com.br)
8     * @sponsor    Caixa Econômica Federal
9     * @author     José Vicente Tezza Jr.
10     * @return     Define constantes usadas pelo DBMapping
11     * @access     public
12     * */
13         
14define('TYPE_EMAIL', 1);
15define('TYPE_TELEPHONE', 2);
16
17define('INDEX_EMAIL', 'email' );
18define('INDEX_TELEPHONE', 'telephone');
19?>
Note: See TracBrowser for help on using the repository browser.