IDE
#1
Posted 07 January 2009 - 05:47 AM
I am curious what kind of IDE you use for writing projects in Yii?
I use Notepad++ and Intype.
Thank you for your feedback.
#2
Posted 07 January 2009 - 06:02 AM
http://blogs.sun.com/netbeansphp/
http://blogs.sun.com...the_php_support
http://blogs.sun.com...hp_distribution
Also would like to point out that now there is MySQL Workbench 5.1 alpha available also for linux and mac os x:
http://dev.mysql.com...kbench/5.1.html
bye,
Giovanni.
#3
Posted 07 January 2009 - 06:21 AM
Quote
The same.
To eliminate unneeded inclusion (which takes place if just 'framework' dir is included, and almost all classes are presented twice - "officially" and in yiilite.php; vendor classes - say html purifier - also eats CPU) I have created dedicated directory with soft links to needed only folders and files, something like this:
base -> /wrk/cvs/yi/1.0/framework/base/
caching -> /wrk/cvs/yi/1.0/framework/caching/
collections -> /wrk/cvs/yi/1.0/framework/collections/
db -> /wrk/cvs/yi/1.0/framework/db
logging -> /wrk/cvs/yi/1.0/framework/logging/
messages -> /wrk/cvs/yi/1.0/framework/messages/
utils -> /wrk/cvs/yi/1.0/framework/utils/
validators -> /wrk/cvs/yi/1.0/framework/validators/
views -> /wrk/cvs/yi/1.0/framework/views/
web -> /wrk/cvs/yi/1.0/framework/web
YiiBase.php -> /wrk/cvs/yi/1.0/framework/YiiBase.php
yii.php -> /wrk/cvs/yi/1.0/framework/yii.php
Today I have switched to Netbeans development version - may be downloaded here:
http://deadlock.netb.../job/PHP-build/
All new features are decribed here: http://blogs.sun.com/netbeansphp/
There are, probably, few small unconveniences, say
http://www.netbeans....g.cgi?id=156211
(you are welcome to vote

#4
Posted 07 January 2009 - 07:09 AM

#5
Posted 07 January 2009 - 08:15 AM
I use Eclipse PDT 1.0.3 (based on Eclipse 3.3.2) and am pretty happy about it. It very nicely parses php doc comments and provides suggestions for methods, parameters (and their types if provided in php doc), completions and all the good stuff.
While I've tried NetBeans 6.5 when it was still a beta and liked the IDE, it was not possible to use it - worked incredibly slow (and my workstation is really powerful enough, running Vista though). Maybe guys fixed performance issues in current release.
cheers,
Minde
#8
Posted 07 January 2009 - 11:31 AM
#9
Posted 07 January 2009 - 03:11 PM
#11
Posted 07 January 2009 - 04:03 PM
#12
Posted 07 January 2009 - 05:41 PM
Quote
Yes you can.. it is showed in one of the two videos I posted on my previous posts.. have a look at them

bye,
Giovanni.
#13
Posted 08 January 2009 - 04:00 AM
#14
Posted 08 January 2009 - 09:36 AM
#15
Posted 08 January 2009 - 10:08 AM
FileZilla for upload.
/Tommy
#16
Posted 08 January 2009 - 03:34 PM
#17
Posted 08 January 2009 - 07:35 PM
#18
Posted 09 January 2009 - 02:19 AM
pieter
#19
Posted 09 January 2009 - 11:07 AM
PSPAD, FILEZILLA, IE7, Firefox with Firebug
Will take a look at some of the other suggestions...
#20
Posted 10 January 2009 - 05:33 PM
I am still curious what kind of IDE use development team of Yii, if this is not a secret ;-) ?