opencart: auto calculation of weight Programming Web Development by jawuy … with object oriented php but i am not strong with oophp, so if you can help me convert this code to… oophp i'd really appreciate. 1) where is the weight from … PHP using MVC architecture Programming Web Development by Virangya … university student and I'm developing an ecommerce system using OOPHP in MVC architecture. I find it difficult to find related… Need HELP! web proxy problem!! Programming Web Development by bigwhiteegg … */ /*Class WebPage**********************************\ * Come along with me into the world of ooPHP. * * * * WebPage is the main class in this script. It * * controls… Part One: PHP MVC Framework , Understanding The Basics Programming Web Development by veedeoo … MVC design patterns. **What are the requirements?** 1. Knowledge in OOPHP or OOP PHP. 2. Desire to learn and explore. 3… Re: PHP best practice Programming Web Development by TySkby … may be useful if you are using Object-Oriented PHP (OOPHP), but for smaller stuff it's mostly a matter of… get the hang of if you're looking to develop OOPHP applications and allows for a lot of flexibility in how… Re: PHP best practice Programming Web Development by TySkby … a matter of opinion and experience, but for me personally, OOPHP is what I consider to be "advanced". It… Re: Laravel or CodeIgniter Programming Web Development by veedeoo … understanding the reasons behind these proposed standards. In a classic OOPHP/MVC application design pattern, we normally do things like this… Re: PHP using MVC architecture Programming Web Development by vitana In your case I would like to investigate created frameworks like onphp or phoebius. There are enough doc to get it clear. [url]http://www.onphp.org/doxy/trunk/[/url] [url]http://phoebius.org/[/url] Re: Part One: PHP MVC Framework , Understanding The Basics Programming Web Development by veedeoo I forgot to add the file helper class and the simple form helper validation class. This class is responsible for retrieving, writing, parsing text and xml files. If you noticed on the read and content controllers above, you will see an instance of a FileHelper::method(); Application/FileHelper ### Application Libraries and Helpers …