SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`email`, `User`.`country_id`, `User`.`state_id`, `User`.`city`, `User`.`zipcode`, `User`.`created`, `User`.`modified`, `Country`.`id`, `Country`.`name`, `Profile`.`id`, `Profile`.`user_id`, `Profile`.`pickupline`, `Profile`.`categoryseek_id`, `Profile`.`dob`, `Profile`.`enthnicity_id`, `Profile`.`location`, `Profile`.`zodacsign_id`, `Profile`.`description`, `Profile`.`zipcode_id` FROM `users` AS `User` LEFT JOIN `countries` AS `Country` ON (`User`.`country_id` = `Country`.`id`) LEFT JOIN `profiles` AS `Profile` ON (`Profile`.`user_id` = `User`.`id`) WHERE `User`.`id` =31 LIMIT 1 1 1 2 16 SELECT `Image`.`id`, `Image`.`user_id`, `Image`.`name` FROM `images` AS `Image` WHERE `Image`.`user_id` = (31)
I have the result of this query stored on an array.... Now I want to paginate this array in CAKEPHP Can sb help me please...... Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
