1. First create a layout app/design/frontend/base/default/layout/local.xmlNote: The layout zoom path base represents the current front-end theme, and the local local.xml in the PackageType contains the type of file that represents the block's type template with the address 2 of the block-contained templates, creating a template app The path behind the/design/frontend/base/default/template/and the correspondence in the template above3, modify Indexaction as follows and then refresh the page page
There is a need to do a search function in the recent work, but because of the need to customize some of the appearance, so there is no traditional way to inherit the base class grid. The core of this requirement is actually the following approach.$this->getlayout ()->getblock (' YourName ')->setyourvalue (' Yourvalue '); As you all know, Magento's MVC architecture is a little different from the other MVC frameworks, and the Magento v layer calls dat
This is another way of writing magento scripts.I personally think that writing is okay, and the experts don't laugh.Using SplFileObject to handle big data csv files is highly efficient The code is as follows:Copy code Require_once 'shell/abstract. Php ';Class Faarao_Import_Customer extends Mage_Shell_Abstract{Protected $ _ files = array ();Protected $ _ datas = array ();Public function _ construct (){Parent: :__ construct ();Set_time_l
The recent home is very slow, run Magento profile check, found that the first page of a templat run time accounted for half, about 6s.With Magento's own cache, try to cache the code in collection, but don't know why it has failed, and finally decided to turn the entire template into a static page, regenerated every two hours.The code is as follows:PHP$dir= Mage::getbasedir (). DS. ' var '.DS;$fileName=$dir.‘ Real_static_categories.phtml ';if(!file_exi
Call SetData () methodThis class does not, go to his father's class to findClass Mage_dataflow_model_batch extends Mage_core_model_abstractapp\code\core\mage\core\model\abstract.phpFound no, he inherited theAbstract class Mage_core_model_abstract extends Varien_objectFind the corresponding core classlib\varien\object.phpFound it/*** Overwrite data in the object.** $key can be string or array.* If $key is string, the attribute value would be overwritten by $value** If $key is an array, it'll ove
Discuz comes with Ucenter, which is mainly used for communication with other programs. We can download the Discuz ucenter Development Manual for Magento and discuz integration. There are some Ucenter interface functions and parameter descriptions, without this document, the template will not be able to do the following:1, put the API and Uc_client directory in the application directory.2, modify your own configuration file (Application/config/config.i
Magento date and time functionsMagento date-related methods are mainly in two files. One is the core/date model class, and the other is the core assistant class. The methods are as follows.ExampleMage: getSingleton ('core/date ')Mage: getSingleton ('core/date')-> timestamp ($ input)Obtains the timestamp of a specified date. If the parameter is null, the current timestamp is obtained.The Returned time is actually the calculation result
Especially in the local debugging, often in the phpMyAdmin inside the database can not be successfully imported, no matter how small the database, and sometimes really can not import. Then try to import it using the command line method, which will generally succeed.1. After installing the phpMyAdmin client, go through WIN's Start menu--MySQL----MySQL SERVER 5.6---MySQL 5.6 COMMAND line Client2. After entering the password for the connection database, you will see the mysql> prompt3. After the pr
listening to friends with Magento in building e-commerce system, I am curious. Then he downloaded a package and deployed a set. the host uses Linux center os6.5, the installation program is very smooth, the deployment of a set of about one hours or so. #################Linux Environment Construction ##################install Apache2, and then start:Yum Install httpd/etc/init.d/httpd Startat this point, Apache can provide HTTP services, but cannot pars
SSH mode (for standalone servers or VPS)
The code is as follows
Copy Code
Find. -type f-exec chmod 644 {};Find. -type d-exec chmod 755 {};chmod o+w var var/.htaccess app/etcChmod MageChmod-r O+w MediaIf is isn't working, try setting all directories to 777 by doing this:Find. -type f-exec chmod 644 {};Find. -type d-exec chmod 777 {};chmod o+w var/.htaccessChmod Mage
Operations in Magento
For example, level Two me
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.