Category: php

  • Les arcanes d’OOP dans PHP5

    Cet article explique : Comment utiliser les fonctionnalités avancées offertes par l’OOP dans PHP5. Ce qu’il faut savoir : Notions en PHP et quelques bases en programmation orientée objet. Le changement majeur qui a marqué le passage de PHP de sa version 4 à sa version 5 est avant tout l’ajout complet …

    Leave a comment | Posted on April 23, 2011 | Published in Article PHP
  • CodeIgniter + WordPress

    Voici une petite astuce qui vous permettra de faire cohabiter le célébre CMS  WordPress avec l’un des plus connus framework PHP, Codeigniter. En effet, j’ai commencé à développer des applications PHP avec Codeigniter depuis sa version 1.5 et je l’ai trouvé facile à utiliser, à prendre en main, et il bénéficie d’une …

    3 Comments | Posted on May 21, 2011 | Published in CodeIgniter PHP Tuts Wordpress
  • Serveur SOAP avec PHP5

    Nous allons voir dans ce tutoriel comment coder un serveur / client SOAP, en utilisant l’extension SOAP native de PHP5. Pour cela nous allons avoir besoin de développer les parties suivantes: Un fichier WSDL qui va contenir la définition des différentes méthodes offertes par notre serveur de services (voir), Une classe qui …

    Leave a comment | Posted on May 28, 2011 | Published in PHP Tuts
  • ACO EDITOR

    This is one of my 1st year of master degree’s projects. It is an editor with basic commands, but that is completely built using Design Patterns: Command, Memento, Observer, Singleton. It was really an interesting project and a great challenge because my mate and I were asked to use Java but we’ve …

    Leave a comment | Posted on August 19, 2012 | Published in jQuery jQueryUI PHP WebApp
  • WaScrum

    A quit basic scrum whiteboard where developers can manage product backlogs and tasks (for now!). More features as the burndown chart, view others task … will come in future versions. Till then, have fun with this simple app. »Powered by: PHP, JavaScript (jQuery), CSS3 »NOTE: This is an alpha version (still under …

    Leave a comment | Posted on August 19, 2012 | Published in CSS3 jQuery PHP Scrum WebApp
  • Simple Instant Messenger

    A Simple Instant Messenger I developed for fun. I wanted to be able to communicate with my internship mates because I was too lazy to move to their place: p Please use this as it is. I developed it during my spare time, when I was very bored! So forgive me if …

    Leave a comment | Posted on August 19, 2012 | Published in jQuery PHP WebApp
  • Espace Numérique de Travail

    I developed this “simple” ENT (in French Espace Numerique de Travail, corresponds to a Web Based Workspace), when I needed to share some of my lab work documents with my classmates. Actually, Our university has a good web based workspace environment, but I found it … incomplete, I needed some tools which …

    Leave a comment | Posted on August 19, 2012 | Published in jQuery jQueryUI PHP WebApp
  • SimpShell

    This is a simple web based shell. It can execute simple commands like: ls, uname, ps … But some of the advanced commands: vi, streams redirections, ssh … are disabled in the DEMO mode. I really enjoyed developing this app, so I hope you will enjoy giving it a try »Powered by: …

    Leave a comment | Posted on August 19, 2012 | Published in jQuery PHP Python WebApp