PHP

TwitterFacebook
Get flash to fully experience Pearltrees

Getting Started With PHP Templating - Smashing Coding

http://coding.smashingmagazine.com/2011/10/17/getting-started-with-php-templating/ In this article, we’ll cover how to separate the view of your PHP application from its other components . We’ll look at why using such an architecture is useful and what tools we can use to accomplish this. Here’s what we’ll cover: Learn some basic MVC concepts, Review some popular templating libraries, Play around with a small custom-made view class. Explore the basics of using the Twig library. To fully benefit from this article, you should already know how to write and run your own PHP scripts on a Web server (i.e. using Apache).
Regular expressions are a powerful tool for examining and modifying text. preg_match is a powerful function of PHP that performs a regular expression match. Let’s have a short look on the syntax of preg_match before digging some interesting, practical and useful examples. Syntax of preg_match As my focus of this post is to share handy and useful examples of preg_match, so i am not going to discuss about the arguments of preg_match in detail.

preg_match Examples: 7 Useful Code Snippets

http://www.tutorialchip.com/php/preg_match-examples-7-useful-code-snippets/

Blog

WebKit is the jQuery of Browser Engines The news has just come out that Opera is switching all of their browsers (both mobile and desktop) to use WebKit (specifically, Chromium). I’ve seen a lot of gnashing of teeth on Twitter and I feel like I can respond because I use to feel the same way back in 2008-2009. However this is 2013 [...] 50 Comments · Posted: February 13th, 2013 Fixing Google Analytics for Ghostery http://ejohn.org/category/blog/
ZEND

http://www.commentcamarche.net/contents/php/phpclass.php3 Mars 2013 La notion de classe Php3 intègre un soupçon de caractéristiques empruntées aux langages orientés objet , c'est-à-dire la possibilité d'utiliser des objets , entités regroupant des données et des fonctions au sein d'une structure et rendant la programmation plus simple qu'en programmation habituelle (appelée programmation procédurale par opposition à la programmation orientée objet ). On appelle classe la structure d'un objet, c'est-à-dire la déclaration de l'ensemble des entités qui composeront un objet.

PHP - Les classes

http://www.ozoneasylum.com/32042 Hey guys. Having a little trouble finding the answer to this one... I have a series of form elements with id's, which, when clicked, I want to trigger another event... I have a set of variables, each container an array of data. The variable names are the same as the id's of the form elements.

Javascript - string as variable name? — OZONE Asylum, home of the Mad Scientists

PHP