I am new to CakePHP. Does anyone have any experience with a free Uuntu IDE that can do code completion and, most importantly, the ability to debug CakePHP code?
Any answers are welcome.
thanks
I would use Netbeans, and I mean that I use Netbeans. It can intelligently work through inherited classes, so it works very well with CakePHP.
http://netbeans.org/
Updated:In addition, netbeans IDE now has a CakePHP plugin.
In addition, netbeans IDE now has a CakePHP plugin.
Sublime Text 3 is the best in my opinion. I used PhpStorm, Komodo, Aptana Studio 3, Notepad ++ and others. All these are good IDEs. But Sublime Text gives me autocomplete for CakePHP and other features. Give it a try. You'll like it.
See http://mark-story.com/posts/view/code-completion-for-cakephp-in-eclipse
Netbeans works well for PHP in general, you get full code completion in controllers, but you can't get proper completion in Views to work. The same thing in Eclipse, however the formatting of the code for PHP is pretty n00by.
PHP debugging generally sucks, I mostly use $this-log() .
$this-log()
I suggest trying Codelobster PHP Edition
It has a free debugger and a special CakePHP autocomplete plugin.
Source: https://habr.com/ru/post/1312891/More articles:Uploading a video using emgucv 2.1.0.0 - c #Magento order status change events - phpIs EAX cryptographic mode supported in .NET? - .netHow to draw a single dot with .Net? - .netHow to save 0 in a date - c #Missing something with Entity Framework for .NET 3.5? - entityDatabase design efficiency from 1 to many relationships is limited to 1-3 - sqlsoftware distribution and patch management - software-distributionWhy is it impossible to delete entries from the jar file? - javaPassing HTML using JSON - jsonAll Articles