[ create a new paste ] login | about

Willmedina

Name: William Medina Sandoval
Email:
Site/Blog: http://ifxperu.com
Location: Trujillo PerĂº
Default language: PHP
Favorite languages: Java, PHP
About:

Saved pastes by Willmedina:

PHP, pasted on Feb 28:
1
2
3
4
5
<?php  include("poo1.php"); #incluimos el archivo para poder sacar objetos de sus clases ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
...
view (41 lines)
PHP, pasted on Feb 28:
1
2
3
4
5
<?php
	class persona{
	#propiedades de la clase
	   public $nombre;
	   public $apellido;
...
view (22 lines)