Guest User

Untitled

a guest
Mar 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <?php
  2. $sql = "SELECT * FROM _export";
  3. $result = $modx->query($sql);
  4. $rows = $result->fetchAll(PDO::FETCH_ASSOC);
  5. print_r($rows);
Add Comment
Please, Sign In to add comment