This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 241107 - Feature: mysql autocomplete with tablePrefix constants (PHP)
Summary: Feature: mysql autocomplete with tablePrefix constants (PHP)
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: MySQL (show other bugs)
Version: 8.0
Hardware: PC Windows 8
: P4 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2014-01-29 11:38 UTC by dicexq
Modified: 2014-01-29 12:11 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dicexq 2014-01-29 11:38:34 UTC
Product Version = NetBeans IDE 8.0 Beta (Build 201401141042)
Operating System = Windows 8 version 6.2 running on amd64
Java; VM; Vendor = 1.7.0_45
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.45-b08
Comment 1 dicexq 2014-01-29 12:10:10 UTC
Feature request: mysql autocomplete works fine. But often a constant is used to define a table prefix like: mysql_query("SELECT * FROM "._DB_PREFIX."tablename"); autocomplete wont work since the tablename cant be found / mysql syntax is incorrect.