book.cakephp.org small problem

2009-09-30 Thread John Morris
IE7 java script errors, gonna guess it has something to do with the plain text view option, because that doesn't show up in IE7. also this is more of a peeve but when code is copied in IE7 it copy's non formatted on a single line, in firefox you get a numbered list the plain text view in firefox

Component startup vs initialize

2009-01-09 Thread morris
hey there.. so, with cake 1.2 final I've been struggling with a strange bug in our application. we have quite a few components that are accessed from the app_controller beforeFilter method. Some of our components rely on other components (so withone one, it may be accessing $this-

Re: Component startup vs initialize

2009-01-09 Thread morris
. On Jan 9, 9:58 am, morris mr.mor...@gmail.com wrote: hey there.. so, with cake 1.2 final I've been struggling with a strange bug in our application. we have quite a few components that are accessed from the app_controller beforeFilter method. Some of our components rely on other components (so

Re: Strange behavior of Containable when using conditions

2008-11-24 Thread morris
bump (my first and last) I'll probably be opening a ticket for this one - although I can work around it (phew) it just doesn't seem to be working as expected or specified in the manual. On Nov 20, 12:26 pm, morris [EMAIL PROTECTED] wrote: Thanks for the quick response on that! Yeah, I know

Strange behavior of Containable when using conditions

2008-11-20 Thread morris
I'm seeing some odd behavior when using Containable with conditions. I have a model... lets call it 'DustParticle'.. it belongs to two other models DustParticle belongs to Broom and DustParticle belongs to OfficeDesk anyhow.. try not to read too much into the dust concept. When I run something

Re: Strange behavior of Containable when using conditions

2008-11-20 Thread morris
. Also, use array-based condition: array(    'Model.field' = 'value' ) On Thu, Nov 20, 2008 at 3:08 PM, morris [EMAIL PROTECTED] wrote: I'm seeing some odd behavior when using Containable with conditions. I have a model... lets call it 'DustParticle'.. it belongs to two other models

Re: [Question]About PHP i18n !

2008-07-15 Thread morris
I've been using Poedit http://www.poedit.net/ to create my translated .po files from a po template file (.pot). I haven't used any auto-translaters though I imagine there are some out there. I doubt it would be a seamless translation though. Poedit does have some fuzzy/suggestive translations

Re: CakeAMFPHP with Cake 1.2

2008-07-13 Thread morris
Thanks to John's help I now have CakeAMFPHP 0.6.0 running in my cake 1.2 app. For anyone else looking to achieve this please check out: http://bakery.cakephp.org/articles/view/using-cakeamfphp-0-6-w-cake-1-2 On Jul 8, 1:57 pm, morris [EMAIL PROTECTED] wrote: sorry, guess I should have

CakeAMFPHP with Cake 1.2

2008-07-08 Thread morris
to render or just return?) At my wits end here so if this doesn't work then we'll be looking to hire someone who could retool this for us. Cheers! morris --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group

Re: CakeAMFPHP with Cake 1.2

2008-07-08 Thread morris
', null, null, 'cakeamfphp'.DS.'amf-core'.DS.'app'.DS.CakeGateway.php); ? I would certainly appreciate some help here if there is more to it than this. Feel free to PM me. Thanks! On Jul 8, 12:06 pm, John David Anderson [EMAIL PROTECTED] wrote: On Jul 8, 2008, at 9:29 AM, morris wrote: I'm

Re: CakeAMFPHP with Cake 1.2

2008-07-08 Thread morris
up the amfext in php, added the 'amf' plugin to my app, imported it into webroot/index.php, then included as component in app_controller (as 'Amf.Amf'), and set my gateway to the root of the app (/). This, unfortunately, did not resolve anything. Thanks again for your time and help here -morris