Jun

10th

Php Pagination class

June 10th, 2009

When it comes to use a pagination class in one of my projects I suddenly feel a strange urge of running away…Why? Well, you remember the old saying about “reinventing the wheel”?
And, because it seems that all I do is open source oriented I use open source code as well and very often I’m not [...]

May

31st

A simple MySQL wrapper class

May 31st, 2009

The web is flooded with this kind of classes, I know, but I’d like to share this class too because I use it in all my projects and I find it to be quite useful.
Its structure is defined by the IDatabase interface:

<?php
interface IDatabase
{
    static function Connect( $database, $server, $user = NULL, $password = NULL, [...]

May

26th

The Aggregator Provider pattern

May 26th, 2009

The Aggregator Provider pattern is an extension of the Provider pattern. The author of this pattern is Mohammad Ashraful Alam, I think, because there is not much info about this pattern on the web right now.
This pattern, as its author says,
enables us to create and utilize multiple instance of the class having the same provider [...]

May

15th

Protect your wordpress blog

May 15th, 2009

There is probably a small chance that the following scenario will not apply in your case, but think about this for a second:
Imagine your blog has a great number of visitors(but that’s not necessarily to be true) and you don’t have the time or you just don’t want to review each of the submitted comments [...]

May

11th

Creating a web service in php

May 11th, 2009

If you have already created one then you already know what I’m gonna say but if you don’t then you should know that creating one it’s not as hard as you might probably think.
Basically, a web service(and I mean here a web service written in php) is nothing more than a php page that accepts [...]

JavaScript Books

ASP.NET Books

PHP Books

Featured Books

Stay connected

Register for an account on June Framework Forums to get connected with other web developers using June and get full assistance if running into any problem during your website's development.

Visit the June Framework Documentation section to read more about June and also see how it works by browsing the examples.