[Solar-talk] new model & handle col

Rodrigo Moraes rodrigo.moraes at gmail.com
Thu Jun 21 10:28:57 CDT 2007


On 6/21/07, Jeff Surgeson wrote:
> It works as you would expect for me when I use my user model!

It worked for me later. For some reason, setting an unique index broke
the property:

        $this->_indexes['handle'] = array(
            'type' => 'unique',
            'cols' => 'handle'
        );

When I changed 'unique' to 'normal', it worked as expected.

-- rodrigo


More information about the Solar-talk mailing list