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 136962 - Need PHP Editor framework for generating PHP code similar to Retouche/Java
Summary: Need PHP Editor framework for generating PHP code similar to Retouche/Java
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-11 00:47 UTC by Ayub Khan
Modified: 2011-09-19 21:30 UTC (History)
1 user (show)

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 Ayub Khan 2008-06-11 00:47:24 UTC
Need support from the PHP Editor, a framework for generating PHP code similar to what Retouche does for Java? If so
kindly point us to this framework. In the REST web services support we are planning to generate PHP code from some PHP
libraries, i.e., append/remove methods from PHP classes, etc. One way we could do this is to use code templates but we
were wondering if you have a more friendly framework.
Comment 1 Tomasz Slota 2008-06-11 09:35:17 UTC
AFAIK we are not planning to do that for 6.5. The workaround for now is to insert text directly to the document.
Comment 2 Petr Pisl 2008-06-11 09:51:56 UTC
I agree that we need writable model, but we don't have resources to do it in NB 6.5 time frame as Tomasz mentioned. We
are going to implement writable php model after NB 6.5. As a workaround can be used "hot" editor templates like database
code snipets use in the php editor.