Autor | Mensaje |
---|---|
Escrito en: 12. 08. 2003 [11:28]
|
|
braulio
Braulio Solano Rojas
registrado desde: 16.05.2008
Entradas: 2
|
Hello! I order to help Róger, I have done a release. You can download it from sourceforge at http://sourceforge.net/project/showfiles.php?group_id=11257&release_id=177587. That way people will be able to test clabel without having to use Unix or the CVS. I hope that the releases for win32 will work. It is working in my computer, I am using the PHP module of Apache 2 for Windows. For Unix you just have to run the script compile like this: % ./compile In this script perhaps you will have to change the line: phpize=${phpize:-"/usr/bin/phpize"} by phpize=${phpize:-"/usr/local/bin/phpize"} In some Linux distributions you need to install a package like php-devel in order to have phpize. As you now this release just includes a new function asked by Róger that you can use like this: <?php function mfnrange($db, $from, $count) { $dbid = isis_open($db); $i = 0; while (($record = isis_fetch_flat_array_from_mfn($i+$from, $dbid)) && ($i < $count)) { echo "<pre>"; var_dump($record); echo "<pre><br />"; $i++; } } $db = "/var/db/isis/cds/cds"; $from = 100; $count = 10; mfnrange($db, $from, $count); ?> I hope you will enjoy. Best regards, B. ----- Original Message ----- From: "Roger Peña Escobio" <roger@infomed.sld.cu> To: "Php-openisis" <php@openisis.org> Sent: Friday, August 08, 2003 1:15 PM Subject: clabel-0.2.1 is out ![]() > hi > > clabel-0.2.1 is out, it is a fix release, but also this time you will see an split into > two diferents packages, clabel-0.2.1 itseft which is powered by openisis and > clabel-wxis-1.7.0 which is the last version of my first code and is powered by wxis > (wwwisis) (clabel-wxis used to be in the docs directory of clabel-0.2.0) > > needless to say that clabel is more flexible and have biggest potencial than the old one > (clabel-wxis) and also it is the only one that will have new features. > > i will start working in a new search interfase for the OPAC, so, the user will be able to > use the index of the database to construct the query. > > > to use clabel with you db you only need to edit the pft's files in /opac/pft/ > and of course, change the name and path of the isis db in config/config.php > > > again, clabel-0.2.1 is based in the CVS version of php-openisis > > you can download it from sf.net: > > http://sourceforge.net/project/showfiles.php?group_id=67162 > > > please test clabel-0.2.1 and lets me know any bug, comment or sujestion (comentarios ![]() > > have a nice weekend > roger > > ---------------------------------------------------------------------- > Nodo central de la red Infomed (http://www.sld.cu) > Usuario linux: 97152 (http://counter.li.org) > Miembro del grupo de coordinacion de LinuxCuba (http://www.linux.cu) > ---------------------------------------------------------------------- > > > ------------------------------------------------- > Este mensaje fue enviado usando el servicio de correo en web de Infomed > http://webmail.sld.cu > ------------------------------------------ Posted to Phorum via PhorumMail |
Todos tenemos objetivos. El camino para llegar a nuestros objetivos es nuestra estrategia. La...