How to add new exceptions January 3, 2014davidberruezo@davidberruezo.com Comment How to add new exceptions ? It’s very easy, we must use the reseved word thrown, an example: Or for example we want [...]
How to make and destroy an object January 2, 2014davidberruezo@davidberruezo.com Comment I explain to you what’s a php object And in other file there is: And different will be And we call our object [...]
Regular Expresions (1) January 1, 2014davidberruezo@davidberruezo.com Comment We already mentioned what Regular Expressions are. With Regular Expressions (from now, RegExp), you can “match” non fixed text strings. For example, the [...]