08.26
php
saved
josoroma
Note
josoroma did not leave a note
josoroma did not leave a note
- <?php
- class ListingcategoriesController extends AppController {
- var $name = 'Listingcategories';
- /* ---------------------------------------------------------------------- */
- function index($id = 1) {
- 'Listing.id',
- 'Listing.user_id',
- 'Listing.name',
- 'Listing.description',
- 'Listing.created'
- ),
- 'Listing.created' => 'DESC'
- )
- );
- }
- /* ---------------------------------------------------------------------- */
Parsed in 0.040 seconds, using GeSHi 1.0.7.14