]> git.pld-linux.org Git - packages/php-pear-DB_DataObject.git/commitdiff
- pl description php-pear-DB_DataObject-0_2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 14 Jul 2002 22:26:03 +0000 (22:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-DB_DataObject.spec -> 1.2

php-pear-DB_DataObject.spec

index b214df21e6fbf5027bcadd2557a87b26b2d7261d..1b01c278508e6f07b25963146b495711f02f3640 100644 (file)
@@ -3,7 +3,7 @@
 %define         _subclass       DataObject
 %define                _pearname       %{_class}_%{_subclass}
 Summary:       %{_class}_%{_subclass} - An SQL Builder, Object Interface to Database Tables
-Summary(pl):   %{_class}_%{_subclass} -
+Summary(pl):   %{_class}_%{_subclass} - SQL Builder, obiektowy interfejs do tabel bazodanowych
 Name:          php-pear-%{_pearname}
 Version:       0.2
 Release:       1
@@ -18,12 +18,21 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 The core class is designed to be extended for each of your tables so
-that you put the data logic inside the data classes. included is a
+that you put the data logic inside the data classes. Included is a
 Generator to make your configuration files and your base classes.
 DataObject performs 2 tasks:
  - Builds SQL statements based on the objects vars and the builder
    methods,
- - acts as a datastore for a table row
+ - acts as a datastore for a table row.
+
+%description -l pl
+G³ówna klasa zosta³a stworzona tak, by byæ rozszerzaln± dla ka¿dej
+tabeli, wiêc mo¿na umie¶ciæ logikê danych w klasach danych. Do³±czony
+jest generator do tworzenia plików konfiguracyjnych i klas bazowych.
+DataObject pe³ni 2 zadania:
+ - tworzy zapytania SQL bazuj±c na zmiennych obiektowych i metodach
+   tworzenia
+ - przechowyuje dane z wiersza tabeli.
 
 %prep
 %setup -q -c
This page took 0.065611 seconds and 4 git commands to generate.