"OOP"

Tame The PHP Monster With The Best PHP Books

- Fire development

The Best PHP Books

A new server-side scripting language was introduced in 1994. Its name was PHP, and it was designed for web development. Nowadays, the language is used on more than 2 million web servers and 244 million websites. During last twenty years, numerous PHP books have been publish to help developers better master it. In below, you will find the best PHP books which could help you a lot with learning PHP. Continue Reading

The Complete Guide To Magento Debugging

How to Debug Magento

Integration of new solutions into different systems can become a headache without the knowledge of correct debugging.  In case of Magento, such simple constructions as print_r() or var_dump() , var_export() don’t work. Because of heavyweight constructions, you need to investigate the new effective ways to find intermediate values or broken places. Fortunately, there are a lot of tools and methods designed to turn the debugging into a developer friendly process. Continue Reading

Sellvana – a new open source eCommerce platform

- E-Commerce

Sellvana vs MagentoSellvana is a new open source eCommerce platform, which is minimalistic in both the code and the structure. It works on Fulleron – the own PHP Framework. The framework is used to define structure, events, mvc logic, etc. Minimalism and simplicity are also dominant features of the database structure. App is divided into few logical areas: admin, frontend, cron, api. The System of Sellvana is modular. Each function is represented with a separate module with all the necessary stuff within one folder: views, models, javascripts and data. All the components are triggered through main manifest file and main class. Moreover, every module can be turned off.

Sellvana vs Magento UPD (16.04.2014): A brand new marketplace is coming soon

UPD (02.05.2014): Introduction to Sellvana Module Development Webinar 

UPD (10.07.2014): Sellvana Theming Webinar 

UPD (12.06.2015): Sellvana Public Alpha has been released

Continue Reading