1.

How we can call a model from view in cakePHP?

Answer»

APP::IMPORT('Model', 'PRICE');
$price = NEW Price();



Discussion

No Comment Found