Posts by Erick Leandro • 11 points
3 posts
-
0
votes1
answer184
viewsA: Phpunit not recognized by Cakephp
You can use Phpunit from your own application that is inside the vendor folder. if you are using Composer, try the following command on the console inside your project folder: /vendor/bin/phpunit…
-
0
votes1
answer51
viewsA: Several cities in one project
There are several ways to do this, you can do with url’s friendliness by passing the direct city parameter in the url, example: www.meusite.com.br/saopaulo www.meusite.com.br/riodejaneiro you can do…
-
0
votes1
answer32
viewsA: Install Memcache in xammp for mac
First of all, install Homebrew, MAC dependency manager, with this command: ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" then run the command: brew install memcached…
phpanswered Erick Leandro 11