Hi All,
my application looks like this:
(file index.php)
application = new MyApplication() ;
application->run();
//all code of the application is in MyApplication class and other
classes related to MyApplication class,
there is .../index.php in the address field of my browser there, all the
time application runs (variables handled in session)
all works fine, but without frames, now I want to make it works in html
frameset
how to do it?, all the time I've olny one file index.php in the browser
address field (index.php is autogenerated), but to make it work in
frameset I need file for frameset, and one file for each frame,
how to do it using classes and autogenerated files for frameset?
someone can help me?
Daniel
--
d.jarosik [monkey] magnat [dot] gda [dot] pl
//sig powered by vi ;-)
my application looks like this:
(file index.php)
application = new MyApplication() ;
application->run();
//all code of the application is in MyApplication class and other
classes related to MyApplication class,
there is .../index.php in the address field of my browser there, all the
time application runs (variables handled in session)
all works fine, but without frames, now I want to make it works in html
frameset
how to do it?, all the time I've olny one file index.php in the browser
address field (index.php is autogenerated), but to make it work in
frameset I need file for frameset, and one file for each frame,
how to do it using classes and autogenerated files for frameset?
someone can help me?
Daniel
--
d.jarosik [monkey] magnat [dot] gda [dot] pl
//sig powered by vi ;-)
Comment