Zend Studio vs. PDT

Zend Studio vs. PDT

Zend Studio, the leading PHP Editor, is built on top of the Eclipse PDT (PHP Development Tools) project. Zend Studio provides many benefits over PDT, including faster PHP development, faster PHP debugging, and overall higher quality code. 



Developers who use Zend Studio receive the following benefits over PDT:

FeatureZend StudioPDT
PHP Refactoring
In line Refactoring
Extract Variable / Method
Move Files and Folders
Rename Files Classes, Function and Variables
Zend Framework Integration
Customized Framework Project Layout
Zend Tool Integration
Code Templates
Example Project
MVC View
MVC Code Generation
Coding Standards Formatter
Semantic Awareness to View / Action Helpers
Code Assist
FeatureZend StudioPDT
PHP Code Generation  
Getters/Setters Functions
Override/Implement Functions
PHP Elements Wizards (Class, Interface)
JavaScript Support
Real Time Error Detection
jsDoc
Syntax Coloring
TODO
JavaScript Library Content Assist:  
FeatureZend StudioPDT
HTML and CSS Support
Syntax Coloring & Code Assist
HTML Real Time Error Detection
Code Folding
Automatic Closing Tag
Code Formatting
Source Control
Git
GitHub
Subversion (SVN)
CVS
Local History
PHP Debugging
Firefox / IE Toolbars Support
Profiler
Code Coverage
Tunneling Support
SSL Communication
Unified PHP and JavaScript Debugging
Local Debugging
Web Server Debugging
Text Encoding Support
Web Servers Management
FeatureZend StudioPDT
Zend Server Integration
Auto Detection of Local Zend Server
Servers View
Zend Server Events List
Import and Debug Zend Server Event
Easy Project Creation on Zend Server
Quick Debug
Debug & Profile Events
Code Tracing Integration
Deployment Support
Cloud Support
Zend Developer Cloud Integration
Amazon Web Services Toolkit
PHP Editor and File Management
Code Analysis & Quick Fix
Quick New File Creation
Advanced Code Formatting (Rule Based)
PHP4 and PHP5 Support
Syntax Coloring & Code Assist
Mark Occurrences
Override Indicators
Type Hierarchy
Open Type / Method
Templates (PHP, PHPDoc, New File)
Code Folding
Real time Error Detection
Bookmarks
Smart Goto Source + Hover Support
Automatic Insertion
Matching Bracket
Comment / Uncomment PHP code
PHP Explorer View
Open Resource (File / function)
Search PHP Element
File / Project / PHP Outlines
Basic Code Formatting (not customizable)
Find & Replace in Files
Tasks
Project Include Path
Problems View
Code Assist for Include Content
FeatureZend StudioPDT
PHPUnit Testing
Code Assist
Test Case / Suite Code Generation
Test Results Visual Support
PHP Unit Reports
Stack Trace and Filtering
Installation / Documentation / Support
Technical Support (SLA)
Welcome Page & Tip of the Day
Package / Installation
File Association
Certified Eclipse Plugins
Update Mechanism
Virtualization Support
VMware Workstation Integration
Remote Systems
FTP
SSH
SFTP
FeatureZend StudioPDT
Database Connectivity
Intuitive Connection Wizard
JDBC Drivers
Query Editor
Editable Table Viewer
Objects Tree - Tables, Views
Zend Studio 5.5 Migration
Zend Studio Key maps
Import Zend Studio Projects
Miscellaneous
RSS Reader
PHPDocumentor Support
Zend Code Gallery
Zend Guard Integration

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
JDBC Connection [org.postgresql.jdbc.PgConnection@49f1bf43] will not be managed by Spring ==> Preparing: select z.*,y.PDTCLASS_CLASS FROM ( SELECT * FROM (SELECT r.PDT_PLANEX_PDTID,r.PDT_PLANEX_TYPE ,r.SUM_NUM,e.SUM_NUM2,e.COUNT_NUM FROM (SELECT SUM(t.PDT_PLANEX_NUM) as SUM_NUM,t.PDT_PLANEX_PDTID,t.PDT_PLANEX_TYPE FROM c_pdt_plan_ex t WHERE t.PDT_PLANEX_DELETED = 0 and t.DATA_FROM = ? and to_timestamp(?, 'yyyy-MM-dd HH:mm:ss.SSS') >= t.PDT_PLANEX_BEGIN and t.PDT_PLANEX_END >= to_timestamp(?, 'yyyy-MM-dd HH:mm:ss.SSS') GROUP BY t.PDT_PLANEX_PDTID,t.PDT_PLANEX_TYPE )r LEFT JOIN (SELECT SUM(o.WEISHT_NET_WGHT) SUM_NUM2,COUNT(1) COUNT_NUM,o.PDTINF_PDT,o.PDTINF_CLASS,o.PDT_PLANEX_PDTID,o.PDT_PLANEX_TYPE FROM(SELECT * FROM(SELECT * FROM (SELECT q.*, p.* FROM ( SELECT t.PDT_PLANEX_ID, t.PDT_PLANEX_NUM, t.PDT_PLANEX_PDTID, t.PDT_PLANEX_TYPE, t.PDT_PLANEX_BEGIN, t.PDT_PLANEX_END, t.PDT_PLANEX_COID FROM c_pdt_plan_ex t WHERE t.PDT_PLANEX_DELETED = 0 and t.DATA_FROM = ? and to_timestamp(?, 'yyyy-MM-dd HH:mm:ss.SSS') >= t.PDT_PLANEX_BEGIN and t.PDT_PLANEX_END >= to_timestamp(?, 'yyyy-MM-dd HH:mm:ss.SSS') GROUP BY t.PDT_PLANEX_PDTID, t.PDT_PLANEX_COID, t.PDT_PLANEX_TYPE, t.PDT_PLANEX_BEGIN, t.PDT_PLANEX_END, t.PDT_PLANEX_COID ) q LEFT JOIN (SELECT PDTINF_PDT, PDTINF_ID , PDTINF_CLASS FROM c_products_info WHERE PDTINF_DELETED=0 and DATA_FROM = ? )p on q.PDT_PLANEX_PDTID=p.PDTINF_ID)k LEFT JOIN (select g.CPY_CO,g.CPY_ID from c_companys g where CPY_DELETED=0 and DATA_FROM = ? ) c ON k.PDT_PLANEX_COID=c.CPY_ID)k inner JOIN (select j.WEISHT_NET_WGHT,j.WEISHT_PRODUCT,j.WEISHT_CO,j.WEISHT_EMPTY_TM,j.WEISHT_FULL_TM from c_weight_sheets j where WEISHT_DELETED = 0 and DATA_FROM = ? )r ON k.PDTINF_PDT=r.WEISHT_PRODUCT and k.CPY_CO=r.WEISHT_CO AND k.PDT_PLANEX_BEGIN <= r.WEISHT_FULL_TM AND k.PDT_PLANEX_END >= r.WEISHT_FULL_TM ORDER BY k.PDTINF_PDT )o GROUP BY o.PDT_PLANEX_PDTID)e ON e.PDT_PLANEX_PDTID=r.PDT_PLANEX_PDTID AND e.PDT_PLANEX_TYPE=r.PDT_PLANEX_TYPE)w left join (SELECT PDTINF_PDT, PDTINF_ID , PDTINF_CLASS FROM c_products_info WHERE PDTINF_DELETED=0 and DATA_FROM = ? )p on w.PDT_PLANEX_PDTID=p.PDTINF_ID) z left join (select PDTCLASS_CLASS,PDTCLASS_ID from c_pdt_class where PDTCLASS_DELETED=0) y on z.PDTINF_CLASS=y.PDTCLASS_ID ==> Parameters: e9f6ed8e091611ec842700163e092c06(String), 2023-10-08 23:59:59(String), 2020-10-08 23:59:59(String), e9f6ed8e091611ec842700163e092c06(String), 2023-10-08 23:59:59(String), 2020-10-08 23:59:59(String), e9f6ed8e091611ec842700163e092c06(String), e9f6ed8e091611ec842700163e092c06(String), e9f6ed8e091611ec842700163e092c06(String), e9f6ed8e091611ec842700163e092c06(String) Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@57f98196] [2023-06-01 21:16:02] [ERROR] -- Servlet.service() for servlet [dispatcherServlet] in context with path [/szIntranetweb] threw exception [Request processing failed; nested exception is org.springframework.jdbc.BadSqlGrammarException: ### Error querying database. Cause: org.postgresql.util.PSQLException: 错误: 字段 "t.pdt_planex_id" 必须出现在 GROUP BY 子句中或者在聚合函数中使用
06-02

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值