Custom Module

This is a custom module. It just loads the view.

Static Module

This is static module

Query Module

This is a query module. It runs SQL query and returns the data to the view.

Query: select * from comments where deleted_at is null limit 5

Service Module

This is a service module. It returns data from a service.

Service URL: https://picsum.photos/v2/list?limit=4
Photo by Alejandro Escamilla

Alejandro Escamilla

Photo by Alejandro Escamilla

Alejandro Escamilla

Photo by Alejandro Escamilla

Alejandro Escamilla

Photo by Alejandro Escamilla

Alejandro Escamilla

QueryService Module

This is a combination of service and query module. Sometime we need data from service and query both.
In this case data has two properties. ie. data and queryData
Service URL: https://picsum.photos/v2/list?page=2&limit=4
Query: select * from site_props where site_id=:site_id and group_name="SocialLinks" and is_public=1 and deleted_at is null;

Service Data

Service Image
Alejandro Escamilla
Service Image
Alejandro Escamilla
Service Image
Alejandro Escamilla
Service Image
Alejandro Escamilla

Query Data

[
    {
        "id": 3,
        "site_id": 1,
        "platform_id": 1,
        "name": "Facebook",
        "value": "https:\/\/www.facebook.com\/hashtagcms.org",
        "group_name": "SocialLinks",
        "is_public": 1,
        "created_at": "2026-04-06 14:23:09",
        "updated_at": "2026-04-06 14:23:09",
        "deleted_at": null
    },
    {
        "id": 2,
        "site_id": 1,
        "platform_id": 1,
        "name": "Twitter",
        "value": "https:\/\/www.twitter.com\/hashtagcms",
        "group_name": "SocialLinks",
        "is_public": 1,
        "created_at": "2026-04-06 14:23:09",
        "updated_at": "2026-04-06 14:23:09",
        "deleted_at": null
    }
]

UrlService Module

This is a UrlSerivce module. Sometimes you need to call a service based on a query parameter. The URL below will be called with your limit param.

Service URL: https://picsum.photos/v2/list?page=2&limit=:limit

Total Results

Displaying 30 items

Try changing URL: https://xyzsite.in/example?limit=10
Photo by Shyamanta Baruah

Shyamanta Baruah

Photo by How-Soon Ngu

How-Soon Ngu

Photo by Rodrigo Melo

Rodrigo Melo

Photo by Alejandro Escamilla

Alejandro Escamilla

Photo by Aleks Dorohovich

Aleks Dorohovich

Photo by Shane Colella

Shane Colella

Photo by Vadim Sherbakov

Vadim Sherbakov

Photo by Austin Neill

Austin Neill

Photo by Allyson Souza

Allyson Souza

Photo by Luke Chesser

Luke Chesser

Photo by Ryan Mcguire

Ryan Mcguire

Photo by Nithya Ramanujam

Nithya Ramanujam

Photo by Luke Chesser

Luke Chesser

Photo by Oleg Chursin

Oleg Chursin

Photo by Christopher Sardegna

Christopher Sardegna

Photo by Alan Haverty

Alan Haverty

Photo by Jeffrey Kam

Jeffrey Kam

Photo by Christopher Sardegna

Christopher Sardegna

Photo by Luke Chesser

Luke Chesser

Photo by Margaret Barley

Margaret Barley

Photo by Tyler Wanlass

Tyler Wanlass

Photo by Ireneuilia

Ireneuilia

Photo by Cierra

Cierra

Photo by J Duclos

J Duclos

Photo by Nicholas Swanson

Nicholas Swanson

Photo by Tyler Wanlass

Tyler Wanlass

Photo by Sebastian Muller

Sebastian Muller

Photo by Nicholas Swanson

Nicholas Swanson

Photo by Tony Naccarato

Tony Naccarato

Photo by Art Wave

Art Wave

ServiceLater Module

This is a Service Later Module. It demonstrates loading data via AJAX after the initial page load.
https://picsum.photos/v2/list?page=2&limit=5

Powered by HashtagCMS
PageRender: 5.45ms