source:
build-queue/export.php
@
7306
| Revision 2667, 196 bytes checked in by jandark-guest, 5 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | <?include('data.php'); |
| 2 | include('package.php'); |
| 3 | |
| 4 | |
| 5 | $t=new packages (); |
| 6 | $pkgs=$t->getAll('status=1'); |
| 7 | |
| 8 | foreach($pkgs as $pkg) : |
| 9 | echo $pkg->getPkgName().' '.$pkg->getDistro()."\n"; |
| 10 | endforeach; |
| 11 | |
| 12 |
Note: See TracBrowser
for help on using the repository browser.


