- Improved addIndex
commitf89b1aa181811ae4bb8478530b8c20ecdb9a5b41
authorCésar D. Rodas <crodas@php.net>
Tue, 1 Jun 2010 19:30:19 +0000 (1 15:30 -0400)
committerCésar D. Rodas <crodas@php.net>
Tue, 1 Jun 2010 19:30:19 +0000 (1 15:30 -0400)
treef16331ce916c46c96ff54f05b9ec2368b090e75f
parent02171f7176392d79bfa731bbffda7850cd6a4a6a
- Improved addIndex
    - Accepts non-indexes names
    - Accepts list of columns array('col1', 'col2');
    - Accepts normal way array('col1' => 1, 'col2' => -1);
lib/ActiveMongo.php
tests/Models.php
tests/QueryTest.php