zfdatagrid / grid

A DataGrid library for Zend Framework
BSD 3-Clause "New" or "Revised" License
10 stars 16 forks source link

Access data from stored procedures #875

Closed imonteiro closed 11 years ago

imonteiro commented 11 years ago

Original author: hampson....@gmail.com (April 22, 2010 13:00:52)

Not really an issue but a feature suggestion.

It would be good if calls could be made to get data from stored procedures rather than select queries as they are much more secure and flexible.

Original issue: http://code.google.com/p/zfdatagrid/issues/detail?id=262

imonteiro commented 11 years ago

From bento.vi...@gmail.com on April 23, 2010 16:14:09 Hi,

At this moment this is not possible to do from Zend_Select.

There is the need to build a custom Source for this.

Best Regards, Bento Vilas Boas