Re: Using Auth WIth Another Table instead of Users

2011-08-31 Thread WebbedIT
I know you dont want to hear this, but ... I would really reccomend going back to using a user table. That's where you store the username, passwoprd, email, user_group_id, visit_count, last_visit_id etc. (i.e. the fields that define a User object) I would then create a hasOne - belongsTo

Re: tags - pagination

2011-08-31 Thread WebbedIT
Do you understand how the pagination helper works? You do not call Model::find and certainly don't run Model::find('count') as pagination does that all for you. Have you got pagination working elsewhere in your app? HTH, Paul On Aug 30, 5:35 pm, Prabha vathi prabha.ridd...@gmail.com wrote:

Re: Pre CakeFest meetup in Manchester?

2011-08-31 Thread WebbedIT
Nice one Larry! Congrats Jeremy, see you there ... I'm slumming it in the student digs for 3 nights, but still in same building. I have a shower and breakfast every morning, what else does a man need? On Aug 30, 4:04 pm, Jeremy Burns | Class Outfit jeremybu...@classoutfit.com wrote: I called

Re: tags - pagination

2011-08-31 Thread Prabha vathi
Hi, I fixed it! :) Yeah, everywhere it was working, It was not working only in tags, now it is also working! On Wed, Aug 31, 2011 at 1:16 PM, WebbedIT p...@webbedit.co.uk wrote: Do you understand how the pagination helper works? You do not call Model::find and certainly don't run

Re: Pagination and JQuery: Passing parameters with JQuery to controller

2011-08-31 Thread WebbedIT
The parameter(s) should already be in the link's href attribute, if not you're not using pagination to display your column sort and paging links? Have you read this (not done so myself, but should give you some pointers):

Re: dropdown select option in multiple rows in cakephp

2011-08-31 Thread WebbedIT
You have given no code for us to work with, just a concept of what you're trying to achieve. I assume you are trying to use javascript to do this ... if you want help show us the relevant fields in your view, along with the javascript you are using. HTH, Paul. On Aug 30, 5:47 am, abhimanyu bv

Re: Pagination and JQuery: Passing parameters with JQuery to controller

2011-08-31 Thread Tomfox Wiranata
hi paul, yes, with the links href i am already passing the page number controller/action/page:x to my actions isAjax() function. but i need an additional parameter, so my controller knows what element to render within the isAjax(): if ($this-RequestHandler-isAjax()) { when user clicks on div

Re: Pre CakeFest meetup in Manchester?

2011-08-31 Thread designv...@gmail.com
Good ale? On Aug 31, 8:49 am, WebbedIT p...@webbedit.co.uk wrote: Nice one Larry! Congrats Jeremy, see you there ... I'm slumming it in the student digs for 3 nights, but still in same building.  I have a shower and breakfast every morning, what else does a man need? On Aug 30, 4:04 pm,

Re: Pre CakeFest meetup in Manchester?

2011-08-31 Thread Jeremy Burns | Class Outfit
I'm travelling up from London tonight and will be around if anyone fancies meeting up. Jeremy Burns Class Outfit Tel: +44 (0) 208 123 3822 Mob: +44 (0) 7973 481949 Skype: jeremy_burns http://www.classoutfit.com On 31 Aug 2011, at 09:08, designv...@gmail.com wrote: Good ale? On Aug 31,

Re: Pre CakeFest meetup in Manchester?

2011-08-31 Thread designv...@gmail.com
Will be up for a meetup with folks this evening, there's a fantastic bar near the venue: http://www.portstreetbeerhouse.co.uk/ Amazing beers, ales etc. My twitter and email is in the first post. d//t On Aug 31, 10:39 am, Jeremy Burns | Class Outfit jeremybu...@classoutfit.com wrote: I'm

Re: HTML ENTITIES

2011-08-31 Thread Miles J
Then just strip_tags() before each insert. Database size is irrelevant IMO. On Aug 27, 11:42 pm, Prabha vathi prabha.ridd...@gmail.com wrote: I am never going to use html. Then why should i increase database size? On Sun, Aug 28, 2011 at 10:09 AM, Miles J mileswjohn...@gmail.com