JReviews:Add-on Development

From JReviews Documentation
Revision as of 13:31, 17 February 2014 by Jreviews (Talk | contribs) (Created page with "__TOC__ <span class="jrInfo">This documentation is meant for those with development experience because it requires a basic understanding of PHP and MySQL.</span> = What are add...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This documentation is meant for those with development experience because it requires a basic understanding of PHP and MySQL.

What are add-ons and what can I do with them?

JReviews add-ons can extend the core functionality without the need to modify code in the JReviews core. Add-ons can have administration settings and management functionality, similar to the ones found in GeoMaps, PaidListings and the WidgetFactory. They can have their own front-end menus to create new pages on your site. They can intercept database query requests and modify or extend the results of queries and they can also modify any variable that is sent to a view before the view is rendered.