Sublime
Sublime for PHP developers Sublime Text: The text editor you’ll fall in love with https://www.sublimetext.com/
Sublime for PHP developers Sublime Text: The text editor you’ll fall in love with https://www.sublimetext.com/
Install Lamp Server on Linux (Debian ,Ubuntu) Install LAMP Server on Ubuntu? A few complex packages but all (bar linux!) can be installed with one command and then following the on-screen instructions: (NOTE: All the commands here need to be typed into a terminal, open one by pressing Ctrl+Alt+T.) sudo apt-get install lamp-server^ It’s important
Install Lamp Server on Llinux , Debian Leer más »
Plugin API Contents 1 Introduction 2 Hooks, Actions and Filters 3 Function Reference 4 Actions 4.1 Create an Action Function 4.1.1 Avoiding Function Name Collisions 4.2 Hook to WordPress 4.3 Install and Activate 4.4 Current Hooks For Actions 5 Filters 5.1 Create a Filter Function 5.2 Hook in your Filter 5.3 Install and Activate 5.4
Plugin API (Filter & Actions) Leer más »
Security in WordPress is taken very seriously, but as with any other system there are potential security issues that may arise if some basic security precautions aren’t taken. This article will go through some common forms of vulnerabilities, and the things you can do to help keep your WordPress installation secure. Codex Codex tools: Log
Security in WordPress Leer más »
Codex , all hooks actions Further Reading Writing a Plugin – description of how to write a plugin Plugin API – article on how to use filters and actions Plugin API/Filter Reference – reference list for filter hooks Plugin Resources – comprehensive list of plugin-related resources Hooks Database – documentation for all hooks in the
WordPress plugin creator PHP,MYSQL,Moodle core Plugin author 1 wordpress
WordPress plugin creator Leer más »
announce the immediate availability of Zend Framework 3. What is Zend Framework 3? For Zend Framework 2 MVC users, the differences are subtle: Increased performance; we’ve measured up to 4X faster applications under PHP 5, and even better performance under PHP 7! PHP 7 support. A focus on de-coupling packages, to allow re-use in a
Zend Framework 3 Released! Leer más »
Very large experience importing CSV File Formats Custom fields ,Any records from the can be exported in CSV and Excel formats. The data that will be exported is the data that matches the filter settings. To export the table data, click on the Export drop-down menu and select the file format you want to export
Moodle importing CSV File Formats Leer más »
How to install Composer on Debian To make Composer (globally) available on Debian: $ cd /usr/src $ sudo apt-get install curl php5-cli $ curl -sS https://getcomposer.org/installer | sudo php — –install-dir=/usr/local/bin –filename=composer Verify installation: $ composer –version Composer version 4ecdbf89c4a3d1e5dfe73c57e3202a5e2a18c87e 2014-07-28 20:12:27 What’s new in Zend Framework 3? For Zend Framework 2 MVC users, the