Couldn't find anything related to the subject in Zend Framework API. What is the best way to implement Postgres array based property into Zend Model Class?
I know one can parse array from "{ smth1, smth2 }" like string, but I still hope that there is more unattended approach in Zend case.
Thanks.