¡@

Home 

php Programming Glossary: foresee

PHP & mySQL: Year 2038 Bug: What is it? How to solve it?

http://stackoverflow.com/questions/2012589/php-mysql-year-2038-bug-what-is-it-how-to-solve-it

will still be around in 2038 though it's hard to foresee as the web hardly a legacy platform yet. Here is a process for..

Web-apps : to framework or not to framework?

http://stackoverflow.com/questions/2972943/web-apps-to-framework-or-not-to-framework

or an app over server servers for instance . Since I can't foresee the exact nature of the applications which I might develop other..

Secure hash and salt for PHP passwords

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

bcrypt and scrypt are so important. You cannot possibly foresee all threats or avenues of attack and so you must make your best..

Best to use Private methods or Protected methods?

http://stackoverflow.com/questions/419844/best-to-use-private-methods-or-protected-methods

the general sense your code in ways which you would never foresee. In which case making well chosen methods protected can be seen..

What's the best way to manage dates across PHP, MySQL, etc?

http://stackoverflow.com/questions/430736/whats-the-best-way-to-manage-dates-across-php-mysql-etc

set the date it's always using NOW in queries.. however I foresee the need to do this. How would this be done I'm hoping SO's..

Pros and Cons of Interface constants

http://stackoverflow.com/questions/5350672/pros-and-cons-of-interface-constants

provided by the constants on the interface. If you can foresee needing to expand it then go with a more formal pattern. If..

PHP: Possible to automatically get all POSTed data?

http://stackoverflow.com/questions/6334830/php-possible-to-automatically-get-all-posted-data

script that collects any POSTed data and emails it. I can foresee that the fields in the form are likely to change a lot over..