php Programming Glossary: develop
How can I use C++ code to interact with PHP? http://stackoverflow.com/questions/1502244/how-can-i-use-c-code-to-interact-with-php which is generally way faster. To do that you'll have to develop a PHP extension . There are not that many ressources available..
User recognition without cookies or local storage http://stackoverflow.com/questions/15966812/user-recognition-without-cookies-or-local-storage build a Data Profile from what's next The next step is to develop some Fuzzy Logic or better yet an Artificial Neural Network..
i18n with gettext but without the locale hassle? http://stackoverflow.com/questions/1620670/i18n-with-gettext-but-without-the-locale-hassle there is a multitude of tools available for it. However I develop applications for different platforms. I am absolutely unwilling..
Interface or an Abstract Class: which one to use? http://stackoverflow.com/questions/1814821/interface-or-an-abstract-class-which-one-to-use this question Use an interface when you want to force developers working in your system yourself included to implement a set.. be building. Use an abstract class when you want to force developers working in your system yourself included to implement a set.. you want to provide some base methods that will help them develop their child classes. Another thing to keep in mind is client..
PHPUnit - Unit Testing with items that need to send headers http://stackoverflow.com/questions/190292/phpunit-unit-testing-with-items-that-need-to-send-headers headers I'm currently working with PHPUnit to try and develop tests alongside what I'm writing however I'm currently working..
isset() and empty() make code ugly http://stackoverflow.com/questions/1960509/isset-and-empty-make-code-ugly errors This is also the reason why you always always develop with error reporting turned to 11 and keep plugging away at..
“Web interface” to PHPUnit tests? http://stackoverflow.com/questions/2424457/web-interface-to-phpunit-tests command line and outputs a nicely formatted HTML result. I develop web applications and the day to day workflow usually switches..
How to share sessions between PHP and ASP.net application? http://stackoverflow.com/questions/2544389/how-to-share-sessions-between-php-and-asp-net-application and to the lack of any documentation from the previous developer we do not want to spend much resources on developing in PHP... developer we do not want to spend much resources on developing in PHP. For implementing new features we will create an Asp.net.. application that has the same look to the user. We want to develop a kind of 'coexisting' web application. Therefore we must share..
Web-apps : to framework or not to framework? http://stackoverflow.com/questions/2972943/web-apps-to-framework-or-not-to-framework need any books explaining that. I am probably qualified to develop a simple web site but aim at taking on quite ambitious apps... foresee the exact nature of the applications which I might develop other than that PHP ODBC will be involved is there any point..
PhpMailer vs. Swiftmailer? http://stackoverflow.com/questions/303783/phpmailer-vs-swiftmailer question I was going to say that phpmailer is no longer developed and swiftmailer is. But when I googled ... http phpmailer.codeworxtech.com.. and it too has given me no trouble. Now that PHPMailer is developed again I think I'll probably give the new version a try. So..
Bulletin board - Database optimisation http://stackoverflow.com/questions/4310769/bulletin-board-database-optimisation be improved to facilitate efficient queries and help me develop this application and future application faster Business Logic..
Can I store images in MySQL [duplicate] http://stackoverflow.com/questions/6472233/can-i-store-images-in-mysql Images in MySQL Storing images in MySQL I'm trying to develop a website where users upload their images as part of registration...
Long Polling/HTTP Streaming General Questions http://stackoverflow.com/questions/7213549/long-polling-http-streaming-general-questions platform that supports raw sockets such as Flash or if you develop for a mobile app for instance . Could you please elaborate more.. known as 'Publish Subscribe' or simply PubSub . If you develop a big application having one is very useful it allows you to..
To Use a PHP Framework or Not? [closed] http://stackoverflow.com/questions/817096/to-use-a-php-framework-or-not in a team these MVC PHP framework will be a great tool for development as you can assign a developer to develop MVC part of a module.. will be a great tool for development as you can assign a developer to develop MVC part of a module for a developer and integration.. tool for development as you can assign a developer to develop MVC part of a module for a developer and integration will be..
How to implement unit testing in PHP? [closed] http://stackoverflow.com/questions/842/how-to-implement-unit-testing-in-php seemed to throw a lot of notices and warnings I like to develop with full error reporting turned on there's no excuse for sloppy.. to track them down . In terms of how unit testing helps development I find TDD Test Driven Development to be the best paradigm..
Convert a PHP script into a stand-alone windows executable http://stackoverflow.com/questions/9046675/convert-a-php-script-into-a-stand-alone-windows-executable and other web files into Windows GUI exes. You can rapidly develop Windows GUI applications by employing the familiar PHP web paradigm... founded by Czarek Tomczak in 2012 to provide a way for developing native desktop applications using web technologies such as.. embedded a Mongoose web server and a PHP interpreter. The development workflow you are used to remains the same the step of turning..
Where do I start with Zend Framework? [closed] http://stackoverflow.com/questions/952056/where-do-i-start-with-zend-framework ZF is fantastic when you're at the point where you need to develop robust applications and need a whole suite of libraries to accompany..
|