Re: problem with login

2012-07-28 Thread Graham Weldon
Probably need to show some code. Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017 293 Skype: grahamweldon On Saturday, 28 July 2012 at 3:01 AM, Linda Watson wrote: Hello, I installed an script created with cakephp. The install was successful

CakeFest 2012 - Schedule posted! Get your tickets now!

2012-07-15 Thread Graham Weldon
CakeFest 2012 is getting closer every day. With only 45 days to go, now is the best time to jump in and grab your Conference and/or Workshop tickets before the end of the early-bird period. The schedule has been posted online on the CakeFest Website. Check it out for the latest information

Re: CakeFest 2012 - Schedule posted! Get your tickets now!

2012-07-15 Thread Graham Weldon
CakeFest Website: http://cakefest.org -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to

Re: BrowniePHP

2012-07-11 Thread Graham Weldon
Sure. You just need: - FlourJS, - SugarCRM - Phocoa (Like Cocoa, for PHP) - PHPEgg - Mozilla Butter (For Popcorn) If this is not rich enough for you, try adding some Chocolate Chip UI. Hope that helps. Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017

Re: Best IDE for CakePHP 2.1

2012-04-29 Thread Graham Weldon
The first response to this thread mentioned PhpStorm. You should be able to check thread history yourself, however. Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017 293 Skype: grahamweldon On Sunday, 29 April 2012 at 12:50 PM, Timothy O'Reilly wrote

Re: Authentication like the one implemented in Yii Framework

2012-04-17 Thread Graham Weldon
Lets keep this civil. For those without access to google. I've entered yii authentication in, and came up with the following helpful guide from the Yii docs: http://www.yiiframework.com/doc/guide/1.1/en/topics.auth I won't be pasting gobs of code or docs here. Cheers, Graham Weldon http

Re: cakeDC utils csvImport - fixed fields

2012-02-13 Thread Graham Weldon
Hey, Where is this code being run? beforeSave, afterSave, somewhere in the controller? If you haven't performed the save yet, then getInsertID won't work. Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017 293 Skype: grahamweldon On Tuesday, 14

Re: CakePHP 2.1-alpha just baked

2012-01-09 Thread Graham Weldon
I for one, welcome our giant orange text overlords. :-) Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017 293 Skype: grahamweldon On Monday, 9 January 2012 at 2:29 PM, José Lorenzo wrote: The CakePHP core team is proud to announce the immediate

Re: CakePHP 2.0 Percent Complete

2012-01-05 Thread Graham Weldon
('conditions' = array('sent' = true, 'batch_id' = $batchid))) * -find('count', array('conditions' = array('batch_id' = $batchid))) Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017 293 Skype: grahamweldon On Friday, 6 January 2012 at 8:18 AM, GB wrote

Re: Building a support ticket system

2011-12-13 Thread Graham Weldon
, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017 293 Skype: grahamweldon On Tuesday, 13 December 2011 at 10:32 PM, MetZ wrote: Hi all! I am in the process of building a simple support ticket system for my web application, and I would like some input

Re: Who's on fivver

2011-12-04 Thread Graham Weldon
You can ask here on the mailing list. Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017 293 Skype: grahamweldon On Monday, 5 December 2011 at 6:32 AM, denisr wrote: I know this sounds weird... but I am wondering if any experience cakephp programmer

Re: Send Email problem with multiple receivers

2011-11-30 Thread Graham Weldon
Have you tried an array of email address? $this-Email-to = array('du...@rmail.com', 'du...@email.com'); Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017 293 Skype: grahamweldon On Thursday, 1 December 2011 at 4:02 PM, MetZ wrote: Hi all! I am

Re: Send Email problem with multiple receivers

2011-11-30 Thread Graham Weldon
What CakePHP version are you on? Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017 293 Skype: grahamweldon On Thursday, 1 December 2011 at 4:20 PM, MetZ wrote: Hi.. Tried it, did not work either, only the first email in array get the email. Any

Re: Spaces in Filenames (Theme / Themed / Upgrade Cake 1.3 to Cake 2.0)

2011-11-30 Thread Graham Weldon
to directories in app/webroot with paths matching those used by cakephp. app/Plugin/DebugKit/webroot/js/my_file.js becomes app/webroot/DebugKit/js/my_file.js app/View/Themed/Navy/webroot/css/navy.css becomes app/webroot/theme/Navy/css/navy.css Cheers, Graham Weldon http://grahamweldon.com e. gra

Re: Spaces in Filenames (Theme / Themed / Upgrade Cake 1.3 to Cake 2.0)

2011-11-30 Thread Graham Weldon
The alternative is moving your assets to the web root, instead of symlinking them, I guess. Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017 293 Skype: grahamweldon On Thursday, 1 December 2011 at 5:03 PM, zuha wrote: I don't believe symlink

Re: CakePHP Developer Needed

2011-11-29 Thread Graham Weldon
You could try contacting the Cake Development Corporation: http://cakedc.com Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017 293 Skype: grahamweldon On Monday, 28 November 2011 at 10:59 PM, Neeraj Kamdar wrote: Hello, We need a CakePHP developer

Re: How to change WHERE statement for SQL Select.

2011-11-29 Thread Graham Weldon
... } Do this for any models that have a primary key thats not 'id'. Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017 293 Skype: grahamweldon On Wednesday, 30 November 2011 at 10:50 AM, GG wrote: I know why it's not working, I just cannot figure out how to fix

Re: How to change WHERE statement for SQL Select.

2011-11-29 Thread Graham Weldon
$primaryKey on the model, we're just changing it from the default id to period_id. When its not set specifically, CakePHP just looks for id. I hope that helps. Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017 293 Skype: grahamweldon On Wednesday, 30 November

Re: CAKEPHP, how to read txt file which is located in the vendor location

2011-11-27 Thread Graham Weldon
$filename = 'myfile.txt'; $content = file_get_contents(VENDORS . $filename); Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017 293 Skype: grahamweldon On Sunday, 27 November 2011 at 8:41 PM, bharani wrote: How to read the file which is located

Re: inputDefaults in AppController

2011-11-26 Thread Graham Weldon
://bin.cakephp.org/view/1590356227 Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017 293 Skype: grahamweldon On Sunday, 27 November 2011 at 4:18 AM, Tilen Majerle wrote: inputDefaults works for each created form separately only and +1 for ur post

Re: Cakebook crashes Flash on Chrome

2011-11-24 Thread Graham Weldon
Just on this point.. I get flash crashing on chrome a lot when browsing Github. Its not an issue with the cakebook. Its an issue with flash and chrome, as far as I can tell. Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017 293 Skype: grahamweldon

Re: subclass AppModel? (WIP for Amazon SDB)

2011-11-19 Thread Graham Weldon
Hey, If its something that you want to contribute to cake, there is an official Datasources repository: http://github.com/cakephp/datasources Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017 293 Skype: grahamweldon On Sunday, 20 November 2011 at 9

Re: Troubleshooting the CakeDC TinyMCE helper plugin.

2011-11-16 Thread Graham Weldon
-check and follow the instructions in the read me. I also updated the instructions here and provided some better examples. And let me know if you have any further issues! :) Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017 293 Skype: grahamweldon

Re: Troubleshooting the CakeDC TinyMCE helper plugin.

2011-11-16 Thread Graham Weldon
Hi, Can you confirm the plugin directory name you have? It should be TinyMCE in the Plugin directory. Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017 293 Skype: grahamweldon On Thursday, 17 November 2011 at 1:16 AM, vaughany wrote: Hi Graham

Re: How to Calculate time differences in the modal class?

2011-11-15 Thread Graham Weldon
$virtualFields = array( 'difference' = 'HOUR(TIMEDIFF(end, start))' ); Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017 293 Skype: grahamweldon On Tuesday, 15 November 2011 at 8:13 PM, Gerrit wrote: Hello, I've start and end field as datetime

Re: Question on the session handler

2011-11-14 Thread Graham Weldon
MySession extends AppModel { } From there you can do normal things like, tinkering with the $useTable to change the table name. You can just name that MySession to whatever you want to match your table, as with any CakePHP model. Cheers, Graham Weldon http://grahamweldon.com e. gra

Re: Jenkins + CakePHP

2011-11-14 Thread Graham Weldon
. I hope thats helpful. Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017 293 Skype: grahamweldon On Tuesday, 15 November 2011 at 10:50 AM, Thiago Belem wrote: I've seen the new CakePHP tests reports running in Jenkins (http://ci.cakephp.org/) and I

Re: Clean solution to sharing common Views

2011-11-14 Thread Graham Weldon
, and is easy to use. You just need to set a 'json' variable in the controller, and have told your controller to use the 'Json.Json' view class, and you're done! The functionality he has should be able to be back ported to CakePHP 1.3 if you are using that. Cheers, Graham Weldon http

Re: primaryKey in cake 2.0

2011-11-13 Thread Graham Weldon
Can you provide a code sample to reproduce this? Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017 293 Skype: grahamweldon On Monday, 14 November 2011 at 3:50 PM, sixthpoint wrote: I have been running into a issue once upgrading to cake 2.0. When

Re: CakePHP and YQL (Yahoo Query Language)

2011-11-12 Thread Graham Weldon
the models for the resources you need, and a datasource to provide the YQL interface, again using cURL or HttpSocket. If you want to see some examples of how to build datasources, there is a great set in the datasources plugin for CakePHP: http://github.com/cakephp/datasources Cheers, Graham

Re: CakePHP and Sqlite

2011-11-12 Thread Graham Weldon
You just need to setup your Config/database.php to use Sqlite: For a file based database: public $default = array( 'datasource' = 'Database/Sqlite', 'database' = '/path/to/database_file' ); Or an in-memory database: public $default = array( 'datasource' =

Re: Amazon simpledb

2011-11-12 Thread Graham Weldon
If you want to look at some awesome MongoDB datasource implementations, I recommend the following: - https://github.com/ichikaway/cakephp-mongodb - https://github.com/lorenzo/MongoCake Both from highly reputable CakePHP developers. -- Our newest site for the community: CakePHP Video Tutorials

Re: CakePHP in GCI2011

2011-11-12 Thread Graham Weldon
Looks like its past the project submission date for this. :-( -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this

Re: Figuring out CakeEmail in Cakephp 2.0

2011-10-23 Thread Graham Weldon
Did you create an email configuration file? app/Config/email.php There is a default one at: app/Config/email.php.default Cheers, Graham Weldon On Monday, 24 October 2011 at 2:33 PM, fly2279 wrote: I'm trying to figure out how to use the new CakeEmail class in cakephp 2.0. I've used

Re: Pre CakeFest meetup in Manchester?

2011-08-28 Thread Graham Weldon
on monday. Cheers, Graham Weldon (AKA: predominant) -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email

Last chance for CakeFest 2011 Early Bird Tickets

2011-08-01 Thread Graham Weldon
We've reached the end of the early bird tickets. However, if you had a busy weekend and couldn't find a chance to purchase tickets, we have made them available for another day! We'll be closing off the Early- bird tickets, and putting up the standard ticket prices (somewhat higher) later on

Re: cakephp ecommerce work

2011-07-26 Thread Graham Weldon
Hi Paul, Drop me an email at t...@cakedc.com We can help you out. :) Cheers, Graham Weldon (Aka: Predominant) On Jul 26, 11:42 pm, paul alberto.pri...@gmail.com wrote: I need someone that can do the work for me. Is anyone available? -- Our newest site for the community: CakePHP Video

Re: CakeFest 2011 schedule announced (and discount tickets are ending soon!)

2011-07-25 Thread Graham Weldon
, Graham Weldon (Aka: Predominant) On Jul 17, 8:48 am, Graham Weldon graham.wel...@cakephp.org wrote: Sam, we don't have the proximity to awesome Internet that we did at Chicago, nor the cheatp land based transport that we did having the camera equipment and gear in the same country. All the gear we

Re: CakeFest 2011 schedule announced (and discount tickets are ending soon!)

2011-07-17 Thread Graham Weldon
to provide live streaming and recording, this is not being promised. Cheers, Graham Weldon On Jul 14, 3:56 am, Sam Sherlock sam.sherl...@gmail.com wrote: Previous confs have been uploaded or streamed video feed I am unable to make this one, are some of these talks going to be added to the cake

Re: How to Create API's user CakePHP

2011-07-17 Thread Graham Weldon
The CakePHP book provides some pretty good and concise information about how to implement a rest API with your existing codebase. Take a look through this, and if you have any specific questions, feel free to ask :-) http://book.cakephp.org/view/1238/REST Cheers, Graham (predominant) On Jul 14,

Re: CakeFest 2011 schedule announced (and discount tickets are ending soon!)

2011-07-13 Thread Graham Weldon
Hey Paul, This years event is cheaper than last years. We've made sure that our sponsors are aware of our costs and concerns, and that the venue is co-operating so we can deliver a more cost effective solution. If you're only able to attend one of the portions, then you need to decide if you

CakeFest 2011 schedule announced (and discount tickets are ending soon!)

2011-07-12 Thread Graham Weldon
until the end of July. Once the end of July hits, there will be a price increase. We suggest that you get in early and take advantage of the current ticket prices while they are still available! We all look forward to seeing you at CakeFest 2011! Cheers, Graham Weldon Cake Software Foundation, Inc

CakePHP 1.3.10 released

2011-05-30 Thread Graham Weldon
Today we're excited to release CakePHP 1.3.10, which emerges hot on the heels of CakePHP 1.3.9 to addresses a specific issue with cookie deletion that emerged in CakePHP 1.3.9. This release contains 10 commits, and 3 bug fixes. An addition has been made to check for URL Rewriting capabilities on

CakeFest 2011 - The CakePHP Conference

2011-05-15 Thread Graham Weldon
! The website is online now at http://cakefest.org Call for papers is up at http://cakefest.org/speak Drop me a line here or via the contact page http://cakefest.org/contact if you need any more information! Cheers, Graham Weldon (AKA: Predominant) -- Our newest site for the community: CakePHP

Re: obfuscate hash form ids

2011-03-15 Thread Graham Weldon
Cheers, Graham Weldon (AKA: Predominant) On Mar 14, 6:45 pm, arron w...@wwisinc.com wrote: I have a form                  ?= $form-create(info );?                 ?= $form-input('FirstOwner.fname');?                 ?= $form-input('FirstOwner.lname');?                 ?= $form-input

A facelift for the CakePHP Book

2011-02-03 Thread Graham Weldon
://cakephp.lighthouseapp.com/projects/43067-cookbook Cheers, Graham Weldon Aka: Predominant -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from

Re: Remove spam in issue tracker

2011-01-18 Thread Graham Weldon
This is no longer the tracker for issues for CakePHP. Please use http://cakephp.lighthouseapp.com Trac is only online for historical purposes Sent from my iPad On 19/01/2011, at 5:08 PM, Ryan Schmidt google-2...@ryandesign.com wrote: Can an admin please remove the spam comments from tickets

Re: Problem with installation

2010-10-03 Thread Graham Weldon
Turn debug level to 2 to see useful output to help debug the problem. At a guess, I think you may have some model caching issues and your tmp directory may not be writable. Cheers Graham. On 04/10/2010, at 7:19 AM, tompap tpap...@gmail.com wrote: Hello, I have developed a website for my

CakePHP 1.3.4 released

2010-09-12 Thread Graham Weldon
The CakePHP core team is proud to announce the immediate availability of CakePHP release 1.3.4. This release follows a month of effort from the team, and numerous reports from the community. Since the release of CakePHP 1.3.3 there have been 77 commits[1] and 54 tickets resolved. Download the

Re: DOUBT

2010-08-27 Thread Graham Weldon
You need to create the database table called catgories. That kinda looks like a typo in your controller or model name also. Did you mean categories? On 27/08/2010, at 6:32 PM, anbu arasu anbarasu@gmail.com wrote: Hai, I successfully baked model for the table catgories, but when try to

Re: SimpleTest: opening test.php results in weird deprecated warnings

2010-08-27 Thread Graham Weldon
CakePHP 1.x still has support for PHP 4. Some if this support requires returns to be assigned by reference. Of you are using a newer version of PHP and have deprecation warnings enabled, this is the sort of output you will see. You can disable deprecation notices in your PHP config. On

CakeFest 2010 - The CakePHP Conference - Final chance for tickets

2010-08-26 Thread Graham Weldon
September 5th. Tickets are still on sale, but there are only 4 days left to purchase tickets! So don't leave it too late! Visit the CakeFest 2010 website for more information: http://cakefest.org Register an account to purchase tickets before time runs out! Cheers, Graham Weldon (AKA: Predominant

Re: Full support for PHP 5.3

2010-08-24 Thread Graham Weldon
being targeted for PHP 5.2 and again, will allow use of PHP 5.3 code for users if your install is on PHP 5.3. We are moving the core forward as PHP progresses, however we are beige wary not to leave users behind that can't run PHP 5.3 yet, or are still making the transition. Cheers Graham Weldon

Re: Data Modelling Challenge

2010-08-05 Thread Graham Weldon
Sounds like you need to simplify. Everything there is a region, and a region would have a type. A region can belong to another region through a child-parent relationship. Country is a Region State is a Region Region is a Region So: Region - id - parent_id - type - name This will allow you to

Re: PHP 5.2 no longer supported (Implications for cake 2.0) ??

2010-07-27 Thread Graham Weldon
cannot utilize namespaces and a few other cool features, but we can take it as close as possible to ease the migration path for those users that are under the thumb of their hosting providers. I hope that answers a few questions. Let me know if you have any more. Cheers Graham Weldon (AKA

Re: CakeFest 2010 - Last chance for cheap tickets!

2010-07-26 Thread Graham Weldon
The early bird prices have come to an end. http://cakefest.org/posts/view/post-12/The_early_bird_gets_the_chop Our accommodation bundle tickets are limited, and we don't have a lot left! So if you planned to come and take advantage of the accommodation bundle, I would suggest you do so as soon

Re: CakeFest 2010 - Last chance for cheap tickets!

2010-07-23 Thread Graham Weldon
feel free to contact me via: cakef...@cakephp.org Don't leave buying your tickets too late! Cheers, Graham Weldon (AKA: Predominant) On Jul 21, 5:47 pm, Graham Weldon predomin...@gmail.com wrote: The End is Nigh! (for early-bird ticket pricing

Re: CakeFest 2010 - Last chance for cheap tickets!

2010-07-23 Thread Graham Weldon
on the cakefest site it says 1st of august for the end of the early bird tickets. http://cakefest.org/ticket-info seems a bit cruel having cut off today when its it looks like theres another week? btw whats the prices going up to? mikek On 23 Jul 2010, at 17:50, Graham Weldon wrote

CakeFest 2010 - Last chance for cheap tickets!

2010-07-21 Thread Graham Weldon
dashboard: http://cakefest.org/profile If you have any questions, or want some information about the CakeFest event, or sponsorship, please drop me an email! Cheers, Graham Weldon (AKA: Predominant) Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP

Re: I forgot Bakery username

2010-07-19 Thread Graham Weldon
Can you email me directly with your email address used to register your bakery account? I can retrieve your username for you. Cheers, Graham / Predominant On Sun, Jul 18, 2010 at 9:35 PM, iWat iwa...@gmail.com wrote: I registered an account in bakery.cakephp.org ... a few years ago. Now, I

Re: Notice (8): Undefined index: id [CORE\cake\libs\model\model.php, line 1325]

2010-07-19 Thread Graham Weldon
Did you have a question? Cheers, Graham / Predominant On Mon, Jul 19, 2010 at 5:01 AM, دل jvdsa...@gmail.com wrote: Notice (8): Undefined index: id [CORE\cake\libs\model\model.php, line 1325] Code | Context                $success = (bool)$db-update($this, $fields, $values);            }

Re: CakePHP 1.3.3 rainbow icing edition released

2010-07-19 Thread Graham Weldon
Swt! Thanks to all the contributors this time around, we have had a great constant stream of submissions from users. Cheers!! Graham / Predominant On Mon, Jul 19, 2010 at 1:11 PM, mark_story mark.st...@gmail.com wrote: The CakePHP development team is happy to announce the release of

Re: A question to core developers

2010-07-18 Thread Graham Weldon
Extract is only ever used on settings and the like. While we do a lot to ensure the security and safety of the framework, we do not provide security for developers passing in globals and exposing potential security risks or issues. The core at no point will extract and override a global like

Re: Find with no records in associated model

2010-07-18 Thread Graham Weldon
I'd store a counter cache on RatingEvent, to store the number of Ratings that event has. http://book.cakephp.org/view/1033/counterCache-Cache-your-count Then you can just query where ratings_count = 0 Cheers, Graham / Predominant On Sun, Jul 18, 2010 at 9:34 PM, DragonFlyEye

Re: CakeFest 2010, who is going?

2010-07-05 Thread Graham Weldon
I'll be coming! The biggest CakeFest yet, who could miss that?! On Thu, Jul 1, 2010 at 1:46 AM, Shaz shazam...@gmail.com wrote: It's the fear of the airfare that's more dominant! Fingers crossed my little start-up will kick off, and be able to come to the next one :) On Jun 30, 3:45 pm,

Re: CakeFest 2010 Website Launched

2010-07-05 Thread Graham Weldon
. On 2 jun, 00:16, nurvzy nur...@gmail.com wrote: I definitely plan on attending.  Chicago is a ways but I have family near there.   Looking forward to someCakeFest! On May 30, 11:32 pm, Graham Weldon predomin...@gmail.com wrote: The website forCakeFest2010 has just been launched. http

CakeFest 2010 Schedule Announced!

2010-06-24 Thread Graham Weldon
, Graham Weldon CakeFest 2010 Event Organizer 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 cake-php

CakeFest 2010 Call for Speakers - Closing Soon

2010-06-17 Thread Graham Weldon
a schedule of talks on the following wednesday. Thanks for everyone's talk submissions! We'll be in touch with everyone that has submitted a talk proposal as we review each one. Cheers, Graham Weldon (AKA: Predominant) Check out the new CakePHP Questions site http://cakeqs.org and help others

CakePHP 1.3.2 Released

2010-06-06 Thread Graham Weldon
The core team have actioned a number of important bug reports since the release of CakePHP 1.3.1[1]. These reports address issues with caching and Windows support that warranted a faster release than normal. And so, we are proud to announce the immediate availability of CakePHP 1.3.2[2]. Thanks to

Re: Next Cakefest?

2010-06-02 Thread Graham Weldon
Hi Jeremy, Dates and location have been announced. Chicago, Illinois. September 2-5. Workshops will be on the 2nd and 3rd of September. Conference will be on the 4th and 5th of September. We hope to see you there! Cheers, Graham Weldon (AKA: Predominant) On Sun, May 2, 2010 at 7:30 PM

Re: Cache / file.php / unserialize() error

2010-06-02 Thread Graham Weldon
This should be fixed in #769 http://cakephp.lighthouseapp.com/projects/42648/tickets/769 We're working towards packaging another release for this as soon as possible. Cheers, Graham Weldon (AKA: Predominant) On Wed, Jun 2, 2010 at 5:38 AM, Brent brentkear...@gmail.com wrote: Hello, I

Re: Advise on creating a Game with cakephp

2010-06-02 Thread Graham Weldon
that helps. Cheers, Graham Weldon (AKA: Predominant) On Thu, Jun 3, 2010 at 2:54 AM, gmansilla mansil...@gmail.com wrote: Hello, I plan to develop a table game like chess,  from a MVC architecture... where do I write all the logic and validation? it would be written in a model, right? If so

Re: One to Many question

2010-06-02 Thread Graham Weldon
')); Now your data is available in $student in your view. Your foreign schools are at: $student['ForeignSchool] Hope that helps. Cheers, Graham Weldon (AKA: Predominant) On Thu, Jun 3, 2010 at 2:51 PM, Roland Pish rolandp...@gmail.com wrote: Hello. I don't know if I'm doing things well, so

CakeFest 2010 Website Launched

2010-05-30 Thread Graham Weldon
The website for CakeFest 2010 has just been launched. http://cakefest.org You can now signup if you are interested in attending. Tickets will be on sale soon. People interested in speaking at cakefest can submit a talk proposal via the dashboard, once you are logged in. Check out the new

Gearing up: New repository and 2.0 development branch available

2010-05-09 Thread Graham Weldon
Since the release of CakePHP 1.3.0[1], the development team has been working on CakePHP 2.0 as well as the numerous tickets on the 1.2[2] and 1.3[3] branches. We're pushing a fair amount of effort into CakePHP 2.0 and making changes that we've been keen to make for some time (See the 2.0

Re: cakephp v2.0

2010-05-08 Thread Graham Weldon
On Fri, May 7, 2010 at 9:27 PM, Graham Weldon gra...@grahamweldon.comwrote: The team has been working towards 2.0 with more and more enthusiasm. We;ve been internally debating the structure and organisation of repositories and a few feature changes and generally deciding on the priorities

Re: cakephp v2.0

2010-05-07 Thread Graham Weldon
2.0 development, and where we are heading. Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com On Sat, May 8, 2010 at 2:02 AM, Martin Neuman rm.neu...@gmail.com wrote: Hi all, does anybody knows something about this project? After the launch of 1.3 stable the core team

Re: a fantasy logo

2010-05-07 Thread Graham Weldon
Wow, thats a unique take on the CakePHP logo. Very nice :) Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com On Sat, May 8, 2010 at 1:46 AM, Morteza bjhoose...@gmail.com wrote: hi i'm a php programmer and work with cakephp now . this logo is my gift for cakephp http

Re: fresh install of cakephp 1.3, Fatal Error: Call to a member function cd()

2010-05-06 Thread Graham Weldon
Hmm, thanks for noticing this. I've filed a bug on your behalf, and we'll look at this shortly. http://cakephp.lighthouseapp.com/projects/42648-cakephp-1x/tickets/672 Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com p. (+61) 0407 017 293 On Thu, May 6, 2010 at 4:24 PM

Re: fresh install of cakephp 1.3, Fatal Error: Call to a member function cd()

2010-05-06 Thread Graham Weldon
Please see the resolution / explanation on Ticket #672 http://cakephp.lighthouseapp.com/projects/42648-cakephp-1x/tickets/672 http://cakephp.lighthouseapp.com/projects/42648-cakephp-1x/tickets/672 -- Cheers, Graham Weldon http://grahamweldon.com e. gra...@grahamweldon.com On Fri, May 7, 2010

Re: Bakery...arrogance or plain lack of attention

2010-04-29 Thread Graham Weldon
, Graham Weldon (aka. Predominant) On Fri, Apr 30, 2010 at 5:19 AM, John Andersen j.andersen...@gmail.comwrote: Jacmoe, I can't agree with you! Jayesh W did not complain about the Bakery itself, but about the process of having submitted an article, which was then deleted, without a reviewer

Re: Offline Documentation Mirror

2010-04-28 Thread Graham Weldon
this available. Not making any promises at this stage, but a weekly automated export might be possible. Cheers, Graham Weldon (aka. Predominant) On Thu, Apr 29, 2010 at 3:11 AM, luckysmack luckysm...@gmail.com wrote: While in irc at #cakephp i was talking to a few people that would like to have

Re: cake.icon.png missing from cake/console/templates/skel/webroot/img

2010-04-27 Thread Graham Weldon
Thanks for lodging the ticket. We'll take a look as soon as we can. Cheers, Graham Weldon (aka. Predominant) On Wed, Apr 28, 2010 at 12:37 PM, Joel joel.pear...@gmail.com wrote: I had a brain lapse and was unable to find the create ticket button in cakephp.lighthouseapp.com I have now

Re: Bakery...arrogance or plain lack of attention

2010-04-26 Thread Graham Weldon
these features may not be jammed into one single site. The purpose is to identify need, address said need, and provide a cakephp hosted solution as a central authority for user content and information. Cheers, Graham Weldon (aka. Predominant) On Mon, Apr 26, 2010 at 6:52 PM, keymaster ad

Re: Bakery...arrogance or plain lack of attention

2010-04-25 Thread Graham Weldon
it. Cheers, Graham Weldon (aka. Predominant) On Mon, Apr 26, 2010 at 10:49 AM, jacmoe jac...@mail.dk wrote: I think you misunderstand: When you make a fork of a project on Github, you can make merge requests back. Which means that if you're unsatisfied with the Bakery (as software), just fork

Release: CakePHP 1.3.0

2010-04-24 Thread Graham Weldon
Announcing CakePHP 1.3.0 Stable The CakePHP development team presents CakePHP 1.3.0. After a solid release candidate cycle, we're happy to announce the release of the next version of CakePHP stable. This next instalment of the CakePHP line brings a myriad of enhancements, fixes and structural

Re: cake/VERSION.txt

2010-04-24 Thread Graham Weldon
This is an automated process. Unfortunately, the commits, pushes and tagging process is not automated, and being my first release, I screwed that one up. It has since been corrected, and now reflects the actual version 1.2.7. Cheers, Graham Weldon (aka. Predominant) On Apr 23, 10:58 pm, cricket

Release: CakePHP 1.2.7

2010-04-22 Thread Graham Weldon
In addition to all the excitement with CakePHP 1.3's release candidate run and upcoming release, the development team has been working on minor updates to CakePHP 1.2. We are pleased to officially announce the release of CakePHP 1.2.7. Since the release of CakePHP 1.2.6 in late January 2010, the

Re: the plugins dont work at all

2010-04-16 Thread Graham Weldon
I think you'll find in CakePHP 1.2, a controller name that matches the plugin name will route fine as: /root/:plugin/:action as long as :controller is the same string as :plugin Cheers, Graham Weldon e. gra...@grahamweldon.com p. +61 407 017 293 w. http://grahamweldon.com On 17/04/2010

Re: Integration with Eclipse problem

2010-04-13 Thread Graham Weldon
from your project, and allow you to focus on errors that exist in your app, rather than mixing code with the core. Console project bake command: $ cake bake project The rest is interactive. Let me know if you have any more questions. Cheers, Graham Weldon e. gra...@grahamweldon.com p. +61 407

Re: Introducing VaM Cart - CakePHP Shopping Cart

2010-03-10 Thread Graham Weldon
Mothers, hide your daughters! Its GPL! Cheers, Graham Weldon e. gra...@grahamweldon.com p. +61 407 017 293 w. http://grahamweldon.com On 11/03/2010, at 5:25 AM, VaM wrote: VaM Cart - Free, Open Source CakePHP Based Shopping Cart. Official Site - http://vamcart.com/ Online Demo - http

Re: No SQL Dump when debug set to 2

2010-03-09 Thread Graham Weldon
at http://groups.google.com/group/cake-php?hl=en Are you using CakePHP 1.3? If so, you'll need to include the sql_dump element ?php echo $this-element('sql_dump'); ? Cheers, Graham Weldon e. gra...@grahamweldon.com p. +61 407 017 293 w. http://grahamweldon.com Check out the new CakePHP Questions

Re: How to send a pingback?

2010-03-01 Thread Graham Weldon
the pingbacks, the code you need is spelt out in the first article linked above. This is probably best done as a Component, and could be implemented very easily in a non-obtrusive manner. Let me know if you have any other questions. Cheers, Graham Weldon e. gra...@grahamweldon.com p. +61 407 017

Re: get model id by a set of conditions

2010-02-09 Thread Graham Weldon
If the model is Post, you can do the following: $post = $this-Post-find('first', array( 'conditions' = array( ), 'fields' = array('Post.id') )); Your ID will be in: $post['Post']['id'] On Tue, Feb 9, 2010 at 8:57 PM, WebbedIT p...@webbedit.co.uk wrote: It sounds like you need to

Re: getClientIP ?? strange format...

2010-02-02 Thread Graham Weldon
, Graham Weldon e. gra...@grahamweldon.com p. +61 407 017 293 w. http://grahamweldon.com 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

Australian Job Vacancy - Newcastle NSW

2010-02-01 Thread Graham Weldon
, please drop me an email, and I can forward you through the relevant information. Cheers, Graham Weldon (aka. Predominant) 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

Re: Australian Job Vacancy - Newcastle NSW

2010-02-01 Thread Graham Weldon
Hey guys, The work cannot be remote, freelance, or outsourced. This is for a full time position, and as I understand, is open to Australian and New Zealand residents only. Cheers. Graham Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related

Re: Advanced Installation

2010-02-01 Thread Graham Weldon
debug is turned on to 2, so you can see any errors that may be present. Ensure that your app/tmp directory structure is writable by the web server user Let me know how you go. Cheers, Graham Weldon e. gra...@grahamweldon.com p. +61 407 017 293 w. http://grahamweldon.com On 02/02/2010, at 9:15 AM

Re: Creating own Helper: Problems with including other Helpers, also via app::import

2010-01-12 Thread Graham Weldon
Can you provide the error you were getting when defining inner helpers in the $helpers array? Cheers, Graham Weldon e. gra...@grahamweldon.com p. +61 407 017 293 w. http://grahamweldon.com On 13/01/2010, at 8:41 AM, Deine Mutter wrote: Hey, I'm creating my own helper (PagescrollHelper

Re: Hi

2010-01-01 Thread Graham Weldon
The SQL debug table is removed when debug is set to 0. This is done in config/core.php On 01/01/2010, at 6:28 PM, Saran d.t.sarava...@gmail.com wrote: I raise my question first: How to remove the query table that is below of all my page, it shows some query and NrQueryError

  1   2   >