Move aggregated column values into model's array

2014-02-06 Thread Jacob Stevens
With this find I am actually joining across several tables, and in case of the test data I have pasted there was no related record so the values are all nulls. This is not an issue. Here is some idea of the code: $options['fields'] = array( 'Audit.event', 'A

curl_exec not working with Veeva Vault integration into CakePHP

2014-02-06 Thread Zeeshan Ahmad
I have a site written in CakePHP which needs to download files from Veeva Vault. I inherited this authentication function from someone else which is supposed to return a session id from Veeva, but it returns false on curl_exec() when it should return true. I was told the function worked with

List box.

2014-02-06 Thread Diego Las Heras
Hello i am newbie here, and i am lloking for a easy list box example. Somone could pass me a code, for a simple list box. I mean the code of the view, controller... (all requerid for this) Thanks! -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/Cak

Re: Abridged summary of cake-php@googlegroups.com - 10 Messages in 6 Topics

2014-02-06 Thread Mohammed Azharuddin
Thank you for reply brother On Thu, Feb 6, 2014 at 9:01 AM, wrote: > Today's Topic Summary > > Group: http://groups.google.com/group/cake-php/topics > >- DerEuroMark - Ajax and CakePHP Tutorial > Question<#14405414606746e6_group_thread_0>[3 Updates] >- How to decrypt the encrypted c

Re: CakePHP 3.0.0 dev preview 1 released

2014-02-06 Thread André Luis
Absolutely I am very anxious to work with CakePHP 3.0, but i prefer waiting a little bit and have full 3.0 code instead of piecing with 2.x code, in my opinion CakePHP is the best PHP framework, but it´s code is now overpast, and we should look at the future! Em domingo, 5 de janeiro de 2014 1

RE: DerEuroMark - Ajax and CakePHP Tutorial Question

2014-02-06 Thread Advantage+
Right on, thanks. Will keep at it and see how it progress's Dave From: cake-php@googlegroups.com [mailto:cake-php@googlegroups.com] On Behalf Of euromark Sent: Thursday, February 06, 2014 11:00 AM To: cake-php@googlegroups.com Subject: Re: DerEuroMark - Ajax and CakePHP Tutorial Questi

Re: DerEuroMark - Ajax and CakePHP Tutorial Question

2014-02-06 Thread euromark
Something like that would work. But I would use a simpler and return early approach (the second check is the inverse of the first and thus totally uncessary). Am Donnerstag, 6. Februar 2014 15:07:21 UTC+1 schrieb advantage+: > > Thanks again for all your insight. Greatly appreciated. > > > > Si

RE: DerEuroMark - Ajax and CakePHP Tutorial Question

2014-02-06 Thread Advantage+
Thanks again for all your insight. Greatly appreciated. Since you seem to have quite a grasp on the topic I was hoping you might have some idea or point me where to look for this question. Since the site should work with and without JS enabled I am just starting small with a "Bookmark Add

Re: DerEuroMark - Ajax and CakePHP Tutorial Question

2014-02-06 Thread euromark
No that is totally what one would expect when browsing the json file. The thing is that this never happens with a normal user, as he executes AJAX which then calls this url. So never ever should it happen that a user really browses it directly (unless its a dev and he has a genuine reason to do s

RE: DerEuroMark - Ajax and CakePHP Tutorial Question

2014-02-06 Thread Advantage+
I have read the post. The examples / links are directly on your site. If I do the same on my site I get the exact same thing. I'm only pointing out that if you access the .json via http you see the ugly json format screen. No error page (styled error page I mean). And sure odd of anyone is

Re: DerEuroMark - Ajax and CakePHP Tutorial Question

2014-02-06 Thread euromark
Sounds like you didnt read the whole post. You probably skipped the "Last tips" part at the end - or it would be working Am Mittwoch, 5. Februar 2014 18:39:20 UTC+1 schrieb advantage+: > > Asking simply because if you go here for example: > > > > > http://sandbox.dereuromark.de/sandbox/ajax_ex