source: branches/2.4/prototype/modules/catalog/constants.php @ 6754

Revision 6754, 563 bytes checked in by niltonneto, 12 years ago (diff)

Ticket #0000 - Copiadas as alterações do Trunk. Versão final da 2.4.1.

  • 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.