phpDocumentor plugins
[ class tree: plugins ] [ index: plugins ] [ all elements ]

Procedural File: plugins.ctrl.php

Source Location: /qp_inc/plugins/plugins.ctrl.php

Page Details

This file implements the UI controller for plugins management.

This file is part of Quam Plures - http://quamplures.net/ See also https://launchpad.net/quam-plures.

Author:  fplanque: Francois PLANQUE.
Author:  blueyed: Daniel HAHLER
Copyright:  

(c)2003-2009 by Francois PLANQUE - http://fplanque.net/ Parts of this file are copyright (c)2004-2006 by Daniel HAHLER - http://thequod.de/contact.

Copyright:  (c) 2009 - 2011 by the Quam Plures developers - http://quamplures.net/
Filesource:  Source Code for this file
Functions
install_plugin_db_schema_action  [line 70]

boolean install_plugin_db_schema_action( Plugin &$Plugin  )

Helper function to do the action part of DB schema upgrades for "enable" and "install" actions.

Parameters:
Plugin   &$Plugin: 

API Tags:
Return:  True, if no changes needed or done; false if we should break out to display "install_db_schema" action payload.


[ Top ]