AngularJS Introduction

    What is AngularJS? AngularJS is an open source JavaScript MVC web application framework. AngularJS is a structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML's syntax to express your application's components clearly and succinctly. Angular's data binding and dependency injection eliminate much of … Continue reading AngularJS Introduction

Object Oriented PHP

  What is OOPs? OOPs (object oriented programming system) concept is use to make powerful, robust and secure programming instructions. With any language reference there are only three basic object oriented prog concept. Encapsulation and data abstraction Inheritence Polymorphism Advantages of OOPs Real world programming Ability to simulate real world event much more effectively. Reusable … Continue reading Object Oriented PHP