Archive

Archive for September 2008

Finally a site for Italians Blogs

Nessun commento September 19, 2008 Nicholas No comments

Well, finally someone has created one of the things that we could be more natural.

Why do we always registrarci portals in foreign bloggers? Writing articles is not in the mother tongue only allowed to see our posts, or because the majority of readers is the beautiful country?

Italian Blogger allows us to reach an audience that is definitely more interested in other articles in Italian.

A Thanks to this engine for their work, without prompting of any kind, to the Italian Community of Bloggers.

Whoever wants to can keep fit wherever we see fit, but Blogger Italians certainly at the level of Italian public will give it greater visibility of many of his international competitors.

PHP - Class for managing the layout of pages

Nessun commento September 16, 2008 Nicholas No comments

System Requirements:

  • Web Server installed;
  • PHP version 5.0 or higher;

Recommended PHP knowledge:

  • Syntax version 5;
  • The instruction includes;
  • Object Oriented Programming;

The knowledge required in this tutorial may not be needed in the creation of the code, as it attempts to provide such information to be able "to walk" the creator of the pages alone, but we recommend the same smattering general.

This tutorial has been tested under Linux and Windows Server, with PHP version 5.

I will explain how to create a class that allows us to separate the layout or presentation layer, application logic from. The files we create are as follows:

  • Template.class.php;
  • TemplateException.class.php;
  • Files. Html in the template directory.

Continue reading ...

Tag: , , Categories: PHP Tags: , ,