phpMyWind is a brand, a website building program developed based on PHP+MySQL that complies with W3C standards. It will bring people a series of efficient and mature enterprise website construction solutions, allowing your information to be delivered to the people who need it in a healthier form at high speed, while allowing you to feel the smooth experience brought to you by phpMyWind.
The front-end and back-end of phpMyWind are completely developed using pure PHP code. I considered using a framework or template engine and extracted several modules for testing. Although MVC was ideal, it increased the difficulty of secondary development and affected the speed. phpMyWind's main developers are students in the corporate website building industry. What we need is a CMS that is simple, fast, stable, and highly separable. Maybe each website has only a few columns, or the website has special functions that need to be customized. Therefore, we summarize the above points as the most important requirements for enterprise website developers, use this as a breakthrough, and always follow this during the development process. We hope that developers will feel fast and comfortable during the development process. This is our pursuit.
phpMyWind has been developed for 2 years since 2010, during which time it has been rewritten 4 times. The structure and code writing methods gradually mature. The system has multiple built-in classes and functions, which greatly improves the development speed. If you are currently not used to using system classes, you can also develop using PHP built-in functions. Each front-end page must call /include/config.inc.php in the header to initialize the code and carry out development work.
Expand