Development of Wigbi 1.0 has begun 

After a while away from Wigbi, I have finally decided to start with the development of Wigbi 1.0, which will be a complete rewrite of the Wigi 0.99.x source code. Although the functionality will remain, some classes may be removed while others will be entirely rewritten.

In Wigbi 1.0, seeds and controls will be renamed to the more intuitive data and UI plugins. I will also rewrite all plugins in a way that makes them even easier to use and manage.

For instance, data plugins will be even easier to create and will require a minimum of code, since I have decided to remove the requirement for property methods. Wigbi will affect the variables and will not require that they are handled by properties or property methods.

UI plugins (User Interface) will also be even easier to use, since I will reduce the JavaScript code of each plugin to a minimum. To affect the elements of each plugin, developers may use jQuery instead of using JavaScript properties for each plugin. Why reinvent the wheel?

Also, Wigbi 1.0 will be fully test-driven, which is why I have started to look at various PHP TDD/BDD alternatives. If you have any suggestions, please let me know.

I expect Wigbi 1.0 to be released at the end of May. If you feel like contributing, please let me know.