phpBricks is MVC framework for PHP programming language. It’s the framework so it may not be the way you want, but it’s the way I/we have found right. In early stage of my programming career, I see lot of resources and time was consuming to write same piece of validation code and I decide to save that time by writing piece of code which can be reused. After then, I see series of such things one after another, like:
- Mix/Max of php and HTML code, which is pain in ASS to UI programmer, CSS guys.
- Junk and vulnerable SQL statement, no way to make site secure.
- Bunch of configuration variables and constants on config.php file.
- Unmanaged structure of files, functions and classes.
- Not proper modular structure which cause hard to maintenance application.
- Personal interest of variable, function naming – lots of garbage and junk codes.
- Writing and re-writing of code for same function within one projects and in multiple project.
- No common standard and no central key. Different flow of each function/module, you never can say start and end when it comes to debugging.
- And, I am seeing lot more others day by day…
So, on process of eliminating those stuffs, I keep enhancing that piece of code with feedback and direct involvement of some handful colleague, phpBricks is made.
I understand it is same pain for all programmers until you know such framework exists (I bet hundreds of such framework exists, just google it). So here, it is my privileges to share that piece of code, now so called phpBricks. I have uploaded demo copy, naming alpha release at SourceForge. I have been using it to build many commercial softwares. But I do not recommend you as this is alpha release and no sufficient resource will be found. If you want to use it, challenge the risk.
