Logo
iBrain Technology - Web & Mobile App Development Company.

Best PHP Framework Training Course in Bhubaneswar

At iBrain Technology we provide advance level Magento training. With our highly skilled and experienced developers team, 50% of the training syllabus is focused on practicals, hands on exercise and Magento theme implementation. Our developers will assist you on various topics that will help you to become a good Magento developer .If you are not a PHP programmer then you can focus on the Magento Designer on backend.

Magento is a high efficiency, scalable e-commerce solution for the fast-growing and large scale firms. It has got the top-notch enterprise features with the flexibility create a great custom tailor made eCommerce that suits your needs.

Magento has uses the Zend Framework as its base programming structure. Magento is often a Content ManagementSystem (CMS). With its Model-View-Controller (MVC) structure it fully supports the Object Oriented Programming(OOPs). Magento uses the actual entity-attribute-value (EAV) database model to be able to store info.

Module 1 [INTRODUCTION]

  • Introduction of Magento
  • Background & Features
  • Understanding Catalog ,Categories from admin panel
  • Understanding Root vs Sub category
  • Creating Categories
  • Creating Products

Module 2 [PRODUCTS, BLOCK, WIDGETS, CMS PAGE, ATTRIBUTES, COMPOSER]

  • Magento Product Types
  • Display Products on the homepage
  • Creating CMS Pages
  • Static blocks
  • Creating Widgets
  • Adding page to top category menu
  • Understanding Url rewrite management
  • Creating Attributes
  • Understanding Composer

Module 3 [MAGENTO DIRECTORY STRUCTURE]

  • Disabling cache for theming
  • Magento directory structure
  • Layout and templates
  • Blocks and Containers
    • – Reference/Insert Block and Container
    • – Removing unnecessary libraries and blocks
    • – Moving blocks
    • – Transferring variables from layout into block
  • Showing template path hint
  • Theme fallback ,Override Templates & Layouts

Module 4 [MAGENTO THEMING (HTML TEMPLATE TO MAGENTO THEME)]

  • Creating folder for our module’s package name and theme name
  • Creating theme.xml,registration.php,comopser.json
  • Creating ‘web’ folder for static files
  • Using command line for static content deply
  • Adding our css to default_head_blocks.xml
  • Adding our images to ‘web/images’ folder
  • Understand how magento templates,layout loads
  • Converting HTML template to Magento Theme

Module 5 [MAGENTO MODULE DEVELOPMENT]

  • Magento module file structure
  • Setup our module with basic configuration
  • Create module Controller
  • Create Block
  • Create View file
  • Create Router
  • Binding of a template system to block

Module 6 [MODULE DEVELOPMENT : CREATING DATABASE TABLE, MODELS]

  • Creating our database table schema
  • Create Model, Resource Model and Collection files.
  • Get data from the database and display them on frontend

Module 7 [MODULE DEVELOPMENT : DATA LIST ,DATA ADD FRM IN BLOCK]

  • Show list of data on a block
  • Creating form in block to insert data on database table

Module 8 [TOOLS TO HELP WITH DEVELOPMENTS IN MAGENTO]

  • Developer mode
  • Developer-Debug Tool
  • Logging into Magento

Module 9 [PROJECT]

  • Real Life Project