- Timestamp:
- 10/03/08 17:44:10 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/plain_php/trunk/model/phwittr/FriendshipService.php
r20338 r20609 15 15 $count = $this->fetchFollowerCount($user_id); 16 16 17 $smt = $this->pdo->prepare('17 /*$smt = $this->pdo->prepare(' 18 18 select 19 19 user_followers.*, … … 33 33 )user_followings 34 34 on user_followers.id = user_followings.follow_id 35 ');*/ 36 37 $smt = $this->pdo->prepare(' 38 select 39 *, 40 users.id as user_id 41 from 42 followers left join users 43 on followers.user_id = users.id 44 where followers.follow_id = :user_id 45 limit :offset, :limit 35 46 '); 36 37 47 38 48 $smt->bindValue(':user_id', $user_id, PDO::PARAM_INT);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)