How to save data from model without any association in cakephp [on hold]
- by Abhishek
I have base model in that i use dataManipulation method for updation in my code ,so i want to save data in receipt, receiptline model also in OpeningBankStatement.but i create association for receipt and receiptline not for OpeningBankStatement.
So i want to save data this OpeningBankStatement model without any association.my demo code is.
Array
(…