Login   Register  
PHP Classes
elePHPant
Icontem

File: LEIAME.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Marcio Ghiraldelli  >  FF-MVC  >  LEIAME.txt  >  Download  
File: LEIAME.txt
Role: Documentation
Content type: text/plain
Description: Leia Me
Class: FF-MVC
MVC 2 implementation based on Java Struts
Author: By
Last change: Atualização 2.0
Date: 2007-08-06 13:29
Size: 761 bytes
 

Contents

Class file image Download
------------------------------
FF-MVC FatFOX MVC
Implementação MVC 2 para PHP 5
By Marcio FatFOX 2007 - marcio.gh at gmail.com
http://marcio-gh.blogspot.com
http://www.kaerea.com.br

LICENÇA PÚBLICA GERAL GNU
Versão 2, junho de 1991
GPL-pt_BR.txt
------------------------------


"A elegância está na simplicidade" - Marcio



Atenção!
	Este MVC foi desenvolvido para atender necessidades específicas de produção da minha equipe.



1) Apache httpd.conf

	Para o MVC2 funcionar, é necessário forçar o arquivo "do" como um script PHP.
	Adicione essa configuração em seu httpd.conf:

	<Files do>
	  ForceType application/x-httpd-php
	</Files>

2) Acesse o exemplo

	O index.php automaticamente redirecionará para a ação inicial.