
29/09/2007, 16:01
|
![Avatar de periCo[un]Ltd.](http://static.forosdelweb.com/customavatars/avatar38146_1.gif) | | | Fecha de Ingreso: agosto-2003 Ubicación: Mexico
Mensajes: 146
Antigüedad: 21 años, 8 meses Puntos: 0 | |
Re: ¿Cuál sería la mejor forma de programar los mensajes nuevos de un foro? De la base de datos de phpbb:
Código:
CREATE TABLE phpbb_topics_watch (
topic_id mediumint(8) UNSIGNED NOT NULL DEFAULT '0',
user_id mediumint(8) NOT NULL DEFAULT '0',
notify_status tinyint(1) NOT NULL default '0',
KEY topic_id (topic_id),
KEY user_id (user_id),
KEY notify_status (notify_status)
);
__________________ I miss you, like the desert miss the rain |