dashboard timeline
问题 I'm trying to implement a dashboard similar to facebook in cakephp (getting posts and post them to timeline and while you press see more it keeps retrieving posts from previous offsets) , but im still confused about the logic and tools , should i use the cakephp pagination class in my implementations. $this->paginate(); it somehow should be called through ajax accourding to some performance wise Any helps or suggestions where to start from ? Thanks All 回答1: Don't use paginate If you paginate