PHP

  • submit to reddit

Creating a Book-like PHP Guestbook

Today I prepared new and interesting tutorial – I will tell how you can create an Ajax PHP guestbook with your own unique design. Our records will be...

1 replies - 23826 views - 11/08/11 by Andrey Prikaznov in Articles

Solarium 2.2.0 released

Solarium 2.2.0 has been released and can be downloaded from the homepage, or the Github project page.  This release includes: Support for the...

1 replies - 2757 views - 11/08/11 by Bas De Nooijer in News

Tutorial Series: Using PHP's MySQLi API

MySQL and PHP work wonders together, but sometimes getting them to talk can be a little less than obvious.The official documentation of MySQLi, the improved...

1 replies - 5980 views - 11/07/11 by John Esposito in Articles

Simplify Common PDO Tasks Without ORM: A Small Wrapper

PHP frameworks are great. For data access, though, Vic Cherubini doesn't think so.Specifically, Vic feels that using an ORM framework to write SQL just...

1 replies - 3038 views - 11/07/11 by John Esposito in Articles

Practical PHP Refactoring: Add Parameter

In the scenario of today, a method is missing some information to accomplish its responsibility. Usually, it is forced to look up these data into some form of...

0 replies - 2806 views - 11/07/11 by Giorgio Sironi in Articles

Use XOR in PHP

Back in logic 101 you probably learned that English 'or' means, sadly, two different things: inclusive ('spinach or romaine is okay') and exclusive ('to be...

1 replies - 2936 views - 11/05/11 by John Esposito in Articles

Drupal 7 Module Development - Book Review

While I consider myself well-versed at the front-end theme aspects of Drupal, I had been wanting to delve a little deeper into its underpinnings, if only...

1 replies - 2607 views - 11/04/11 by Nathan Smith in News

Using a virtual machine to play with multiple versions of PHP

This is an occasion to learn about a virtualization tool which I'm not familiar with, VirtualBox. The goal is to install PHP 5.4, which is not yet a stable...

2 replies - 4248 views - 11/03/11 by Giorgio Sironi in Articles

Composer solves the PHP code-sharing problem

Easy for usersEasy for developersWhere are we now? In PHP we've had a lousy culture of code-sharing. Because depending on code from...

1 replies - 3041 views - 11/03/11 by Henri Bergius in Articles

MVC - Fat Models and Skinny Controllers

I've been doing a lot of work with CakePHP lately and it has been amazingly satisfying developing in a framework that encourages great coding practices....

0 replies - 4017 views - 11/03/11 by Mike Bernat in News

HowTo: Administer Your System with PHP

Many web developers would love to do everything in PHP -- maybe because it was their first web programming language, or because plenty of pre-written code is...

1 replies - 2419 views - 11/02/11 by John Esposito in Articles

Remote Site Editing and Local Syncing with WebMatrix 2

Remote site editing is pretty cool. WebMatrix 2 makes remote editing pretty easy, even if you do maintain a single machine for major development. Robert Lucero...

1 replies - 6203 views - 11/01/11 by John Esposito in Articles

PHP on a Java application server

Let's say we want to run PHP but we have only an available hosting for Java. An example provided from Resin documentation would be to have an easy way to...

2 replies - 5493 views - 11/01/11 by Giorgio Sironi in Articles

Node.js and PHP together: DNode in PHP

PHP is great because everybody uses it (and it's fast, and easy to learn, etc.). Node.js is great for lots of reasons, unless it isn't (and if controversy...

1 replies - 20404 views - 10/31/11 by John Esposito in Articles

Working with Facebook events using Graph API, JS-SDK and PHP-SDK – part 1

Graph API from Facebook is a very interesting project based on open graph protocol. Facebook is gradually setting Graph API as the standard and deprecating...

0 replies - 7458 views - 10/31/11 by Hasin Hayder in Articles