Cake php 3.0

2015-12-22 Thread bruna
Boa tarde..estou usando o cake php 3.0,no meu localhost a aplicação ja esta pronta quando entro no navegador e digito:localhost/projeto/users/login aparece o login,so que la no meio do projeto o usuario digita no navegador::localhost/projeto/ aparece a pagina de inicial do cake alguem sabe

Re: Cake php 3.0

2015-12-22 Thread Leandro Machado Pereira
Bruna, você pode incluir no seu router.php a configuração da rota padrão. http://book.cakephp.org/3.0/en/development/routing.html#quick-tour On Tue, Dec 22, 2015, 08:39 <br...@qtsolucoes.com.br> wrote: > Boa tarde..estou usando o cake php 3.0,no meu localhost a aplicação ja >

Re: Cake PHP 3.0 Ajax JSON

2015-05-03 Thread milan
You may try out the below steps: - Remove that search() from your Items controller. You should not need it. - Just Make the url: /Items/searchData, instead of *url* *: /Items/search**,* in your ajax call - Add the below line in your searchData() $this-layout = false; On

Cake PHP 3.0 Ajax JSON

2015-05-01 Thread Vedashree Gowda
I am trying to implement a search module by using AJAX. There is an index.ctp file in my Items Controller and I have linked my index.ctp file of Items to my search.ctp file which is present under Items controller as below: For the search.ctp pages the URL displayed is :