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

Summary: Need PHP Editor framework for generating PHP code similar to Retouche/Java
Product: php Reporter: Ayub Khan <ayubskhan>
Component: CodeAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: blocker CC: tmysik
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.