|
Posted by Manuel Lemos on 03/06/07 20:58
Hello,
on 03/04/2007 07:00 PM Phil Latio said the following:
>>> Here you can see a tutorial video with a section that explains that
>>> example:
>>>
>>> http://www.phpclasses.org/browse/video/1/package/1/section/example-form.html
>> I am currently enjoying your audio/visual presentation. I have actually
>> started listening from the beginning.
>>
>> Not made any decisions on what direction I am going to take but I did also
>> like your example form. I don't like pop-up windows (purely personal
>> preference) but will certainly have a look at the code once I've finished
>> viewing the video.
>
> Had a bit of look at your package but it's not for me as I like to totally
> seperate mark-up/presentation from the code. However I salute you on your
Maybe it was not clear for you, but the class gives you complete freedom
to separate markup presentation from code. For instance, if you prefer
to use Smarty to define your forms presentation, the class comes a
plug-in to integrate with Smarty template engine.
If you watch this video section to the end, you see it provides
different form rendering alternatives to match the preferences of
different people:
http://www.phpclasses.org/browse/video/1/package/1/section/presentation-templates.html
If you do not want to write any HTML at all, there is also an
alternative renderer plug-in that uses a common vertical layout with one
field per row.
> efforts and the audio/visual presentation is a great idea if perhaps a
> little long winded.
This class is very popular because it covers a long list of needs of
many different people. That is why it took a 4 hour video to give a
tutorial to explain all it does.
--
Regards,
Manuel Lemos
Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
[Back to original message]
|