Hooks reference: action_view_pagenotfound_gocreate

This hook is called by Action:view when a page is not found, but only when user has create permission.
The hook will be run before redirecting user to Action:create.

Args details

  • $oPage (Instance of class AnwPage) : The requested page (which doesn't exist)

Example

  1. function hook_action_view_pagenotfound_gocreate($oPage)
  2. {
  3. //your code here...
  4. }
  • en
Last edited on 04/05/2009 14:22:55
Powered by Anwiki • 0.05 sec • 2.03 MB