Re: MustacheCake - A Mustache implementation for CakePHP.

2013-07-21 Thread #2Will
This is cool. Nice one! Are you using these for all your views? Are there any limitations you have come across using for templates? for example Can you call elements in .ctp files from the moustache files & vice-versa? Will On Saturday, 20 July 2013 23:31:58 UTC+10, Dismounted wrote: > > H

CakeDC search plugin issue

2013-07-21 Thread Asyraf Wahi Anuar
Hi, CakePHP version: 2.3.6 i try to implement the CakeDC search function by add this code to my controller: class QuestionsController extends AppController { public $paginate = array(); //create array for record page public $components = array('Search.Prg'); public $presetVars = true; // u

RE: How to create multiple apps in one core?

2013-07-21 Thread Advantage+
What I do is create a libs folder (call it what you like) inside that I have various folders of versions of Cake builds (2.1.3, 2.3.4 and 2.3.8 for example) inside the folders is just the "Cake" folder when you download and extract the zip file. Libs/ /2.1.3/Cake

Re: How to create multiple apps in one core?

2013-07-21 Thread Amogh Venkatesh
Thanks for your response. Can i get a simpler version than that. Coz i am still a beginner and not able to understand what they have given. Actually i was looking fwd post like this - http://www.virtualapplicationserver.com/CakePHP_MultipleInstallNotes.html but there i am not able to get what h

MustacheCake - A Mustache implementation for CakePHP.

2013-07-21 Thread Dismounted
Hi all, I've just committed a "final"-ish version of my plugin that integrates Mustache (http://mustache.github.io/) as a custom View class in Cake. Why did I create "yet another" one of these? From what I've been able to find, other Mustache plugins either: a) implement Mustache as a view hel