1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-26 08:22:08 +01:00
Files
archived-doc-es/reference/paradox/setup.xml
Jesus Ruiz Garcia ce3bf2cfc7 Traducidos
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@305830 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-29 13:20:47 +00:00

65 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: af4410a7e15898c3dbe83d6ea38246745ed9c6fb Maintainer: jesusruiz Status: ready -->
<chapter xml:id="paradox.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="paradox.requirements">
&reftitle.required;
<para>
Se necesita por lo menos PHP 5.0.0 y pxlib &gt;= 0.4.4 para el conjunto básico
de funciones. Algunas de las funciones más recientes están disponibles sólo para pxlib &gt;=
0.6.0. Leer y escribir de bases de datos encriptadas requieren por lo menos de
pxlib &gt;= 0.5.0. La librería paradox(pxlib) está disponible en
<link xlink:href="&url.paradox.pxlib;">&url.paradox.pxlib;</link>.
</para>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.paradox.configure;
<!-- }}} -->
<!-- {{{ Configuration -->
<section xml:id="paradox.configuration">
&reftitle.runtime;
&no.config;
</section>
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="paradox.resources">
&reftitle.resources;
<para>
La función <function>px_new</function> crea un nuevo objeto Paradox requerida por todas las
funciones Paradox.
</para>
</section>
<!-- }}} -->
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->