Re: Cake 1.2 and JW FLV Media Player

2008-11-07 Thread nightcrawler13
what should I learn first? still confuse with Cake.. btw anyone has try this code? http://bin.cakephp.org/saved/38536 I want to know if it working thx On Nov 7, 8:27 pm, "Dardo Sordi Bogado" <[EMAIL PROTECTED]> wrote: > If you are starting, you are better starting with CakePHP 1.2 ... lots > mo

Re: Cake 1.2 and JW FLV Media Player

2008-11-07 Thread nightcrawler13
http://manual.cakephp.org/view/22/CakePHP-Conventions > > Anja > > -Ursprüngliche Nachricht- > Von: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von > nightcrawler13 > Gesendet: Freitag, 7. November 2008 13:19 > An: CakePHP > Betreff: Re: Cake 1.2 and JW

Re: Cake 1.2 and JW FLV Media Player

2008-11-07 Thread Dardo Sordi Bogado
If you are starting, you are better starting with CakePHP 1.2 ... lots more docs and blogs posts exits for CakePHP 1.2, also many books... On Fri, Nov 7, 2008 at 10:18 AM, nightcrawler13 <[EMAIL PROTECTED]> wrote: > > I just added on my controllers > /* > var $name = 'Video'; > */ > > and got ano

AW: Cake 1.2 and JW FLV Media Player

2008-11-07 Thread Liebermann, Anja Carolin
PROTECTED] Im Auftrag von nightcrawler13 Gesendet: Freitag, 7. November 2008 13:19 An: CakePHP Betreff: Re: Cake 1.2 and JW FLV Media Player I just added on my controllers /* var $name = 'Video'; */ and got another error Missing view You are seeing this error because the view for Vi

Re: Cake 1.2 and JW FLV Media Player

2008-11-07 Thread nightcrawler13
I just added on my controllers /* var $name = 'Video'; */ and got another error Missing view You are seeing this error because the view for VideoController::index() could not be found. If you want to customize this error message, create app\views/errors/ missing_view.thtml. Fatal: Confirm you

Re: Cake 1.2 and JW FLV Media Player

2008-11-07 Thread Fran Iglesias
Have you tried change AppHelper to Helper. The snippet works for 1.2RC3 El 07/11/2008, a las 12:41, nightcrawler13 escribió: > thx for your reply but it still had same error > >> or simply change the snippet code fromm extends AppHelper to extends >> Helper... >> -- Fran Iglesias [EMAIL PROTEC

Re: Cake 1.2 and JW FLV Media Player

2008-11-07 Thread nightcrawler13
thx for your reply but it still had same error On Nov 7, 2:54 pm, Fran Iglesias <[EMAIL PROTECTED]> wrote: > HI, > > El 07/11/2008, a las 7:39, nightcrawler13 escribió: > > > but after I followed then I got this error message "Fatal error: Class > > 'AppHelper' not found in C:\xampp\htdocs\stream

Re: Cake 1.2 and JW FLV Media Player

2008-11-06 Thread Fran Iglesias
HI, El 07/11/2008, a las 7:39, nightcrawler13 escribió: > but after I followed then I got this error message "Fatal error: Class > 'AppHelper' not found in C:\xampp\htdocs\stream\app\views\helpers > \media_player.php on line 106" You could add the file app_helper.php in C:\xampp\htdocs\stream\

Cake 1.2 and JW FLV Media Player

2008-11-06 Thread nightcrawler13
Hello baker.. I just found this code http://bin.cakephp.org/saved/38536 but after I followed then I got this error message "Fatal error: Class 'AppHelper' not found in C:\xampp\htdocs\stream\app\views\helpers \media_player.php on line 106" Model : video.php Controller : videos_controller.php