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 | |
| /** | |
| * Decorate the actions column | |
| * @access public | |
| * @return string | |
| */ | |
| public function decorateActionColumn($value, $row, $column, $isExport) | |
| { | |
| $links = array(); |
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
| set nocompatible | |
| set encoding=utf-8 | |
| filetype on | |
| filetype plugin on | |
| filetype indent on | |
| syntax enable | |
| set background=dark | |
| set number | |
| set laststatus=2 | |
| set cmdheight=1 |
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
| ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --with-mysqli=mysqlnd --with-mysqli=shared,mysqlnd --with-curl --with-mcrypt --with-gd --with-libxml-dir=/usr --with-openssl=/usr --enable-exif --with-freetype-dir=/usr/X11R6 --with-jpeg-dir=/usr/local/lib --with-png-dir=/usr/X11R6 --with-xpm-dir=/usr/X11R6 --enable-gd-native-ttf --with-icu-dir=/usr --with-iodbc=/usr --with-ldap=/usr --with-ldap-sasl=/usr --with-libedit=/usr --enable-mbstring --enable-mbregex --with-tidy --enable-pdo --with-pdo-mysql --with-config-file-path=/conf --with-pear --with-zlib=/usr --with-bz2=/usr --with-kerberos --enable-soap --enable-ftp --enable-zip |
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 | |
| define('PAD', 1); | |
| define('WIDTH', 1); | |
| define('HEIGHT', 1); | |
| ob_start(); | |
| echo '<table cellspacing="0" cellpadding="0" border="0" style="margin: 0; padding: 0;">'; |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE codetemplates PUBLIC "-//NetBeans//DTD Editor Code Templates settings 1.0//EN" "http://www.netbeans.org/dtds/EditorCodeTemplates-1_0.dtd"> | |
| <codetemplates> | |
| <codetemplate abbreviation="gsc" xml:space="preserve"> | |
| <code><![CDATA[Mage::getStoreConfig('${cursor}')]]></code> | |
| </codetemplate> | |
| <codetemplate abbreviation="model" xml:space="preserve"> | |
| <code><![CDATA[Mage::getModel('${cursor}')]]></code> | |
| </codetemplate> | |
| <codetemplate abbreviation="single" xml:space="preserve"> |
NewerOlder