php Programming Glossary: strategies
Strategy for supporting unicode & multi language in PHP5 http://stackoverflow.com/questions/1085093/strategy-for-supporting-unicode-multi-language-in-php5 string functions . I was wondering what are your strategies to enable unicode and multi languaage support in your PHP5 applications..
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 _SESSION 'count' 5 You may combine each of these strategies as you wish but you will also combine the downsides. Unfortunately..
How to render ZF2 view within JSON response? http://stackoverflow.com/questions/12451399/how-to-render-zf2-view-within-json-response Framework 2. First I added the ViewJsonStrategy to the strategies section of the view_manager configuration. Then instead of returning..
How are people handling content management system production staging? http://stackoverflow.com/questions/1535580/how-are-people-handling-content-management-system-production-staging question I have answered a question on DB deployment strategies. There is also a question on code deployment. Where I work we..
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 Other than standard OO concepts what are some other strategies that allow for producing good clean PHP code when a framework..
What are your templating strategies? http://stackoverflow.com/questions/1948686/what-are-your-templating-strategies are your templating strategies I try to develop my own little framework. For this I'd like.. that templating is a really complex topic but knowing some strategies could help find the right one. Please if you mention one don't..
Strict HTML Validation and Filtering in PHP http://stackoverflow.com/questions/199017/strict-html-validation-and-filtering-in-php . Can you describe successes with these or any easier strategies that are also effective Any pitfalls to watch out for php html..
Back button re-submit form data ($_POST) http://stackoverflow.com/questions/2146431/back-button-re-submit-form-data-post with no warnings page2 with the userlist How are your strategies to get around this behavior php forms post button back share..
Image upload storage strategies http://stackoverflow.com/questions/2648664/image-upload-storage-strategies upload storage strategies When a user uploads an image to my site the image goes through.. I was wondering if anyone had any advice on upload storage strategies for handling large volumes of image uploads. EDIT Creating username..
Historical security flaws of popular PHP CMS's? http://stackoverflow.com/questions/2951917/historical-security-flaws-of-popular-php-cmss in the past that I can avoid in my application and what strategies can I use to avoid them What are other issues that I need to..
PHP include file strategy needed http://stackoverflow.com/questions/339202/php-include-file-strategy-needed being included from which isn't going to work. I've seen strategies like this require_once dirname __FILE__ . ' .. utils util1.php'..
Design considerations for internationalization http://stackoverflow.com/questions/644100/design-considerations-for-internationalization and content. Do you recommend this and what are some good strategies for ensuring that you have a good translation This question..
How do one use ACL to filter a list of domain-objects according to a certain user's permissions (e.g. EDIT)? http://stackoverflow.com/questions/6621220/how-do-one-use-acl-to-filter-a-list-of-domain-objects-according-to-a-certain-use This could among other solutions be done according to two strategies 1 A query filter that appends a given query with the valid object.. unavoidable. Is there any implementation of one of these strategies or something achieving the desired results in Symfony2 php..
Efficient PHP auto-loading and naming strategies http://stackoverflow.com/questions/791899/efficient-php-auto-loading-and-naming-strategies PHP auto loading and naming strategies Like most web developers these days I'm thoroughly enjoying.. it. I'm very curious what file naming and autoloading strategies other developers might employ. I'm looking specifically for..
How to identify web-crawler? http://stackoverflow.com/questions/8404775/how-to-identify-web-crawler bots is to employ a combination of the above mentioned strategies Filter user agents. Setup a bot trap the violent one . Catch..
|