srs81 / CakePHP-AjaxMultiUpload

CakePHP 2 plugin to allow for easy multi-file upload with AJAX
Other
65 stars 33 forks source link

How to connect helpers and components in Cake 2.2.2? #20

Closed sevka closed 12 years ago

sevka commented 12 years ago

Hi I tried these lines but it doesn't work:

var $helpers = array('AjaxMultiUpload.Upload'); var $components = array('Session', 'AjaxMultiUpload.Upload');

I think I have to use some lines like this App::uses('AppController', 'Controller');

But I don't know exactly. Can you help me?

sevka commented 12 years ago

Forget it. Sorry