Skip to content

Commit

Permalink
refs deleted nbproject
Browse files Browse the repository at this point in the history
  • Loading branch information
desarrolla2 committed Apr 28, 2012
1 parent 15d43af commit 8d19edc
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 16 deletions.
7 changes: 0 additions & 7 deletions nbproject/project.properties

This file was deleted.

9 changes: 0 additions & 9 deletions nbproject/project.xml

This file was deleted.

18 changes: 18 additions & 0 deletions yii-app/protected/models/Book.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?php

/*
* This file is part of the Instabook package.
*
* Description of Book
*
* @author Daniel Gonzalez <daniel.gonzalez@freelancemadrid.es>
* @file Book.php
* @date 28 - Apr - 2012
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Book
{

}
18 changes: 18 additions & 0 deletions yii-app/protected/models/BooksCollection.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?php

/*
* This file is part of the Instabook package.
*
* Description of BooksCollection
*
* @author Daniel Gonzalez <daniel.gonzalez@freelancemadrid.es>
* @file BooksCollection.php
* @date 28 - Apr - 2012
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class BooksCollection
{
//put your code here
}
29 changes: 29 additions & 0 deletions yii-app/protected/models/BooksService.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?php

/*
* This file is part of the Instabook package.
*
* Description of BooksService
*
* @author Daniel Gonzalez <daniel.gonzalez@freelancemadrid.es>
* @file BooksService.php
* @date 28 - Apr - 2012
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

class BooksService
{

public function __construct()
{
;
}

public function search()
{

}

}
3 changes: 3 additions & 0 deletions yii-app/protected/tests/books/service.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php

require_once(dirname(__FILE__) .'/../../models/Book.php');

0 comments on commit 8d19edc

Please sign in to comment.