October 28, 2014

Magento Interview Questions


Getting order id for new order


Magento get new order id based on "eav_entity_store" table

PHP Interview Questions


Echo vs print.


echo() and print() are language constructs in PHP, both are used to output strings.

echo() can take multiple expressions whereas print cannot take multiple expressions.