PHP

TwitterFacebook
Get flash to fully experience Pearltrees

Travailler avec les sockets

http://stephaneey.developpez.com/tutoriel/php/sockets/ Par Stephane Eyskens (Autres articles) Cet article va tenter de vous éclairer sur l'utilisation des sockets en PHP. Je remercie Jérôme et Cyberzoïde pour leur aide précieuse et leurs corrections apportées à ce tuto. Une socket est un identifiant unique représentant une adresse sur le réseau.

Selenium web application testing system

What is Selenium? Selenium automates browsers . That's it. What you do with that power is entirely up to you. Primarily it is for automating web applications for testing purposes, but is certainly not limited to just that. http://seleniumhq.org/

Doctrine - PHP Object Relational Mapper

http://www.doctrine-project.org/ The Doctrine Project is the home of a selected set of PHP libraries primarily focused on providing persistence services and related functionality. Its prize projects are a Object Relational Mapper and the Database Abstraction Layer it is built on top of. You can read more about the projects below or view a list of all projects. Object relational mapper (ORM) for PHP that sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), inspired by Hibernates HQL.
August 27, 2008 – 1:10 pm Tags: PHP , Testing When testing code which uses the database, you would usually want to make sure the database stays pristine for each test – All tables should be empty, as any extra data could interfere with the tests. You could probably write an extended Testcase class which automatically does this before each test in setUp and afterwards in tearDown, but it may have some issues.

Database helper for PHPUnit | CodeUtopia

http://codeutopia.net/blog/2008/08/27/database-helper-for-phpunit/
joomla