Magento Directory Structure
It’s important to know base Magento directory structure to customize Magento installation or development Magento extensions.
PHP is an open source general-purpose server-side scripting language originally designed for Web development to produce dynamic Web pages. The code is interpreted by a Web server with a PHP processor module which generates the resulting Web page. PHP can be deployed on most Web servers and also as a standalone shell on almost every operating system and platform, free of charge. PHP is installed on more than 20 million Web sites and 1 million Web servers. Software that uses PHP includes Drupal, Joomla, MediaWiki, and Wordpress.
It’s important to know base Magento directory structure to customize Magento installation or development Magento extensions.
Hi folks, I’m back and glad to present you script written on PHP for survey. I posted it on github. I appreciate if you will add issues, comments on Github and also fill free to make pull requests. I’m going to make doc page for the script as well. UPDATE 03 …
Hi guys, and girls for sure;) I tried to parse huge csv file a little before and found interesting thing:
These functions show messages passed as param, but(!) if this param is number then php interpreter thinks that param is error code and doesn’t show it. So be careful again – convert param to string before you pass something to these functions.
Hi to everyone. Today we’ll talking about differences between singleton pattern and static class. Both of them uses for access to one resource in application, let say database or some api but this one represented as one exemplar (have the same properties while application is working). So there are two …
If you want to make one or more pages for wordpress that will be include only header, footer and common style of theme and you just started creating your first plugins for wordpress this article for you. I just want to advise you use `template_redirect` filter and show how I …
When you create page in kohana you use several general css/js and more or less files specific only for several pages on site. It’s important include different files to different pages. So I realized this by creating abstract template class (in <site_root>/application/controllers/template.php).
I use in kohana myown helper that create pathes to resorces such as images, swf, swf, js etc. You can use it too it’s simple. There is it’s source: