Problems clone cakephp 3 + netbeans

2014-05-14 Thread José López
Good afternoon. took time with cakephp working fine in all versions , but it is now trying to clone three cakephp dev for ubuntu composer.phar from me and then a series of problems arise for download cakephp / vendor from git so the composer uses a second option , once the download directories

pagination on cakephp 1.3

2014-05-14 Thread tuan kim
hi , Thanks for you support always, I have a problem with Pagination, When I use CakePHP Pagination I get the default url like this: localhos/posts/index/ and the title of website is design website when I click to page number 4, the title is still design website But I want the title when I

Re: When is a form post not a form post?

2014-05-14 Thread euromark
with table i meant form.. :) Am Mittwoch, 14. Mai 2014 12:08:28 UTC+2 schrieb euromark: I am not quite sure why you are making this into your own science project :) it is fairly simple actually have an id field in your table = edit = PUT dont have an id field in your table = add = POST

Re: When is a form post not a form post?

2014-05-14 Thread euromark
I am not quite sure why you are making this into your own science project :) it is fairly simple actually have an id field in your table = edit = PUT dont have an id field in your table = add = POST That's documented - and exactly as easy and straightforward as it sounds If you don't care about

Re: When is a form post not a form post?

2014-05-14 Thread Reuben Helms
I guess because it threw me. In most cases, I've previously checked isPost, now is('post'). In other places, I would check for data, but that's not good practice now, because GET data is also on the request. Also, when I see method=post on the form element, and POST on the HTTP call, then I

CakePHP 2.4.9 authenticated Application

2014-05-14 Thread bobkill01
I look at the possibilities offered by CakePHP for authenticated applications but I do not understand in what cases I should use this or that rule among the three listed below. Simple Authentication and Authorization Application Simple Acl controlled Application Simple Acl controlled

Authake error

2014-05-14 Thread Julio Rodriguez
Hello, I'm using authake (https://github.com/mtkocak/authake) and getting the following error after successful login: Anyone know how to resolve this? *Warning* (2): array_merge(): Argument #1 is not an array [*CORE/Cake/Routing/Router.php*, line *1119*] Code Context array_merge -