Diskussion zu cake-apps-sites-in-the-wild

2007-05-11 Thread D.Pape
here´s another site developed with cake: http://riotcompany.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from th

Re: A question about the Email component

2007-03-25 Thread D.Pape
yes, now it works!! seems it was a bug in the email component. thanks! On 25 Mrz., 18:15, "Gilles Dubois" <[EMAIL PROTECTED]> wrote: > I followed the indications of > articlehttp://bakery.cakephp.org/articles/view/203 > and now, it's Ok. Thank you. > > On 19 mar, 20:27, "djiize" <[EMAIL PROTECT

Re: A question about the Email component

2007-03-24 Thread D.Pape
hi. i´ve the same problem in version 1.2.0.4451 (svn-head!). i created the layouts in the layouts/email folder. is it a bug?! thanks. cheers. On 19 Mrz., 19:27, "djiize" <[EMAIL PROTECTED]> wrote: > did you create proper layouts in /app/views/layouts/email/ ? > seehttp://bakery.cakephp.org/arti

Re: What editor do you use for CakePHP?

2007-02-16 Thread D.Pape
at the moment i am testing the ftp/svn deployment task by Felix Geisendörfer (http://www.thinkingphp.org/2006/11/22/release-early-release-often-a-svnftp-deployment-task/) and i am testing the editors intype (alpha version with project manager) and/or komodo edit. Alex schrieb: > ah i've go

Re: What editor do you use for CakePHP?

2007-02-15 Thread D.Pape
zend is very great, of course. but it's too expensive for me!! i'm web-developing in my free time and non-professional!! Felix St. Bernard schrieb: > How come more of you don't use zend? I find it pretty stable with > everything that you guys even mention that you're waiting on in other > soft

Re: Good Cake Tutorial: IBM developerWorks

2007-02-15 Thread D.Pape
hi matt. yes, its been posted before! :o) ckeck out for tutorials without registration: http://groups.google.de/ group/cake-php/browse_thread/thread/8b92f888c25390d3/c1990fcaed0e1ab0? hl=de#c1990fcaed0e1ab0 cheers, daniel On 15 Feb., 11:57, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > G'd

Re: Easy way to "offline" a cake site

2007-02-14 Thread D.Pape
sounds good and easy. i don't know , but i think i would check the OFFLINE variable in AppController::beforeFilter() (on the same way i check for authorization). and there should be a login form for administrators, if you have to test the system on the live-server. and where do you set the offl

Re: is there a function exist($var) somewhere that I didn't find?

2007-02-13 Thread D.Pape
did you tried isset($variable)? DaddyCool78 schrieb: > Hello to all the devs in here! I'm happy to have found this project, > as it is really useful/impressive ^_^ > > I recently started creating/modifying apps and I was looking for a > function that would look up for the existence of a x $var

Re: Finally a good Editor for Windows

2007-02-07 Thread D.Pape
hi. there´s a new alpha release of intype: http://intype.info/forums/discussion/231/intype-alpha-021272/ here the new features: * *Undo/Redo* * *Reload Bundles* — A huge help for bundle creators. Bundles can now be reloaded directly from the Intype UI, there’s no need to r

Re: CSS doesn't work, how to use cake for manage templates only?

2007-01-31 Thread D.Pape
"no css is display"? what do you mean? i think the output is ok. Assoluto schrieb: > Hi, > > this is my first post, i'm new in cake and in Freamworking too. > I've read all the manual but I've not found anything about using cake > as a simple template manager! > > I'm building a simple site th

Re: multilingual

2007-01-31 Thread D.Pape
Hi kathrin. there is a topic about l18n: http://groups.google.com/group/cake-php/browse_thread/thread/63e589937b1d545a?hl=en i think you need something like this: $language = 'deu'; $this->Session->write('Config.language', $language); or this: $language = 'deu'; Configure::write('Config.lang

Re: Finally a good Editor for Windows

2007-01-24 Thread D.Pape
Amazing... Thank you Sam :o) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTE

Re: Finally a good Editor for Windows

2007-01-24 Thread D.Pape
Yes, looks really great. Thanks mandy! Andrew McCafferty schrieb: > Thanks Mandy! > > This could be the one that drags me away from HTMLKit for good. I've > only been playing with it for a few minutes but it looks great. Cake > support would just be the icing on thewell...cake. > > Andrew

Re: Beginners Only Tutorial that was on the WIKI

2007-01-10 Thread D.Pape
> On 1/10/07, RichardAtHome <[EMAIL PROTECTED]> wrote: > >> I found the following tutorial very helpful: >> >> http://www-128.ibm.com/developerworks/edu/os-dw-os-php-cake1.html >> >> (if free to view, but requires registration - check out the other two >> parts too) >> > > +1 > > Now ther

Re: IDE of choice?

2006-12-21 Thread D.Pape
Hi. I evaluated Zend Studio. I think the Zend autocomplete function is great!! And i love to work via ftp. But Zend is too expensive for me. I checked Eclipse, but I don´t like it. It´s a bit overkill for me... Now i evaluate Komodo Personal (29,95 Dollar) since two weeks and it seems to be

Re: Problems to get cake running

2006-12-18 Thread D.Pape
Great! :o) Cheers, Daniel moonraker schrieb: > Hi, > > ok, got you! Now it's working... > > > Thanks > > > D.Pape wrote: > >> Hi. >> >> Check the cakephp manual and start reading at the beginning!!! It seems >> you have rea

Re: Problems to get cake running

2006-12-18 Thread D.Pape
Hi. Check the cakephp manual and start reading at the beginning!!! It seems you have read it not properly. You have to call the controller (http://localhost/posts/) and not the view (http://localhost/app/view/posts/index). For example: "A view is a page template, usually named after an action.

Re: CakePHP mailing list?

2006-11-17 Thread D.Pape
hi christoph, i´m joining this group via email, so i am always up to date. daniel Christoph schrieb: > Is there a mailing list or other forum for CakePHP? It seems like this > Google Groups format makes things more difficult. It seems like the > older posts get overlooked because they are

CakePHP 1.2 and Controller::generateFieldNames

2006-11-16 Thread D.Pape
Hi. I am developing a new application with cake 1.2 (SVN Head)! I wants to generate a form via controller->generateFielNames. The form looks great, but if I pass some data to generateFieldNames (action "edit"), i got only an empty form. I switched back the app to cake 1.1 and generateFieldNames

Re: Accessing variable in child class from app_controller's beforeFilter

2006-10-17 Thread D.Pape
hi. you can´t access the variables of the user controller in your app controller!! app controller is the base class of user controller, so you can access methods and variables of the app controller in your user controller, but the app controller don´t know the user controller!! --~--~-