<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://community.activestate.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>ActiveState Community Site - Komodo and CakePHP? - Comments</title>
 <link>http://community.activestate.com/forum-topic/komodo-and-cakephp</link>
 <description>Comments for &quot;Komodo and CakePHP?&quot;</description>
 <language>en</language>
<item>
 <title>I was bored this evening and</title>
 <link>http://community.activestate.com/forum-topic/komodo-and-cakephp#comment-6521</link>
 <description>&lt;p&gt;I was bored this evening and ( with some help from Todd ) cooked up a new Komodo extension to add Cake&#039;s view helpers into *.ctp files:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://community.activestate.com/node/2794&quot; title=&quot;http://community.activestate.com/node/2794&quot;&gt;http://community.activestate.com/node/2794&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;--&lt;br /&gt;
JeffG&lt;br /&gt;
&lt;a href=&quot;http://www.openkomodo.com/blogs/jeffg&quot; title=&quot;http://www.openkomodo.com/blogs/jeffg&quot;&gt;http://www.openkomodo.com/blogs/jeffg&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Thu, 18 Sep 2008 22:47:44 -0700</pubDate>
 <dc:creator>jeffg</dc:creator>
 <guid isPermaLink="false">comment 6521 at http://community.activestate.com</guid>
</item>
<item>
 <title>An extension would be better...</title>
 <link>http://community.activestate.com/forum-topic/komodo-and-cakephp#comment-6505</link>
 <description>&lt;p&gt;Funny, I was just thinking about this; since Komodo 4.4 and the introduction of the Zend Framework extension, it has been possible to create extensions for Komodo that modify what is available in autocomplete lists for specific types of files, eg view files. With the Zend support for example, you get autocompletion for the $this var in views as a Zend_View instance.&lt;/p&gt;
&lt;p&gt;This should be possible to do for CakePHP as well, and I have intended to &#039;get around to it&#039; for a while. The code for the Zend integration stuff is here:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://svn.openkomodo.com/openkomodo/view/openkomodo/trunk/src/modules/zendframework/pylib/codeintel_zend.py&quot; title=&quot;http://svn.openkomodo.com/openkomodo/view/openkomodo/trunk/src/modules/zendframework/pylib/codeintel_zend.py&quot;&gt;http://svn.openkomodo.com/openkomodo/view/openkomodo/trunk/src/modules/z...&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;--&lt;br /&gt;
JeffG&lt;br /&gt;
&lt;a href=&quot;http://www.openkomodo.com/blogs/jeffg&quot; title=&quot;http://www.openkomodo.com/blogs/jeffg&quot;&gt;http://www.openkomodo.com/blogs/jeffg&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Thu, 18 Sep 2008 10:42:00 -0700</pubDate>
 <dc:creator>jeffg</dc:creator>
 <guid isPermaLink="false">comment 6505 at http://community.activestate.com</guid>
</item>
<item>
 <title>$this-&gt; autocomplete in views?</title>
 <link>http://community.activestate.com/forum-topic/komodo-and-cakephp#comment-6495</link>
 <description>&lt;p&gt;Works great but anybody have such an idea how to force autocomplete in views with&lt;br /&gt;
&lt;code class=&quot;geshifilter&quot;&gt;$this-&amp;gt;&lt;/code&gt;&lt;br /&gt;
?&lt;/p&gt;
&lt;p&gt;I found that autocomplete in views works fine with&lt;br /&gt;
&lt;code class=&quot;geshifilter&quot;&gt;$view-&amp;gt;&lt;/code&gt;&lt;br /&gt;
var.&lt;/p&gt;
</description>
 <pubDate>Thu, 18 Sep 2008 04:21:10 -0700</pubDate>
 <dc:creator>Adam</dc:creator>
 <guid isPermaLink="false">comment 6495 at http://community.activestate.com</guid>
</item>
<item>
 <title>From this</title>
 <link>http://community.activestate.com/forum-topic/komodo-and-cakephp#comment-5392</link>
 <description>&lt;p&gt;From this post:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://traviscline.com/blog/2007/10/12/komodo-cakephp-view-macros/&quot; title=&quot;http://traviscline.com/blog/2007/10/12/komodo-cakephp-view-macros/&quot;&gt;http://traviscline.com/blog/2007/10/12/komodo-cakephp-view-macros/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The actual code I used was this:&lt;/p&gt;
&lt;p&gt;&lt;code type=&quot;php&quot;&gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
$ajax = new AjaxHelper();&lt;br /&gt;
$cache = new CacheHelper();&lt;br /&gt;
$form = new FormHelper();&lt;br /&gt;
$html = new HtmlHelper();&lt;br /&gt;
$javascript = new JavascriptHelper();&lt;br /&gt;
$number = new NumberHelper();&lt;br /&gt;
$session = new SessionHelper();&lt;br /&gt;
$text = new TextHelper();&lt;br /&gt;
$time = new TimeHelper();&lt;br /&gt;
?&amp;gt;&lt;/p&gt;
&lt;/pre&gt;&lt;p&gt;
--&lt;br /&gt;
JeffG&lt;/p&gt;
</description>
 <pubDate>Mon, 19 May 2008 07:08:00 -0700</pubDate>
 <dc:creator>jeffg</dc:creator>
 <guid isPermaLink="false">comment 5392 at http://community.activestate.com</guid>
</item>
<item>
 <title>2. Copy the PHP code below</title>
 <link>http://community.activestate.com/forum-topic/komodo-and-cakephp#comment-5391</link>
 <description>&lt;blockquote&gt;&lt;p&gt;2. Copy the PHP code below into a file &#039;cakevars.php&#039; and save it to somewhere on your hard drive.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;What PHP code?&lt;/p&gt;
</description>
 <pubDate>Sun, 18 May 2008 20:24:34 -0700</pubDate>
 <dc:creator>bugger</dc:creator>
 <guid isPermaLink="false">comment 5391 at http://community.activestate.com</guid>
</item>
<item>
 <title>Views trick</title>
 <link>http://community.activestate.com/forum-topic/komodo-and-cakephp#comment-5222</link>
 <description>&lt;p&gt;This trick is sort of based on Travis Cline&#039;s macro, but uses the PHP autocomplete features in a simpler way:&lt;/p&gt;
&lt;ol id=&quot;mine&quot;&gt;
&lt;li&gt;Ensure that the *.ctp Cake template file extension is associated with PHP&lt;br /&gt;
    in Preferences / File Associations.&lt;/li&gt;
&lt;li&gt;Copy the PHP code below into a file &#039;cakevars.php&#039; and save it to somewhere on your&lt;br /&gt;
    hard drive.&lt;/li&gt;
&lt;li&gt;Open your CakePHP project and add the folder containing this file to&lt;br /&gt;
    the list at Languages / PHP. Make sure it is the *last* directory on that list.&lt;/li&gt;
&lt;li&gt;Close, then re-open the project.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You should now get autocomplete lists including the vars defined in &#039;cakevars.php&#039; in Cake view files:&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;inline none&quot;&gt;&lt;img src=&quot;http://community.activestate.com/files/images/KomodoScreenSnapz006.png&quot; alt=&quot;cakevars&quot; title=&quot;cakevars&quot; class=&quot;image _original&quot; height=&quot;255&quot; width=&quot;353&quot;&gt;&lt;span class=&quot;caption&quot;&gt;&lt;strong&gt;cakevars&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;--&lt;br /&gt;
JeffG&lt;/p&gt;
</description>
 <pubDate>Mon, 28 Apr 2008 12:28:00 -0700</pubDate>
 <dc:creator>jeffg</dc:creator>
 <guid isPermaLink="false">comment 5222 at http://community.activestate.com</guid>
</item>
<item>
 <title>Re: css and images files</title>
 <link>http://community.activestate.com/forum-topic/komodo-and-cakephp#comment-5220</link>
 <description>&lt;p&gt;Hi Graham,&lt;/p&gt;
&lt;p&gt;I&#039;m not sure what you mean by this. Are you modifying PHP code and then wanting to make a preview of the generated html?&lt;/p&gt;
&lt;p&gt;You should be able to use the Browser Preview command (Ctrl-K, Ctrl-V) and modify the &#039;preview with&#039; field to match the location on your web server, which will thus use the appropriate css and image locations...&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Todd&lt;/p&gt;
</description>
 <pubDate>Mon, 28 Apr 2008 10:44:38 -0700</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 5220 at http://community.activestate.com</guid>
</item>
<item>
 <title>Re: CakePHP setup </title>
 <link>http://community.activestate.com/forum-topic/komodo-and-cakephp#comment-5197</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is there a way to get the css/images to appear in the HTML output? CakePHP uses relative paths to those files, so while the script works fine no images or css styles are loaded.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Graham&lt;/p&gt;
</description>
 <pubDate>Fri, 25 Apr 2008 15:11:42 -0700</pubDate>
 <dc:creator>gmwebs</dc:creator>
 <guid isPermaLink="false">comment 5197 at http://community.activestate.com</guid>
</item>
<item>
 <title>Re: CakePHP setup</title>
 <link>http://community.activestate.com/forum-topic/komodo-and-cakephp#comment-3405</link>
 <description>&lt;p&gt;Let me go over a simple setup of Komodo for use on any PHP framework, I&#039;ll be using CakePHP for the example, but it really does apply to most PHP frameworks you&#039;ll find out there...&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Prerequisites&lt;/strong&gt;&lt;br /&gt;
CakePHP relies on many applications: a web server (like Apache), a database (like MySQL) and PHP 4.3.2 or greater, so ensure you follow the necessary instructions for setting this up for your operating system, see the CakePHP installation section for details:&lt;br /&gt;
&lt;a href=&quot;http://manual.cakephp.org/chapter/installing&quot; title=&quot;http://manual.cakephp.org/chapter/installing&quot;&gt;http://manual.cakephp.org/chapter/installing&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I will not cover the setting up of a CakePHP application, but expect the user has an existing CakePHP application they want to work on using Komodo.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Configuring Komodo to work with CakePHP&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;PHP interpreter&lt;/strong&gt;&lt;br /&gt;
Komodo needs to know where the PHP interpreter is, this is so Komodo can provide PHP specific functionality such as Syntax Checking, Debugging and Code Completion.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Go to the Komodo preferences, select the &quot;Languages-&amp;gt;PHP&quot; category and check/set the PHP interpreter to point to the PHP executable you have installed.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;PHP Frameworks&lt;/strong&gt;&lt;br /&gt;
Komodo needs to know where your third-party PHP code is located, so that it can assist in providing adequate PHP code completions, calltips and code intelligence benefits. Generally for applications that install as part of the PHP standard library location or are added to the php interpreter&#039;s php.ini file, this is not necessary, but for frameworks that are configured through the web platform (i.e. http.conf) this step is necessary.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Go to the Komodo preferences, select the &quot;Languages-&amp;gt;PHP&quot; category and in the &quot;PHP Directories&quot; area, select the &quot;Add...&quot; button to browse to where the core CakePHP libraries are installed, i.e. &quot;/wwwroot/cake/cake&quot; on my linux machine.
   &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Setup your project&lt;/strong&gt;&lt;br /&gt;
Komodo provides help for managing your application development through the use of projects. Projects let you view the application layout, edit and manage files/folders as well as providing command, macro and snippet tools.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Use the menu &quot;File-&amp;gt;New-&amp;gt;Project&quot; to start creating a new project. Save the project to the base directory where your CakePHP application resides, i.e. &quot;/wwwroot/cake/app/App1.kpf&quot;
   &lt;/li&gt;
&lt;li&gt;Once saved, the project itself and the list of files/folders should appear in Komodo&#039;s project pane, where you sort, expand/collapse and click on to open for editing&lt;/li&gt;
&lt;li&gt;As you edit your CakePHP application files, you should notice completions for CakePHP functions and classes, try this for an example:&lt;br /&gt;
&lt;div class=&quot;geshi-block&quot;&gt;
&lt;div class=&quot;geshifilter php&quot; style=&quot;font-family: monospace;&quot;&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;$session&lt;/span&gt; = &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;new&lt;/span&gt; CakeSession&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: #0000ff;&quot;&gt;$session&lt;/span&gt;-&amp;gt;&lt;/div&gt;
&lt;pre class=&quot;geshi-plain&quot;&gt;$session = new CakeSession();
$session-&amp;gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;You should have calltip/completions when you type the open paren &quot;new CakeSession(&quot;, when you type &quot;$s&quot; and when you type the &quot;session-&amp;gt;&quot;.
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Bake run command&lt;/strong&gt;&lt;br /&gt;
Bake is a command line PHP script that will automagically generate a model, controller, and views based on the design of your database.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;On your application project, right-click and select menu &quot;Add-&amp;gt;New Command...&quot;, call it &quot;Bake&quot;, set the &quot;Start in:&quot; field to be &quot;%p&quot; which means the active project and then use the command text below:&lt;/li&gt;
&lt;li&gt;For the command, use&lt;br /&gt;
&lt;pre&gt;%(php) /wwwroot/cake/cake/scripts/bake.php&lt;/pre&gt;&lt;p&gt;, or if the script is provided as a windows batch file, you can simply just specifiy this file as &lt;/p&gt;
&lt;pre&gt;/wwwroot/cake/cake/scripts/bake.bat&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;Bake runs interactively, so you can either run it through Komodo Command Output Tab (the default) or choose to run it in it&#039;s own separate console window, whichever is your preference.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Other Komodo/CakePHP resources&lt;/strong&gt;&lt;br /&gt;
&lt;a href=&quot;http://traviscline.com/blog/2007/10/12/komodo-cakephp-view-macros/&quot;&gt;Komodo Macros for inserting CakePHP template hints&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Advantages of using Komodo IDE&lt;/strong&gt;&lt;br /&gt;
The advantages of using Komodo over Eclipse are many (just note that I am of course somewhat biased, heh).&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Komodo comes already prepared with most things you need for PHP development, such as integrated source code control and code intelligence helpers, so you don&#039;t need to play around with specific plugins or download a special build to get up and running.&lt;/li&gt;
&lt;li&gt;Komodo provides code completions and calltips easily, simply define what PHP frameworks you need and and it&#039;s done, calltips and completions appear immediately afterwards.&lt;/li&gt;
&lt;li&gt;Komodo IDE provides debugging tools to help analyse your code and data in real time.&lt;/li&gt;
&lt;li&gt;Komodo IDE provides additional web tools to help with client/server development, such as the HTTP Inspector and the JavaScript debugger.&lt;/li&gt;
&lt;li&gt;Most of Komodo is open source, so you can dig into the code and contribute if you feel like it: &lt;a href=&quot;http://www.openkomodo.com/&quot; title=&quot;http://www.openkomodo.com/&quot;&gt;http://www.openkomodo.com/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Hope that helps.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Todd&lt;/p&gt;
</description>
 <pubDate>Mon, 05 Nov 2007 13:19:00 -0800</pubDate>
 <dc:creator>ToddW</dc:creator>
 <guid isPermaLink="false">comment 3405 at http://community.activestate.com</guid>
</item>
<item>
 <title>Baking with Komodo and CakePHP is easy!</title>
 <link>http://community.activestate.com/forum-topic/komodo-and-cakephp#comment-3403</link>
 <description>&lt;p&gt;All you really need to do to get cake library completion in Komodo is create a new Komodo project that is stored in the top level of your project directory structure. At this point Komodo should analyze all PHP files in the project and be able to offer autocomplete for them.&lt;/p&gt;
&lt;p&gt;If you have the main cake sources stored in some other location, you can add those in as well:&lt;/p&gt;
&lt;p&gt; - right-click on the project icon in the Projects tab and select properties&lt;br /&gt;
 - go to Languages / PHP and add the cake source directory to the &#039;PHP Directories&#039; list.&lt;/p&gt;
&lt;p&gt;--&lt;br /&gt;
JeffG&lt;/p&gt;
</description>
 <pubDate>Mon, 05 Nov 2007 12:54:00 -0800</pubDate>
 <dc:creator>jeffg</dc:creator>
 <guid isPermaLink="false">comment 3403 at http://community.activestate.com</guid>
</item>
<item>
 <title>and now, what to do with it?</title>
 <link>http://community.activestate.com/forum-topic/komodo-and-cakephp#comment-3388</link>
 <description>&lt;p&gt;dear supporters,&lt;/p&gt;
&lt;p&gt;so you had cakephp as a test case for the autocomplete? Wonderful.&lt;br /&gt;
Where&#039;s the documentation or (minimum) the setup protocol to incorporate&lt;br /&gt;
cake into komodo (4.2)?&lt;br /&gt;
For a start, please give us some minimal explanations:&lt;br /&gt;
How can i setup komodo autocomplete to incorporate the cake libraries?&lt;br /&gt;
How can i use the cakephp shell to run bake (for cake1.2)?&lt;br /&gt;
There is a splendid cake setup tutorial here: &lt;a href=&quot;http://bakery.cakephp.org/articles/view/setting-up-eclipse-to-work-with-cake&quot; title=&quot;http://bakery.cakephp.org/articles/view/setting-up-eclipse-to-work-with-cake&quot;&gt;http://bakery.cakephp.org/articles/view/setting-up-eclipse-to-work-with-...&lt;/a&gt;&lt;br /&gt;
Unfortunately it is for eclipse and makes komodo look inferior to a zero cost IDE, only because someone wrote a good setup document.&lt;br /&gt;
So, What are the advantages of using komodo over eclipse with cake?&lt;/p&gt;
&lt;p&gt;Please give a long time komodo user a reason to not switch over to eclipse by leaving just a snippet of configuration information about work you have already done with komodo/cake integration.&lt;/p&gt;
&lt;p&gt;best regards&lt;br /&gt;
Christian&lt;/p&gt;
</description>
 <pubDate>Sat, 03 Nov 2007 10:42:50 -0700</pubDate>
 <dc:creator>christian herwig</dc:creator>
 <guid isPermaLink="false">comment 3388 at http://community.activestate.com</guid>
</item>
<item>
 <title>Warning: the Rails template</title>
 <link>http://community.activestate.com/forum-topic/komodo-and-cakephp#comment-2340</link>
 <description>&lt;p&gt;Warning: the Rails template is very complicated, not from a user&#039;s perspective but from an implementation perspective. Like Rails, there is a lot of magic going on that no-one but Eric really understands well. I am quite sure a few simple Macros / Run Commands in a project template for Cake would work well enough to get people started.&lt;/p&gt;
&lt;p&gt;--&lt;br /&gt;
JeffG&lt;/p&gt;
</description>
 <pubDate>Thu, 19 Jul 2007 10:37:00 -0700</pubDate>
 <dc:creator>jeffg</dc:creator>
 <guid isPermaLink="false">comment 2340 at http://community.activestate.com</guid>
</item>
<item>
 <title>That makes sense and puts</title>
 <link>http://community.activestate.com/forum-topic/komodo-and-cakephp#comment-2334</link>
 <description>&lt;p&gt;That makes sense and puts the marketing blurb into perspective. I&#039;ve been the source of more than one of those offhand statements that made its way too far into the public. You say, &quot;the improved autocomplete makes popular tools like CakePHP easier to work with&quot; and it turns into CakePHP being &quot;supported&quot;.&lt;/p&gt;
&lt;p&gt;I don&#039;t know Cake as well as I want to and am only recently using Komodo (still in the trial period trying to decide if I want to kick in for the extras in IDE vs Edit). That said, I am interested in getting to know the tools better and would be willing to take a stab at working on a Project Template for Cake.&lt;/p&gt;
&lt;p&gt;I took a look at the FAQ for creating a Project Template* and get the basic idea. I did a basic template with the starting point for all of the files and was able to create basic projects from that template, so I can see the general approach.&lt;br /&gt;
*http://community.activestate.com/faq/creating-project-template&lt;/p&gt;
&lt;p&gt;While I&#039;m not a Rails developer, I&#039;ll take a look at that template to see the features that you guys included as a gauge of the scope required to match it. I just never like to take on a task like this only to find out someone already did it and did it better than I.&lt;/p&gt;
&lt;p&gt;--&lt;br /&gt;
J Wynia&lt;br /&gt;
The Glass is Too Big&lt;br /&gt;
&lt;a href=&quot;http://www.wynia.org&quot; title=&quot;http://www.wynia.org&quot;&gt;http://www.wynia.org&lt;/a&gt;&lt;/p&gt;
</description>
 <pubDate>Wed, 18 Jul 2007 19:23:07 -0700</pubDate>
 <dc:creator>jwynia</dc:creator>
 <guid isPermaLink="false">comment 2334 at http://community.activestate.com</guid>
</item>
<item>
 <title>You&#039;re right</title>
 <link>http://community.activestate.com/forum-topic/komodo-and-cakephp#comment-2330</link>
 <description>&lt;p&gt;Part of Komodo 4.1 was much better autcomplete / calltips support for PHP generally, and one of the test cases we used was CakePHP because it was popular, large, and PHP5 OO, so it really stressed some parts of the code completion work we did. This support benefits all sorts of PHP codebases like Cake however, so in that sense there is no real Cake-specific features currently.&lt;/p&gt;
&lt;p&gt;What would be great for Cake developers is a Cake-specific project template similar to the one we included for Rails. Project templates are very powerful ways to add extra functionality to your projects especially in a case like Cake where you have scaffolding commands that can be run to autogenerate code, etc. We have yet to cobble something together for Cake yet though, in part because we don&#039;t use it in-house and do not have a lot of experience with it.&lt;/p&gt;
&lt;p&gt;How well do you know Cake? Do you have any interest in working on or even testing a Project Template with us?&lt;/p&gt;
&lt;p&gt;--&lt;br /&gt;
JeffG&lt;/p&gt;
</description>
 <pubDate>Wed, 18 Jul 2007 13:39:56 -0700</pubDate>
 <dc:creator>jeffg</dc:creator>
 <guid isPermaLink="false">comment 2330 at http://community.activestate.com</guid>
</item>
<item>
 <title>Komodo and CakePHP?</title>
 <link>http://community.activestate.com/forum-topic/komodo-and-cakephp</link>
 <description>&lt;p&gt;I recently decided to give Komodo a shot on a project after seeing that it explicitly mentioned CakePHP alongside Ruby.&lt;/p&gt;
&lt;p&gt;However, when I search for information on actually *using* Komodo to build CakePHP applications, nearly every search result is a quote of the ActiveState marketing blurb:&lt;/p&gt;
&lt;p&gt;&quot;The result is a powerful coding environment for framework stacks like Ruby on Rails and CakePHP and client libraries such as the Yahoo! UI Library and Dojo.&quot;&lt;/p&gt;
&lt;p&gt;I find tutorials and information on the Rails stuff and can see code intelligence configuration for Yahoo and Dojo, etc, but can&#039;t seem to find anything on the hands-on use of Komodo to build CakePHP apps.&lt;/p&gt;
&lt;p&gt;Are there project templates out there somewhere? While I could just shove forward using Komodo as a basic text editor and project file manager, I can see that there&#039;s much more power and usefulness here, and want to best apply it to CakePHP projects (and possibly other PHP frameworks in the future).&lt;/p&gt;
&lt;p&gt;Can anyone point me in the right direction? I&#039;ve been a developer for a while and have used lots of IDE&#039;s and tools, so I&#039;m pretty self-sufficient, so I&#039;m not looking for hand-holding, just a basic compass to point me in the right direction.&lt;/p&gt;
</description>
 <comments>http://community.activestate.com/forum-topic/komodo-and-cakephp#comments</comments>
 <category domain="http://community.activestate.com/forums/komodo-support-0">Komodo support</category>
 <category domain="http://community.activestate.com/os/debian-ubuntu">Debian / Ubuntu</category>
 <pubDate>Tue, 17 Jul 2007 10:16:55 -0700</pubDate>
 <dc:creator>jwynia</dc:creator>
 <guid isPermaLink="false">1160 at http://community.activestate.com</guid>
</item>
</channel>
</rss>
