El codex de wordpress
https://codex.wordpress.org/ https://code.tutsplus.com/tutorials/fifty-actions-of-wordpress-50-examples-11-to-20–cms-21579
El codex de wordpress Leer más »
https://codex.wordpress.org/ https://code.tutsplus.com/tutorials/fifty-actions-of-wordpress-50-examples-11-to-20–cms-21579
El codex de wordpress Leer más »
Sublime for PHP developers Sublime Text: The text editor you’ll fall in love with https://www.sublimetext.com/
skeleton generator Moodle skeleton The plugin will generate the skeleton files needed for a specific plugin type. The full functionality of the plugin can be accessed either via a web interface or the command line script. To generate a skeleton plugin via the web interface: Proceed to Administration > Site administration > Development > Generate
Eclipse for PHP Developers Package Description Tools for PHP developers creating Web applications, including PHP Development Tools (PDT), Web Tools Platform, Mylyn and others. This package includes: Detailed features list org.eclipse.cvs org.eclipse.equinox.p2.user.ui org.eclipse.help org.eclipse.platform org.eclipse.rcp org.eclipse.mylyn.ide_feature org.eclipse.mylyn.bugzilla_feature org.eclipse.mylyn.context_feature org.eclipse.mylyn_feature org.eclipse.mylyn.wikitext_feature org.eclipse.php.sdk org.eclipse.wst.jsdt.feature org.eclipse.wst.xml_ui.feature org.eclipse.wst.web_ui.feature org.eclipse.wst.xsl.feature org.eclipse.dltk.rse org.eclipse.epp.package.common.feature
Eclipse IDE for PHP developers Leer más »
The most popular and powerful web development tool Inspect HTML and modify style and layout in real-time Use the most advanced JavaScript debugger available for any browser Accurately analyze network usage and performance Extend Firebug and add features to make Firebug even more powerful Get the information you need to get it done with Firebug.
Serialization Have you ever needed to store a complex variable in a database or a text file? You do not have to come up with a fancy solution to convert your arrays or objects into formatted strings, as PHP already has functions for this purpose. There are two popular methods of serializing variables. Here is
Serialization – PHP Leer más »
To globally install the PHAR: $ wget https://phar.phpunit.de/phpunit.phar $ chmod +x phpunit.phar $ sudo mv phpunit.phar /usr/local/bin/phpunit $ phpunit –version PHPUnit x.y.z by Sebastian Bergmann and contributors.
PHPUNIT install Linux Leer más »