New layout for plib.poppa.se
Just finished a new layout for my PLib site. I don’t think there’s too much to say about it
Just finished a new layout for my PLib site. I don’t think there’s too much to say about it
Other than working my ass off at work I just lately took a real approach on my secretly sleeping project PLib. PLib is my own PHP framework with functions and classes to ease my everyday PHP programming.
To give you an idea of what PLib is all about let me give you an example:
Rather easy I think!
Another cool feature (if I may say so) is the auto documentation. If you quickly want a list of all available classes and functions just type PLib::Info() and you will get the list. Each class and function is then clickable and will lead you to the documentation for which ever class or function you clicked.
If you want the documentation for a specific class just type PLib::Info() and there you have the documentation.
The third way to use the autodoc is to pass an instance of a class as argument like PLib::Info().
And if you wan’t a full documentation site just type PLib::Info() and you will get the same documentation as available at the PLib site.
Anyway, PLib has its site of it’s own where anyone curious can download the latest version of PLib and find out more about the project.