[Phphtmllib-devel] I need some help !
Status: Beta
Brought to you by:
hemna
From: <mar...@on...> - 2003-11-29 16:41:19
|
I saw that there isn't a List of user's, so I had to subscrebing into devel one's= =2E For now I am searching for any kind of help=2E My doubt is=20 Suppose if I am trying to dev=2E a web app and my index=2Ephp file look like this = : =2E=2E=2E =09include_once( _APP_CLASS_PATH=2E"/MyLayoutPage=2Eclass" ); =09$page =3D new MyLayoutPage("phpHtmlLib Example 3 - PageWidget child"); =09print $page->render(); some_new_needed_command; <<<<=3D=3D=3D=3D=3D******* =2E=2E=2E and after this I realy get the "site" like the bellow vision : // -------------------------------- // | header block | // --------------------------------=09 // | | |=09<- Main // | left | right block |=09<- block // | block | |=09<-=20 // | | |=09<-=20 // --------------------------------=09 // | footer block | // -------------------------------- with the created $page object, what is the "some_new_needed_command" is needed to call the next program = ? This mentioned "next program" that I want to call is the myLoginPage (like Walter's form1=2Ephp examples), and I am thinking that the LoginPage object comes to be added (inside) the $page one, at the right-block=2E How can I do this = ? TIA, Marcos Nobre Brasil |