Recommend this page to a friend! |
Classes of Alexey Dodonov | Mezon PHP GUI Builder | README.md | Download |
|
DownloadGUIIntroMezon provides set of classes for GUI creation. InstallationJust print in console
And that's all ) UsageDateTimeUtils classThis class provides utilities for date and time tasks. For example this call:
Will return true if the passed date is a today and false otherwise. And this method will return true if the passed date was a yesterday:
But we also can get name of the month by it's code:
Fields algorithmsThis class provides routines for operation with form fields. To init this class use constructor:
Here we define two fields. Form builderForm builder is obviously used for building forms ) It can be done like this:
|