[eluser]maria clara[/eluser]
i used $CrudColumns as an array for the fields. all of the fields are there including the fields in other tables. like what i have shown you.i used this for the tables that are joined
Code:
$crudTableName = "'erp_ar_sales','erp_b','erp_c','erp_d','erp_e','k'";
this was the error shown in my console
Code:
<p>Severity: Notice</p>
<p>Message: Undefined variable: updateArray</p>
<p>Filename: controllers/ar_salesinvoice.php</p>
<p>Line Number: 247</p>
<p>Severity: Warning</p>
<p>Message: implode() [<a href='function.implode'>function.implode</a>]: Invalid arguments passed</p>
<p>Filename: controllers/ar_salesinvoice.php</p>
<p>Line Number: 247</p>