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
  • Get data the way you want

    Zend Framework – Controllers

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

    As discussed earlier, the controller plays an important role in the Zend MVC Framework. All the webpages in an application needs to be handled by a controller. In the Zend MVC Framework,…

    Continue ReadingZend Framework – Controllers

    Zend Framework – Creating a Module

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

    In this chapter, we will learn how to create a MVC based module in the Zend Framework. Let us create a module called as Tutorial to understand the module creation process. Create…

    Continue ReadingZend Framework – Creating a Module

    Zend Framework – Application Structure

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

    In this chapter, let us understand the structure of the Zend Framework application. The structure of the myapp application is as follows − ├── composer.json ├── composer.lock ├── CONDUCT.md ├── config │…

    Continue ReadingZend Framework – Application Structure

    Zend Framework – Module System

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

    The Zend Framework provides a powerful module system. The module system has three components. They are as follows − Module Autoloader − A Module Autoloader is responsible for locating and loading…

    Continue ReadingZend Framework – Module System

    Neo4j – Count Function

    • Post author:B D
    • Post published:August 24, 2021
    • Post category:Neo4j
    • Post comments:2 Comments

    It takes the results from the MATCH clause and counts the number of rows present in that result and returns the count value. All CQL functions should use "( )"…

    Continue ReadingNeo4j – Count Function

    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

    Neo4j – Aggregation Function

    • Post author:B D
    • Post published:August 24, 2021
    • Post category:Neo4j
    • Post comments:0 Comments

    Like SQL, Neo4j CQL has provided some aggregation functions to use in the RETURN clause. It is similar to the GROUP BY clause in SQL. We can use these RETURN…

    Continue ReadingNeo4j – Aggregation Function

    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

    Neo4j – Substring Function

    • Post author:B D
    • Post published:August 24, 2021
    • Post category:Neo4j
    • Post comments:0 Comments

    It takes a string as input and two indexes: one is the start of the index and another is the end of the index and returns a substring from Start…

    Continue ReadingNeo4j – Substring Function

    Neo4j – Lower Function

    • Post author:B D
    • Post published:August 24, 2021
    • Post category:Neo4j
    • Post comments:1 Comment

    It takes a string as an input and converts it into lower case letters. All CQL functions should use "( )" brackets. Syntax Following is the syntax of the function lower() in…

    Continue ReadingNeo4j – Lower Function
    • Go to the previous page
    • 1
    • …
    • 463
    • 464
    • 465
    • 466
    • 467
    • 468
    • 469
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP