integrating - swfUpload or Uploadify doesn't work

2010-11-03 Thread lordojazz
Hello I'm having a hard time implementing swf upload on my app, I'm using SWFUpload v2.2.0.1 and CakePHP 1.3.4 but it seems like the it doesn't call my controller action where the ftp upload functionality is... I have tried creating swfupload Component as well it is just simple ftp upload... witho

Re: Video upload and view

2010-10-21 Thread lordojazz
Hi, I'm interested on the video upload ffmpeg can you help me what method or script did you used? Thanks -- View this message in context: http://cakephp.1045679.n5.nabble.com/Video-upload-and-view-tp1267055p3229673.html Sent from the CakePHP mailing list archive at Nabble.com. Check out the

Re: Use other database connection

2009-11-19 Thread lordojazz
in the > database config file found at app/config/database.php) > > ...in a model. Not sure about a controller. > > On Nov 19, 2:47 pm, lordojazz wrote: > > > Is it possible to use other database and setting it on controller? > > let say replacing dynamical

Re: Use other database connection

2009-11-19 Thread lordojazz
ig file found at app/config/database.php) > > ...in a model. Not sure about a controller. > > On Nov 19, 2:47 pm, lordojazz wrote: > > > Is it possible to use other database and setting it on controller? > > let say replacing dynamically the values of the default database > &

Use other database connection

2009-11-19 Thread lordojazz
Is it possible to use other database and setting it on controller? let say replacing dynamically the values of the default database connection on the DATABASE_CONFIG. Thanks -- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, sen

hasAndBelongsToMany - Pagination

2008-08-27 Thread lordojazz
I'm having problems in filtering results from the controller on hasAndBelongsToMany. Is there any other way to do this? can you please help me... I'm passing arguments on my controller, the argument then must be use to filter the results from hasAndBelongsToMany relationship. Thanks... --~--~--