Estimados
como poder integrar código prg y php
por ejemplo necesito hacer esto pero no funciona
ya que tengo este codigo como php y funciona
archivo inicio.php
como poder integrar código prg y php
por ejemplo necesito hacer esto pero no funciona
//Â {% LoadHrb( 'lib/tweb/tweb.hrb' ) %}
//Â {% LoadHrb( 'lib/funlib/funlibweb.hrb' ) %}
function main()
if  ! Is_Session()
  Redirect( "/webpato/index.prg" )
  retu nil
endif
<?php
  require_once "controllers/template.php";
  $template = new TemplateController();
  $template -> template();
?>
return nilya que tengo este codigo como php y funciona
archivo inicio.php
<?php
  require_once "controllers/template.php";
  $template = new TemplateController();
  $template -> template();
?>Saludos
Patricio
__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl
Patricio
__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl