Wigbi seed demos
This section demonstrate all the seeds that are included in in Wigbi 0.99.2. Seeds that strictly belong to eachother - like the Forum and
ForumThread seeds - are demonstrated together.
What are seeds?
Seeds are data plugins that can be added to any Wigbi application
and persisted to the database.
Wigbi automatically creates the database and keeps it in sync with
all added seeds, which means that you do not have to modify the
database manually if you do not want to add your own tables,
indices, views etc.
Wigbi also creates a JavaScript class for each added seed, which
means that you can use all seed functionality in JavaScript as well,
using AJAX.
Seeds are easily added to any Wigbi application by copying the seed
class file you want to use to the wigbi/php/seeds folder.