¡@

Home 

php Programming Glossary: practices

Can't use method return value in write context

http://stackoverflow.com/questions/1075534/cant-use-method-return-value-in-write-context

but please note that it promotes bad unnecessary coding practices See @porneL's answer for the correct way. Note #2 I endorse..

simple explanation PHP OOP vs Procedural?

http://stackoverflow.com/questions/1530868/simple-explanation-php-oop-vs-procedural

sit down with you once and a while and review good coding practices and 3 access to a site like Stack Overflow when you have questions..

MVC For advanced developers [closed]

http://stackoverflow.com/questions/16356420/mvc-for-advanced-developers

have comprehensive understanding of OOP. That include OOP practices dependency injection unit testing refactoring principles SOLID.. constraints to the codebase when simple adherence to OOP practices becomes too loose to control the codebase. The best I can suggest..

Whether to use “SET NAMES”

http://stackoverflow.com/questions/1650591/whether-to-use-set-names

or to put it more formally what are your suggestions best practices to ensure that my database workflow is unicode aware. My target..

Why is require_once so bad to use?

http://stackoverflow.com/questions/186338/why-is-require-once-so-bad-to-use

so bad to use Everything I read about better PHP coding practices keeps saying don't use require_once because of speed. Why is..

isset() and empty() make code ugly

http://stackoverflow.com/questions/1960509/isset-and-empty-make-code-ugly

and hoping for workarounds magic functions and or best practices for minimizing the impact of strict variable checking on code..

PHP tutorial that is security-, accuracy- and maintainability-conscious? [closed]

http://stackoverflow.com/questions/2119083/php-tutorial-that-is-security-accuracy-and-maintainability-conscious

tutorial that isn't awful full of disastrously terrible practices but I've yet to find anything I can recommend. Dear reader can..

Opening/closing tags & performance?

http://stackoverflow.com/questions/2437144/opening-closing-tags-performance

tags in HTML template code and if so what might be best practices in terms of working with PHP tags My question is not about the..

How can I create friendly URLs with .htaccess?

http://stackoverflow.com/questions/3033407/how-can-i-create-friendly-urls-with-htaccess

I will also be glad if you can recommend .htacces best practices and recommendations.. EDIT based on some answers I get here..

Best practices for naming conventions [closed]

http://stackoverflow.com/questions/332831/best-practices-for-naming-conventions

practices for naming conventions closed I recently started these naming..

How should I choose an authentication library for CodeIgniter?

http://stackoverflow.com/questions/346980/how-should-i-choose-an-authentication-library-for-codeigniter

from the essential 'need to haves' such as hard security practices over to softer 'nice to haves' and that's what I hope to remedy... if you're serious enough about coding to choose a best practices framework like CodeIgniter you owe it to yourself to at least.. actually makes my site less secure by not following best practices. It's an authentication package it needs to do ONE thing right..

Secure hash and salt for PHP passwords

http://stackoverflow.com/questions/401656/secure-hash-and-salt-for-php-passwords

must protect them as though they were in Fort Knox. Best practices Bcrypt and scrypt are the current best practices. Scrypt will.. Best practices Bcrypt and scrypt are the current best practices. Scrypt will be better than bcrypt in time but it hasn't seen.. blowfish's already expensive key schedule. Average practices I almost can't imagine this situation anymore. PHPASS supports..

Multiple javascript/css files: best practices?

http://stackoverflow.com/questions/490618/multiple-javascript-css-files-best-practices

javascript css files best practices I have about 7 Javascript files now thanks to various jQuery..

What are the best practices for avoiding xss attacks in a PHP site

http://stackoverflow.com/questions/71328/what-are-the-best-practices-for-avoiding-xss-attacks-in-a-php-site

are the best practices for avoiding xss attacks in a PHP site I have PHP configured..

How to best store user information and user login and password

http://stackoverflow.com/questions/947618/how-to-best-store-user-information-and-user-login-and-password

password hash salt etc . I just know that if I'm following practices from other parts of my life investing data backup even personal..

Apache vs. IIS PHP performance comparison

http://stackoverflow.com/questions/1197953/apache-vs-iis-php-performance-comparison

iis fastcgi share improve this question PHP Best Practices article Differences between PHP on WIMP and PHP on LAMP Some..

Calling PHP Parent Constructors With Old/New Syntax

http://stackoverflow.com/questions/1223766/calling-php-parent-constructors-with-old-new-syntax

or is it just a standard static call Before the Best Practices Flying Monkeys descend I'm dealing with some legacy code and..

Database and OOP Practices in PHP

http://stackoverflow.com/questions/1716652/database-and-oop-practices-in-php

and OOP Practices in PHP Its difficult to explain this situation but please see..

Best Practices: working with long, multiline strings in PHP?

http://stackoverflow.com/questions/1848945/best-practices-working-with-long-multiline-strings-in-php

Practices working with long multiline strings in PHP Note I'm sorry if..

Object Oriented PHP Best Practices

http://stackoverflow.com/questions/2407807/object-oriented-php-best-practices

Oriented PHP Best Practices Say I have a class which represents a person a variable within..

PHP Localization Best Practices? gettext?

http://stackoverflow.com/questions/2790952/php-localization-best-practices-gettext

Localization Best Practices gettext We are in the process of making our website international..

PHP Security best practices

http://stackoverflow.com/questions/3012315/php-security-best-practices

Secure hash and salt for PHP passwords

http://stackoverflow.com/questions/401656/secure-hash-and-salt-for-php-passwords

to make the operation harder to reproduce. Future Practices Coming in PHP 5.5 is a full password protection library that..

Properly calling the database from Model in an MVC application?

http://stackoverflow.com/questions/5895805/properly-calling-the-database-from-model-in-an-mvc-application

Agile Software Development Principles Patterns and Practices SQL Antipatterns Avoiding the Pitfalls of Database Programming..

GET vs. POST Best Practices

http://stackoverflow.com/questions/679013/get-vs-post-best-practices

vs. POST Best Practices For my web application PHP MYSQL I show a list of items and..

Safe alternatives to PHP Globals (Good Coding Practices)

http://stackoverflow.com/questions/7290993/safe-alternatives-to-php-globals-good-coding-practices

alternatives to PHP Globals Good Coding Practices For years I have used global var var2 ... varn for methods..

Best Practices for Processing Errors from Database in CodeIgniter

http://stackoverflow.com/questions/734138/best-practices-for-processing-errors-from-database-in-codeigniter

Practices for Processing Errors from Database in CodeIgniter I have a..