Stephan Krauß
- Total activity 290
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 112
-
Created 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-----------------... -
Created 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 -
Created 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 -
Created 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... -
Created PhpStorm and Apigen.org
Hello!Is there a way to Php Documentorand Apigen (http://apigen.org) to combine the two?Sincerely yoursStephan -
Created 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... -
Created 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... -
Created 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... -
Created 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 -
Created 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...