The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Anybody have a chance to checkout 21 day professonal version yet??
Zend Studio 5 delivers a comprehensive set of editing, debugging, analysis, optimization and database tools. Zend Studio 5 speeds development cycles and simplifies complex projects. |
#2
|
|||
|
|||
![]()
I'm still using v4, but will be upgrading next week in the hope it's more stable.
|
#3
|
|||
|
|||
![]()
Does Zend really help? I use a regular notepad, and it's fine...but this seems interesting...
|
#4
|
|||
|
|||
![]() Quote:
|
#5
|
|||
|
|||
![]()
Using Zend IDE to develop in PHP is a god-send. I've vastly cut down my development time since switching to Zend.
Some useful features that help when writing vB add-ons: The project inspector shows you a list of all classes / functions within your project. In this case, the vb folder is added as a project folder, so it catalogs all of vB's classes and functions. ![]() ![]() Another useful feature is inline error checking - in this case, I've forgotten to put the semi-colon on the end of the previous line: ![]() It also saves time by trying to auto-complete variable, class and function names for you - eg, for functions: ![]() It also lets you know what the arguments for a function are, and the order and defaults: ![]() It's got various other very handy functions as well. For example, I could right click on the "can_moderate" text above, and chose "Go To Declaration" and it would open up the file that can_moderate() is defined in, and take me to the correct line in that file. Other features include a tool that Analyzes your code and spots things like un-used variables, variables that are only used once (probably typos), things like using a single = instead of == (eg, if (x = 1) instead of if (x == 1)) I've been using it for a little over 2 years now, and nowadays, I couldn't live without it ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|