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.
Service Module
This is a service module. It returns data from a service.
Alejandro Escamilla
Alejandro Escamilla
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 Data
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.
Total Results
Displaying 30 items
https://xyzsite.in/example?limit=10
Shyamanta Baruah
How-Soon Ngu
Rodrigo Melo
Alejandro Escamilla
Aleks Dorohovich
Shane Colella
Vadim Sherbakov
Austin Neill
Allyson Souza
Luke Chesser
Ryan Mcguire
Nithya Ramanujam
Luke Chesser
Oleg Chursin
Christopher Sardegna
Alan Haverty
Jeffrey Kam
Christopher Sardegna
Luke Chesser
Margaret Barley
Tyler Wanlass
Ireneuilia
Cierra
J Duclos
Nicholas Swanson
Tyler Wanlass
Sebastian Muller
Nicholas Swanson
Tony Naccarato
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
