php Programming Glossary: designing
How to create General Ledger/T-Account using PHP Mysql http://stackoverflow.com/questions/10191481/how-to-create-general-ledger-t-account-using-php-mysql double entry financial accounting system. I have completed designing the database for it please check this link to see the diagram..
Checking if an array contains all elements of another array http://stackoverflow.com/questions/12867315/checking-if-an-array-contains-all-elements-of-another-array if an array contains all elements of another array I'm designing an electrical engineering application. However i'm stuck on..
PHP: Searching through a CSV file the OOP way http://stackoverflow.com/questions/13249018/php-searching-through-a-csv-file-the-oop-way I 'm going to illustrate a reasonable approach to designing OOP code that serves your stated needs. While I firmly believe..
PHP Mysql joins across databases http://stackoverflow.com/questions/1675333/php-mysql-joins-across-databases Not critical for this application but for another I'm designing now this just won't do. X right now only needs read access to..
How do you write good PHP code without the use of a framework? http://stackoverflow.com/questions/194584/how-do-you-write-good-php-code-without-the-use-of-a-framework and when there's not different teams for programming and designing there's no value in using another template system on top of..
Can I call a Model from a View? http://stackoverflow.com/questions/1973221/can-i-call-a-model-from-a-view from a View Rather than use a full blown PHP MVC I'm designing one that will best fit my uses. I have the basic framework done.. within the view and where to place others. Should I be designing separate views for each login status or is this approach fine..
PHP Access Control System http://stackoverflow.com/questions/228672/php-access-control-system CITIES in the country should be displayed. I need help on designing a system that can handle both these types of access control...
Is file_exist() in PHP a very expensive operation? http://stackoverflow.com/questions/316629/is-file-exist-in-php-a-very-expensive-operation operation I'm adding avatars to a forum engine I'm designing and I'm debating whether to do something simple forum image..
Database abstraction class design question http://stackoverflow.com/questions/3272090/database-abstraction-class-design-question abstraction class design question I am in the process of designing a web app really it's a hobby I'm trying to teach myself design..
Should I use EAV model? http://stackoverflow.com/questions/4066463/should-i-use-eav-model I use EAV model I'm am designing my database domain for an eCommerce application and I'm having..
Dynamic Paypal button encryption http://stackoverflow.com/questions/4106376/dynamic-paypal-button-encryption Paypal button encryption I'm designing a Order Site using PHP Mysql. In the final stage the user is..
PHP Can static:: replace self::? http://stackoverflow.com/questions/4718808/php-can-static-replace-self self I am a little confused with this matter. I am designing an ORM class that tries to behave very similarly to ActiveRecord..
php preg_replace with Unicode chars http://stackoverflow.com/questions/5059996/php-preg-replace-with-unicode-chars
Alternative to SSL - “Manual” Encryption? http://stackoverflow.com/questions/6658557/alternative-to-ssl-manual-encryption and now 1.2. If you don't have any prior experience in designing secure protocols you should stick with the mainstream and use..
|