Tuesday, February 26, 2013

Some Useful PHP Tools for Web Development (Ⅴ)



Here are some useful PHP tools for web development, including PHP development framework, PHP code generator, debugging tools, graphic processing tools, code optimization tools, PHP editors, IDE, etc.







PhpED is the Integrated Development Environment for PHP (PHP IDE), HTML, CSS, XML, SMARTY, XHTML and other. Balanced combination of advanced code editor, reliable dbg debugger, productive database connectivity client and fast and secure deployment abilities make PhpED a complete solution for most sophisticated developer needs. As in any complicated process, in php development a great deal of effectiveness depends on your choice of production tools.



PHPScriptGen is a powerful online tool that can automatically generates fully functional codes for your PHP/MySQL applications. You can create completed CRUD (Create, Retrieve Update and Delete) scripts within ten minutes. Thus it can save you a lot of time wasted on repetitive coding. The generated codes can be easily understood and further customized. It is designed for both beginners and veteran programmers. This amazing tool is completely FREE for both commercial and non-commercial use.


CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. If you're a developer who lives in the real world of shared hosting accounts and clients with deadlines, and if you're tired of ponderously large and thoroughly undocumented frameworks, then CodeIgniter might be a good fit.



Firefox PHP Manual Search that is one of some convenient Firefox plugins is a useful search bar of the web browser for developers to search for the official PHP documentation



Like any traditional debugger, MacGDBp will allow you to walk through your code one line (or more) at a time. The three stepping controls allow you to step into a line of code, moving deeper into the function stack; step out of a line of code, taking you out of a function and up the stack by one level; or step over a line of code, for when inspection of a further method call is not necessary.

References:
WIKIPEDIA
PhpED
PHPScriptGen
CodeIgniter
Firefox PHP Manual Search
MacGDBp

No comments:

Post a Comment