php Programming Glossary: engineered
PHP: Searching through a CSV file the OOP way http://stackoverflow.com/questions/13249018/php-searching-through-a-csv-file-the-oop-way works it's good enough How to go about doing this A highly engineered solution would start by trying to define the interface to the..
Why is REGISTER_GLOBALS so bad? http://stackoverflow.com/questions/1417373/why-is-register-globals-so-bad debug echo query query n It is not a bad thing per se well engineered code should not generate warnings therefore should not access..
How can I prevent javascript code theft? http://stackoverflow.com/questions/15172939/how-can-i-prevent-javascript-code-theft but the code is still tranferred and it can be reverse engineered. The actual code in your example is downloaded with the jquery.js..
Preventing PHP Code from being Pirated http://stackoverflow.com/questions/1698672/preventing-php-code-from-being-pirated When it's someone's else code is almost impossible unless engineered for that. And once copied into a third party app the final code..
Cheking and error on a PHP function http://stackoverflow.com/questions/2702744/cheking-and-error-on-a-php-function So for a solution which not only works but is also nicely engineered you would package all this in a class. That class would define..
How to create a simple 'Hello World' module in Magento? http://stackoverflow.com/questions/576908/how-to-create-a-simple-hello-world-module-in-magento in PHP and Java pick another cart . Magento is well engineered but it was engineered to be a shopping cart solution that other.. pick another cart . Magento is well engineered but it was engineered to be a shopping cart solution that other programmers can build.. other programmers can build modules on top of. It was not engineered to be easily understood by people who are smart but aren't programmers...
|