new to php oop programmin
Posted: Fri Sep 26, 2003 7:52 am
hi
all
I am very new to php oop concepts and i want to dynamically generate the html pages using php classes
for that i have cr8ted few classes
such as
base class for table and td which has the variable attributes common to the both table and td such as valign,align, bgcolor,backgroung...
and the derived class table and td contains variables attribute which are unquie to them.
like that i have written classes for body, head, and other tags
and these classes also have function/methods in them for setting the value to the variables.
i that useful creating the classes for the html tags ?
and i am facing problem in implementing those classes for further coding.
i though of creating one more class called page which uses the objects of the above classes and this is where i am facing problem.
Please help me with this regard.
and i saw the news about php5 in that i read that they have removed the mysql library bundle and they have added support for sql lite.
i need to know more about sql lite is there any official site for downloading the src or bin for both (win/linux).
all
I am very new to php oop concepts and i want to dynamically generate the html pages using php classes
for that i have cr8ted few classes
such as
base class for table and td which has the variable attributes common to the both table and td such as valign,align, bgcolor,backgroung...
and the derived class table and td contains variables attribute which are unquie to them.
like that i have written classes for body, head, and other tags
and these classes also have function/methods in them for setting the value to the variables.
i that useful creating the classes for the html tags ?
and i am facing problem in implementing those classes for further coding.
i though of creating one more class called page which uses the objects of the above classes and this is where i am facing problem.
Please help me with this regard.
and i saw the news about php5 in that i read that they have removed the mysql library bundle and they have added support for sql lite.
i need to know more about sql lite is there any official site for downloading the src or bin for both (win/linux).