we are not able to get the records, using ORM
Steps
1. We have created VIew in database as with Name " datasource_invoice_container"
2. we have created as well as modfied in the following file strcutre to get the data
/var/www/vhosts/dev.commercialshipper.com/public_html/modules/tabs/classes/tab/page/invoicecontainers.php
/var/www/vhosts/dev.commercialshipper.com/public_html/modules/browsers/classes/browser/invoicecontainers.php
/var/www/vhosts/dev.commercialshipper.com/public_html/modules/browsers/classes/browser/containers.php
/var/www/vhosts/dev.commercialshipper.com/public_html/modules/prosoftxp_cs/views/view_wrapper/invoicecontainers.php
/var/www/vhosts/dev.commercialshipper.com/public_html/modules/tabs/classes/tab/group/invoice.php
/var/www/vhosts/dev.commercialshipper.com/public_html/application/views/view_wrapper/containers/generic.php
/var/www/vhosts/dev.commercialshipper.com/public_html/modules/prosoftxp_cs/classes/model/datasource/invoicecontainer.php
/var/www/vhosts/dev.commercialshipper.com/public_html/application/classes/model/invoicecontainer.php
/var/www/vhosts/dev.commercialshipper.com/public_html/application/classes/model/datasource/invoicecontainer.php
after modifying the above file and trying to the run the flow we are getting error as following
ErrorException [ 1 ]: Class 'Model_Datasource_invoice_container' not found ~ MODPATH/orm/classes/kohana
/orm.php [ 37 ]
we are trying to populate the view data into one of the POP's grid page as well as tab grid
can anyone tell us where we are missing.?