Skip to content

Commit

Permalink
imported simple dom in controller
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuz committed Sep 3, 2008
1 parent 7169e7d commit 5093b2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/posts_controller.php
@@ -1,4 +1,6 @@
<?php
App::import('Vendor', 'simplehtmldom'.DS.'simple_html_dom');

class PostsController extends AppController {
function index() {
$this->set('posts', $this->Post->find('all'));
Expand Down

0 comments on commit 5093b2e

Please sign in to comment.