[eluser]maria clara[/eluser]
[quote author="flaky" date="1263400050"]declare it just under the case
eg
Code:
case $crudConfig['update']:
$updateArray = array();
do an echo of the $sql, to see what query is being built
[/quote]
i have tried it and it shows this in my console:
Code:
update 'erp_ar_sales','erp_b','erp_c','erp_d','erp_e','k' set where role_id = "133"
and still nothing happens in it. huhu