Skip to content

stefan-loewe/Woody

Repository files navigation

Woody

Woody - Winbinder's Object-Oriented Dialog Ynterface

What is Woody?

Woody is a object-oriented layer to be used on top of WinBinder - the native Windows binding for PHP.

What is needed to start using Woody?

You will need PHP 5.4 plus the respective winbinder extension. Visit the WinBinder github site for getting the latest version of the extension.

How to install Woody?

Woody can be installed manually, or via composer. Woody has a dependency to a Utils package that defines a few common classes - this dependency is taken care of when installing via composer.

Of course, you need to install the winbinder extension manually.

How to write an application with Woody?

Have a look in ./doc/examples and check out the test suite.

Frequently Asked Questions

Q: Why uses the HTMLControl the rendering engine of Internet Explorer 7, when I have Internet Explorer 8/9 installed?
A: add a DWORD with key name "php.exe" and decimal value of "9999" (hexadecimal "270F") in the registry under the path "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION"

About

woody - Winbinder's Object-Oriented Dialog Ynterface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages