Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Author: S K S

    This author has written 1787 articles
    1. Home>
    2. S K S>
    3. Page 121

    Zend Framework – Event Manager

    • Post author:S K S
    • Post published:August 24, 2021
    • Post category:Zend Framework
    • Post comments:0 Comments

    All modern applications need solid and flexible event components. Zend Framework provides one such component, zend-eventmanager. The zend-eventmanager helps to design high level architecture and supports subject/observer pattern and aspect oriented…

    Continue ReadingZend Framework – Event Manager

    Zend Framework – Service Manager

    • Post author:S K S
    • Post published:August 24, 2021
    • Post category:Zend Framework
    • Post comments:0 Comments

    The Zend Framework includes a powerful service locator pattern implementation called zend-servicemanager. Zend framework extensively uses the service manager for all its functionalities. The Service Manager provides a high-level abstraction for…

    Continue ReadingZend Framework – Service Manager

    Zend Framework – Service Manager

    • Post author:S K S
    • Post published:August 24, 2021
    • Post category:Zend Framework
    • Post comments:0 Comments

    The Zend Framework includes a powerful service locator pattern implementation called zend-servicemanager. Zend framework extensively uses the service manager for all its functionalities. The Service Manager provides a high-level abstraction for…

    Continue ReadingZend Framework – Service Manager

    Zend Framework – Concepts

    • Post author:S K S
    • Post published:August 24, 2021
    • Post category:Zend Framework
    • Post comments:0 Comments

    Zend Framework is a collection of 60+ components. They are loosely connected with each other. They can be used as both stand-alone component as well as a group of components…

    Continue ReadingZend Framework – Concepts

    Zend Framework – MVC Architecture

    • Post author:S K S
    • Post published:August 24, 2021
    • Post category:Zend Framework
    • Post comments:0 Comments

    Before proceeding with this chapter, let us have a brief understanding of MVC. A Model View Controller is a software approach that separates the application logic from the presentation. In practice, it…

    Continue ReadingZend Framework – MVC Architecture

    Zend Framework – Skeleton Application

    • Post author:S K S
    • Post published:August 24, 2021
    • Post category:Zend Framework
    • Post comments:0 Comments

    Let us create a skeleton application using the Zend Framework MVC layer and module systems. Installation using Composer The easiest way to create a new Zend Framework project is to…

    Continue ReadingZend Framework – Skeleton Application

    Zend Framework – Installation

    • Post author:S K S
    • Post published:August 24, 2021
    • Post category:Zend Framework
    • Post comments:0 Comments

    To install the Zend Framework, we must first install the Composer and the latest version of PHP as shown in the following steps. Install Composer − Zend uses Composer for managing…

    Continue ReadingZend Framework – Installation

    Zend Framework – Home

    • Post author:S K S
    • Post published:August 24, 2021
    • Post category:Zend Framework
    • Post comments:0 Comments

    Zend is an open source PHP framework. It is pure object-oriented and built around the MVC design pattern. Zend framework contains collection of PHP packages which can be used to…

    Continue ReadingZend Framework – Home

    GDB – Debugging Examples

    • Post author:S K S
    • Post published:August 24, 2021
    • Post category:GDB
    • Post comments:0 Comments

    Go through the following examples to understand the procedure of debugging a program and core dumped. Debugging Example 1 Let us write a program to generate a core dump. #include…

    Continue ReadingGDB – Debugging Examples

    GDB – Debugging Programs

    • Post author:S K S
    • Post published:August 24, 2021
    • Post category:GDB
    • Post comments:0 Comments

    Getting Started: Starting and Stopping gcc -g myprogram.cCompiles myprogram.c with the debugging option (-g). You still get an a.out, but it contains debugging information that lets you use variables and…

    Continue ReadingGDB – Debugging Programs
    • Go to the previous page
    • 1
    • …
    • 118
    • 119
    • 120
    • 121
    • 122
    • 123
    • 124
    • …
    • 179
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP