Trong quá trình cài đặt Laravel trên môi trường CentOS 7, tôi đã gặp phải vấn đề về permission denied cho file laravel.log và folder […]
Tag: config
Magento rename table
Magento rename table Rename database tables could make manually through a tool like phpMyAdmin or softwares, but because a default Magento install counts over 200 […]
Hẹn giờ bật máy tính tự động bằng Windows Task Scheduler
Thời gian vừa qua, thấy có một số bạn quan tâm đến cách bật máy tính tự động vào một giờ hẹn trước, tuy nhiên […]
Meta for iOS 8 web app
Meta for iOS 8 web app 1. Configuration 1.1. Allow web app to be run in full-screen mode. <meta name=”apple-mobile-web-app-capable” content=”yes”> 1.2. Make the app title […]
Magento query get records in table
Here is code query get records in table of Magento. When you need debug or get anything but want not initialize a model and create […]
Magento set limit for products
Below code will call limit products with function getLoadedProductCollection(). Here, I use function setPageSize() and I set a variable is numbers of products need to […]
Config RSS Feeds trong magento
RSS được dùng phổ biến để chia sẻ những tiêu đề thông tin mới nhất hay toàn bộ nội dung của nó, và ngay cả các tập […]
Download Windows 2000 Professional Edition SP4
Windows 2000 là một dòng hệ điều hành của Microsoft dùng cho máy tính cá nhân, máy tính văn phòng, máy tính xách tay và […]
Rewrite url using config.xml in magento
To rewrite url using config.xml file in magento. We are insert below code to tab <global> in etc/config.xml file of you module.