Re: Issue with deep associations - cake 3.0

2014-10-22 Thread Dr. Tarique Sani
Use use HTH T On Mon, Oct 20, 2014 at 8:26 PM, rsfl...@gmail.com wrote: I have the following in my Products controller: $creditIntermediaries = $this-Products-CreditIntermediaries-find('list', ['valueField' = 'persona.other_names']) -contain('Personas')

Re: using cakephp with nginx

2014-10-22 Thread CrotchFrog
I'm assuming you tried the configuration from the book ? http://book.cakephp.org/2.0/en/installation/url-rewriting.html#pretty-urls-on-nginx With a bit of tweaking to match your nginx config you should have no issues. On Tuesday, October 21, 2014 3:09:57 PM UTC-4, Saif Turki wrote: hi, i

Make a Restful documentation in CakePHP?

2014-10-22 Thread Salines
Is there some way to make automatic documentation for restful service? I can see some of the frameworks have integrated a great tool for creating this type of documentation. Do you have experience and recommendations for a CakePHP based resful api? Thanks -- Like Us on FaceBook

Re: i18n problem

2014-10-22 Thread Lucky1968
Hi, Here's an example: I have an element which generates a navigation menu. This is the code in the element: App::import('Model', array('Shop.ShopCategory')); $menuObj = new ShopCategory(); $nav_top = $menuObj-nav_top(''); ShopCategory has a translated 'name'-field which is also the models

Re: How do I conenct to SOAP/WDSL with WSE 2.0 auth

2014-10-22 Thread rchavik
On Tuesday, October 21, 2014 4:32:42 PM UTC+7, Michael Hill wrote: I have been trying to get my PHP application to chat with a .net server using SOAP and WDSL with WSE 2.0 auth. This is a little bit of a pain and was wondering if anyone could point in the direction of a some code or a