php Programming Glossary: opinions
Which PHP MVC Framework for the enterprise; CakePHP or Symfony? [closed] http://stackoverflow.com/questions/1007629/which-php-mvc-framework-for-the-enterprise-cakephp-or-symfony to CakePHP or Symfony. I'm hoping to get a few developers opinions that have worked with both frameworks. Thanks Pete php cakephp..
Stop script execution upon notice/warning http://stackoverflow.com/questions/10520390/stop-script-execution-upon-notice-warning error and use try catch blocks to control program flow but opinions differ on this point. To accomplish the OP's stated goal you..
Session VS File VS Memcache for a Cache in PHP? http://stackoverflow.com/questions/1197859/session-vs-file-vs-memcache-for-a-cache-in-php that make it capable of being a cache Please give me your opinions or any advice or info you have on this as I don't have much..
What do I need to store in the php session when user logged in? http://stackoverflow.com/questions/1221447/what-do-i-need-to-store-in-the-php-session-when-user-logged-in the links are those methods good enough Please give your opinions. I still have not get the best answer yet. php security session..
Salt and passwords [duplicate] http://stackoverflow.com/questions/12724935/salt-and-passwords it would take 3 octodecillion years to crack.... so opinions Or should I be even worse and go password md5 salt. password.md5..
Can PHP handle enterprise level sites as well as Java http://stackoverflow.com/questions/130869/can-php-handle-enterprise-level-sites-as-well-as-java PLEASE NO FLAMING I really would love a few objective opinions about the issue. I have a project that has been strongly developed..
mysql_fetch_array, mysql_fetch_assoc, mysql_fetch_object http://stackoverflow.com/questions/1536813/mysql-fetch-array-mysql-fetch-assoc-mysql-fetch-object as I am doing alot more OOP with PHP. But what are peoples opinions on which one is best to use and why and maybe which scenario..
How to hash long passwords (>72 characters) with blowfish http://stackoverflow.com/questions/16594613/how-to-hash-long-passwords-72-characters-with-blowfish characters. Blowfish and Pepper There are a lot different opinions about peppering passwords. Some people say it's unnecessary..
Why is Zend Framework so popular? http://stackoverflow.com/questions/1833145/why-is-zend-framework-so-popular want to dump ZF for a different approach Thanks for your opinions. php zend framework share improve this question One of..
Commitment to Zend Framework - any arguments against? http://stackoverflow.com/questions/2427981/commitment-to-zend-framework-any-arguments-against and distribute it evenly among all answerers. Among many opinions favourable towards ZF there was one very well founded one against... Kohana. From that comparison and from reading some more opinions regarding ZF and competing products I can see that Zend can..
what's a php framework and what's a good one? http://stackoverflow.com/questions/301240/whats-a-php-framework-and-whats-a-good-one is like asking a car forum what is a good car. The opinions vary wildly and in 95 of cases it really doesn't matter what..
what is a good method to sanitize the whole $_POST array in php? http://stackoverflow.com/questions/3645131/what-is-a-good-method-to-sanitize-the-whole-post-array-in-php but I was just wondering what peoples opinions are and if this is not good practice perhaps you could tell..
Java OR PHP Server Side Web App and Why? [closed] http://stackoverflow.com/questions/3970290/java-or-php-server-side-web-app-and-why what made your chosen approach better would help or just opinions of any sort. java php oracle web applications share improve..
Creating multiple pages from sql query http://stackoverflow.com/questions/5019941/creating-multiple-pages-from-sql-query to do this with the method that I use I appreciate your opinions because I'm at one of those stages where I'm lost in my own..
What PHP application design/design patterns do you use? http://stackoverflow.com/questions/548399/what-php-application-design-design-patterns-do-you-use activities which make up 80 of programming work in PHP All opinions appreciated php oop software design share improve this question..
When to use which string escaping method? http://stackoverflow.com/questions/5770912/when-to-use-which-string-escaping-method But which should I use in what situation Resources and opinions please php security share improve this question addslashes..
Best practice: PHP Magic Methods __set and __get [duplicate] http://stackoverflow.com/questions/6184337/best-practice-php-magic-methods-set-and-get But made bad things happen. But I would like to hear more opinions about this. php magic methods share improve this question..
What's the deal with a leading underscore in PHP class methods? http://stackoverflow.com/questions/663350/whats-the-deal-with-a-leading-underscore-in-php-class-methods I would benefit from knowing. Any thoughts insights and or opinions would be appreciated. php coding style share improve this..
Should PHP 'Notices' be reported and fixed? http://stackoverflow.com/questions/929996/should-php-notices-be-reported-and-fixed and turn notice reporting off. What are some different opinions on this Are there any best practices associated with notices..
|