[Phplib-users] Templates, Table, OOH! Forms and DB_Sql
Brought to you by:
nhruby,
richardarcher
From: rck <rc...@sw...> - 2002-02-01 10:21:05
|
Hello! I've been looking through the PHPlib-documentation, through the forums on sourcefourge and around the Internet (with google). But I was unable to find a example, on how to integrate PHPlib Templates, Tables, Forms and DB_Sql together. Like: A Template, that describes a Form, which is used for entering new data and altering existing data. But has no php in it, so it could be made completely by the screendesigner with his html wysiwyg-tool. And a php-file, which does the communication between the form and the database. But does no layout work at all (positions, colors, etc. would be defined by the template). And: Another Template, that is kind of a command-center. It would describe the mainpage of my webapplication. It would print out all records of a given select-statement. this select-statement would be filtered by some textfields (a bit like SQLQuery, but not as 'hardcoded' ;-)). Again, without any php. And again with a php-file, which does the communication between filter and database. The third thing is about OOH! Forms. Have I overseen something? I can't find a way to specify a style-class to a given form_element. Do I have to tweak it up my own? I guess, this stuff can't be solved before my deadline (in less than 4 hours), but maybe it will help me in further projects. Thanks a lot for keeping up the maillinglist and for PHPlib. It might have caused some work (it's not that easy to understand for me) but has solved problems already I haven't thought of before :-) yours sincerely, Ren=E9 C. Kiesler! |