2 answers
2 votes
Asked by DmitriySpb, on 10/11/09 in
Gallery behavior
Hello, I was building my custom gallery behavior to enable "attaching" images for any other model.
My behavior uses model named 'Photo' as storage for saving uploaded photos. Here's schema:
CREATE TABLE IF NOT EXISTS `photos` (
`id` int(10)...
<< previous next >>