Re: Hot out of the oven CakePHP 1.3 alpha

2009-11-03 Thread George H
Great work guys! On Nov 4, 4:28 pm, mark_story wrote: > The CakePHP development team is happy to release the alpha build of > CakePHP 1.3.  We've been hard at work improving upon the already great > 1.2 and implementing new features to ease development and increase the > flexibility of CakePHP.

Re: Odd code in sanitize core lib?

2009-10-29 Thread George H
and the code look different. > > On Oct 29, 7:32 am, Miles J wrote: > > > I thought you were lying so I checked, and haha it is there. Im > > curious on this as well. > > > On Oct 28, 8:51 pm, George H wrote: > > > > Hi guys, > > > &g

Odd code in sanitize core lib?

2009-10-28 Thread George H
Hi guys, I've been debugging my controller that is using Sanitize and I had a peek inside the CakePHP Sanitize core lib file, where I found something odd. Is it possible if someone could explain to me (I'm just genuinely curious) the reasoning behind line 223 in /cake/libs/sanitize.php (version

Re: Release: CakePHP 1.2.5

2009-10-06 Thread George H
all the confusion and anguish this has caused you. > > -Mark > > On Oct 1, 9:07 pm, George H wrote: > > > > > I'm a little miffed that there's no word from any developers about the > > issue above -- either through here, twitter or CakePHP Bakery. &

Re: Release: CakePHP 1.2.5

2009-10-01 Thread George H
gt; Yes, it is a bit strange > > > * @version $Revision$ > > * @modifiedby$LastChangedBy$ > > * @lastmodified $Date$ > > > and "return $config['Cake.version'] = '1.2.4.8284';" for cake 1.2.5 > > > Any comments from developers? &

find('threaded') doesn't find any children

2009-09-18 Thread George H
Hi everyone, Been ripping my hair out on this one, have no idea why it's not working. Hopefully someone here can find something wrong with my code. I have a model called Regions. There can be main regions, and then there can be subregions that live under the main regions. Each region belongs to

Re: Release: CakePHP 1.2.5

2009-09-09 Thread George H
Good going with the release of 1.2.5! I've already downloaded and installed it. However, I noticed that the version reported is still 1.2.4.8284. Are you sure this is a clean commit to the code base? Commit [e693e881e05dba168f49d14ab657dbff2b2f9c88] in the changelog says that the version number w

Re: Paginator sort() links not switching between asc and desc?

2009-04-19 Thread George H
Great, this worked! Thanks! On Apr 17, 5:54 pm, "dr. Hannibal Lecter" wrote: > Yup... > > https://trac.cakephp.org/ticket/6218 > > On Apr 17, 8:38 am, George H wrote: > > > Hi guys, > > > I have a list of users displayed in my view in a table, and t

Re: Paginator sort() links not switching between asc and desc?

2009-04-19 Thread George H
Great, this worked! Thanks! On Apr 17, 5:54 pm, "dr. Hannibal Lecter" wrote: > Yup... > > https://trac.cakephp.org/ticket/6218 > > On Apr 17, 8:38 am, George H wrote: > > > Hi guys, > > > I have a list of users displayed in my view in a table, and t

Paginator sort() links not switching between asc and desc?

2009-04-16 Thread George H
Hi guys, I have a list of users displayed in my view in a table, and the resultset is parsed by Paginator. I am also echoing $paginator->sort () in my view. When I view the page the links work and they sort by the columns that I have specified in my code. But I thought that if I was to click on

Inflections not being applied?

2008-02-13 Thread George H
Hey everyone, I have set up CakePHP 1.2 beta on my host and am writing a CMS. I have set up two models, one called Menus and the other called Contents. Menus -> hasMany -> Contents, while Contents -> belongsTo - > Menus. In my controller code, I am at the stage of validating my data against th

Inflections not being applied?

2008-02-13 Thread George H
Hey everyone, I have set up CakePHP 1.2 beta on my host and am writing a CMS. I have set up two models, one called Menus and the other called Contents. Menus -> hasMany -> Contents, while Contents -> belongsTo - > Menus. In my controller code, I am at the stage of validating my data against th