Re: ZOPE and "find in files feature"
Andreas Jung <[email protected]>
| Newsgroups | gmane.comp.web.zope.database |
|---|---|
| Message-ID | <D85EBC3F33B6CFB0B44F66FC@[192.168.0.28]> |
--On 20. August 2006 05:51:18 -0400 Harry Spier <[email protected]> wrote: > > Dear list members, > > I am a Python programmer but not familiar with ZOPE. > > I am building a website with a MYSQL database of text documents (several > thousand). I need to construct a feature similar to a "find in files" of > a text editor. > > I.e. the user will enter a text string in a form on the client-side and > be passed back a results page from the server giving all the lines in the > files in the Mysql database that contain that string. When he clicks on a > line in the results page it will cause the file containing that line to > be downloaded. > > Are there features in ZOPE that do any of this kind of functionality. What is the problem? Zope supports most databases (The Zope Book -> RDBMS chapter on plone.com is your primary sources). Using scripting with Python you can implement anything you want. But you really want to read about the basics first. -aj _______________________________________________ Zope-DB mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope-db
signature.asc
(application/pgp-signature, 186 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFE6DHWCJIWIbr9KYwRAmw2AKDIa8tP5y2AB24bc0EoUKqThvBr3wCbBstX qWcJ38t4G0QCkvYrDZOUyLU= =lbFW -----END PGP SIGNATURE-----