Wigbi Demos v. 0.99.2   
Documentation: PHP | JS

Wigbi

The Wigbi class(es) is the most central class in the Wigbi framework. In short, it has functionality to start and stop Wigbi and also handles many central operations in the background.

Most of the class can not be demonstrated, so it is strongly adviced to download Wigbi, read the documentation and do the tutorials.

Control classes

To get a list of all the controls that have been added to the control collection, simply use the static controlClasses property, as such:

Wigbi::controlClasses();

The current controls have been added to the application:

  • AutoCompleteExtender
  • CommentForm
  • FileBrowser
  • FileUploadForm
  • GoogleAdSense
  • GoogleAnalytics
  • HoverImageExtender
  • HtmlContentControl
  • HtmlContentForm
  • InputValidatorExtender
  • MailForm
  • NewsletterMailForm
  • NewsletterSubscribeForm
  • ObjectList
  • PagingControl
  • PopupElementExtender
  • RatingBar
  • RssFeedEntryList
  • SeedSearchForm
  • TextHighlightExtender
  • TinyMceExtender
  • TipForm
  • UserLoginForm
  • UserLoginValidator
  • UserLogoutForm
  • UserPasswordChangeForm
  • UserPasswordResetForm
  • UserRegistrationForm
  • ValidationImage
  • WatermarkInputExtender
  • WigbiWizard

Seed classes

Too get a list of all seeds that have been added to the application, simply use the static seedClasses property, as such:

Wigbi::seedClasses();

The current seeds have been added to the application:

  • Activity
  • City
  • Comment
  • Country
  • Forum
  • ForumThread
  • ForumThreadEntry
  • HtmlContent
  • Image
  • Location
  • Message
  • Newsletter
  • NewsletterSubscriber
  • Podcast
  • PodcastEntry
  • Rating
  • RssFeed
  • RssFeedEntry
  • SeedTemplate
  • User
  • WebSite

URL properties

The Wigbi class features some help functions for URL handling:

  • Wigbi::fullUrl() = http://wigbi.com/demos/system/Wigbi
  • Wigbi::serverRoot() =
  • Wigbi::webRoot() = ../

Read more about these properties in the documentation.



  
 

Rate this class :    

   



  
 

Discuss this class (No comments):


    v. 0.99.2

    v. 0.99.2