|
KumbiaPHP beta2-dev
Framework PHP en español
|
Ir al código fuente de este archivo.
Namespaces | |
| namespace | Test |
ActiveRecord Copyright (c) 2005-2012 Kumbia Team (http://www.kumbiaphp.com) http://wiki.kumbiaphp.com/Licencia New BSD License | |
Variables | |
| $config = Config::read('databases') | |
| $db = db::raw_connect() | |
| $db | debug = true |
| $total_time = 0 | |
| $test = true | |
| $test_name = "CREAR Y BORRAR UNA TABLA" | |
| $init_time = $start_benchmark = microtime(true) | |
| $start_benchmark = microtime(true) | |
| $config = Config::read('databases') |
Definición en la línea 25 del archivo active_record.php.
| $db = db::raw_connect() |
Definición en la línea 27 del archivo active_record.php.
Referenciado por Report::generate() y KumbiaActiveRecord::static_select_one().
| $init_time = $start_benchmark = microtime(true) |
Definición en la línea 34 del archivo active_record.php.
| $start_benchmark = microtime(true) |
Definición en la línea 131 del archivo active_record.php.
| $test = true |
Definición en la línea 32 del archivo active_record.php.
| $test_name = "CREAR Y BORRAR UNA TABLA" |
Definición en la línea 33 del archivo active_record.php.
| $total_time = 0 |
Definición en la línea 30 del archivo active_record.php.
| $db debug = true |
Definición en la línea 29 del archivo active_record.php.
Referenciado por KumbiaActiveRecord::_connect().
1.7.4