Have you ever wished a PHP framework that perfectly adapts to your projects needs, your programming experience and your customers budget? A thin PHP framewrok with less implementing rools and easy to learn how to use it? PIMF is about to satisfy your demands!
Read MoreSchlagwort: OOP
Mini Blog mit PIMF micro framework
Schaut mal rein in das erste PIMF-bündel. Habe einen Beispiel Blog mit PIMF micro Framework erstellt, das eine SQLite-Datenbank implementiert. Hier könnt ihr lernen, wie man mit dem EntityManager, Util\Validator und dem View arbeitet. Probiert es aus und schreibt mir ein Feedback :-)
Read MoreWTF mysqli_stmt::bind_param aliasing violation
I was searching for a class which supports multiple calls to mysqli_stmt::bind_param, because I have scenarios where I build huge SQL statements over different functions with variable numbers of parameters. But I didn’t found one. So I have just written up this little piece of code I would like to share with you. And for […]
Read MoreContributing to PIMF via command-line
This tutorial explains the basics of contributing to a project on GitHub via the command-line. The workflow can apply to most projects on GitHub, but in this case, we will be focused on the PIMF project. This tutorial is applicable to OSX, Linux and Windows. This tutorial assumes you have installed Git and you have […]
Read More