Difference between revisions of "JReviews:Add-on Development"

From JReviews Documentation
Jump to: navigation, search
(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...")
 
m
Line 1: Line 1:
 
__TOC__
 
__TOC__
  
<span class="jrInfo">This documentation is meant for those with development experience because it requires a basic understanding of PHP and MySQL.</span>
+
<span class="jrInfo">Add-on development requires a basic understanding of PHP and MySQL.</span>
  
 
= What are add-ons and what can I do with them? =
 
= 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.
 
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.

Revision as of 13:32, 17 February 2014

Add-on development 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.