Stephan Krauß
- 活动总数 290
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 112
-
创建于 Code in a function to rewrite
Hello!I work with the program 'Vers 5.0.2 PhpStorm'.Is there the possibility in PhpStorm existing code in a function to rewrite?Example: bla bla bla bla blablub blub blub blub blub-----------------... -
创建于 Command Line Tool Support
Hello!I have in'Settings' -> 'Command Line Tool Support'Zend / bin integrated zf.bat.Is there a tutorial for the use of this opportunity?Sincerely yoursStephan -
创建于 Flow diagram of a class
Hello!I have a class with methods 3 public and 20 private methods.There is the ability to present a flow diagram of the class ?Sincerely yoursStephan -
创建于 Color scheme of the files in the View 'Project'
Hello!I use Git as a version control.In PhpStorm have the files in the View 'Project' different colors.Newly created files have their own color.Files that have been added to the version control hav... -
创建于 PhpStorm and Apigen.org
Hello!Is there a way to Php Documentorand Apigen (http://apigen.org) to combine the two?Sincerely yoursStephan -
创建于 Using Command Line Tool Support and Zend Framework
Hello!I want to use 'Command Line Tool Support "using the Zend Framework.Under File -> Settings -> Command Line Tool Support -> add I get an error message."Add Framework: Failed to parse command ou... -
创建于 MVC View in PhpStorm
Hello!Is there the possibility that in PhpStorm files an MVC View in a separate display. I want to have the controller, the models and the template in a view. I work with Zend Framework 1.12. Follo... -
创建于 code sniffer and public methods in classes
Hello!I tested the code sniffer in PhpStorm.The sniffer can find unused private methods in classes.I work with Zend Framework 1.12.If the sniffer public methods in the model are notbe called in the... -
创建于 Inline comments
Hello!I document my scripts with the PhpDocumentor.In some methods I have inline comments.Can I invest in the Javadoc comment block adopt these comments automatically.Sincerely yoursStephan -
创建于 automatic class documentation
Hello!I document the classes. Each class has a documentation block in the header./** * Bearbeitet die Bestellung des Kunden und versendet Mails * mit Pdf Anhang * * * @author Stephan Krauß * @creat...