./mage config-set preferred_state stable
./mage clear-cache
./mage sync
./mage download community Module_Name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $execution_time = microtime(); | |
| // code | |
| $execution_time = microtime() - $execution_time; | |
| $execution_time = sprintf('It took %.5f sec', $execution_time); | |
| -=-=-= | |
| $start_time = time(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function utf8_decode (str_data) { | |
| // http://kevin.vanzonneveld.net | |
| // + original by: Webtoolkit.info (http://www.webtoolkit.info/) | |
| // + input by: Aman Gupta | |
| // + improved by: Kevin van Zonneveld (http://kevin.vanzonneveld.net) | |
| // + improved by: Norman "zEh" Fuchs | |
| // + bugfixed by: hitwork | |
| // + bugfixed by: Onno Marsman | |
| // + input by: Brett Zamir (http://brett-zamir.me) | |
| // + bugfixed by: Kevin van Zonneveld (http://kevin.vanzonneveld.net) |
- Direct download Magento extensions: http://freegento.com/ddl-magento-extension.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| php_flag display_errors on | |
| php_flag display_startup_errors on | |
| php_value error_reporting E_ALL |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| header('Content-Type: text/html; charset=utf-8'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jdbc:mysql://localhost:3306/my_db_name?profileSQL=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| onclick="yaCounterCOUNTER_ID.reachGoal('TARGET_NAME');" |
OlderNewer