<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-16511</id>
	<title>Nabble - CakePHP</title>
	<updated>2009-12-16T20:49:24Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/CakePHP-f16511.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CakePHP-f16511.html" />
	<subtitle type="html">&lt;a href=&quot;http://www.cakephp.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cake&lt;/a&gt;&amp;nbsp;is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26823158</id>
	<title>Security component and session timeout</title>
	<published>2009-12-16T20:49:24Z</published>
	<updated>2009-12-16T20:49:24Z</updated>
	<author>
		<name>stinkbug-2</name>
	</author>
	<content type="html">I've been using the security component for quite some time, but there
&lt;br&gt;is one issue that I've never been able to figure out with it.
&lt;br&gt;&lt;br&gt;When I have a form and the user takes a while to fill it out, it will
&lt;br&gt;get blackholed. &amp;nbsp;I'm guesing the security component is using a session
&lt;br&gt;some how on the form. &amp;nbsp;It makes the form only good for so many minutes
&lt;br&gt;(I'm not totally sure how long). &amp;nbsp;However, adjusting session setting
&lt;br&gt;in the core doesn't seem to change this.
&lt;br&gt;&lt;br&gt;Can someone explain what's going on and if there is a way to change
&lt;br&gt;this so that a form can sit there a little longer without getting
&lt;br&gt;blackholed?
&lt;br&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26823158&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26823158&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Security-component-and-session-timeout-tp26823158p26823158.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26821929</id>
	<title>Re: Migration Guide 1.2 to 1.3</title>
	<published>2009-12-16T17:58:49Z</published>
	<updated>2009-12-16T17:58:49Z</updated>
	<author>
		<name>euromark (munich)</name>
	</author>
	<content type="html">i experienced something else now though
&lt;br&gt;something quite weird
&lt;br&gt;&lt;br&gt;my models (corresponding to the current controller) are not loaded and
&lt;br&gt;inst.
&lt;br&gt;i wondered what was going on until i found out that i needed to add
&lt;br&gt;var $uses = array('User');
&lt;br&gt;in the Users Controller
&lt;br&gt;&lt;br&gt;then it works again
&lt;br&gt;i always thought (as in &amp;lt;= 1.2) this is automagic and does not have to
&lt;br&gt;be done manually for most cases
&lt;br&gt;or is this just a bug
&lt;br&gt;&lt;br&gt;migrating my current 1.2 project to 1.3 is now on halt again i
&lt;br&gt;guess :)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On 17 Dez., 01:16, euromark &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821929&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dereurom...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; i just checked out the git 1.3 (not the packaged one!)
&lt;br&gt;&amp;gt; and yes, indeed, it seems to be ok now
&lt;br&gt;&amp;gt; the 404s are still thrown as before
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; thx :)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 16 Dez., 21:36, mark_story &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821929&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mark.st...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I think the automatic 404 errors you're referring to were fixed.
&lt;br&gt;&amp;gt; &amp;gt; There was an issue with missingController and other development errors
&lt;br&gt;&amp;gt; &amp;gt; displaying when debug = 0.  However that was fixed.  If you are using
&lt;br&gt;&amp;gt; &amp;gt; an AppError class the methods implemented in that class are not
&lt;br&gt;&amp;gt; &amp;gt; converted to error404 though.  As its assumed you will do that
&lt;br&gt;&amp;gt; &amp;gt; yourself.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; To my knowledge there is no 1.3beta at this time. If one of you is
&lt;br&gt;&amp;gt; &amp;gt; from the future and already has it, could you email it to me? Would
&lt;br&gt;&amp;gt; &amp;gt; save me some work if I had code from the future :)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; -Mark
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Dec 16, 7:39 am, euromark &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821929&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dereurom...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; and the automatic error (404) handling is now missing
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; you need to do that yourself now
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; the documentation lacks on how to that
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; but i was promised that there will soon be some documentation on that
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; until then it is not recommended to update productive websites without
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; proper error handling
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; on your own
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; otherwise the error-messages are way too detailed which can be a
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; security risk sometimes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On 16 Dez., 11:18, Dave &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821929&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;davidcr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; If you read that link you will see there are definitely some things you will
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; need to change.  Javascript and Ajax helper are gone replaced by the Js
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Helper and the HTML Helper.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; On Wed, Dec 16, 2009 at 2:11 AM, Jeremy Burns &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821929&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jeremybu...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks for that. What I was really aiming at is: when a production
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; version of 1.3 is released, is it a case of putting my app folder into
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; a fresh copy, or is it more complicated than that?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 16, 1:15 am, Miles J &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821929&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mileswjohn...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Most of the 1.3 conventions are in place and migrated. There wont be a
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; big difference between beta and final besides internal code.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 15, 1:56 am, Jeremy Burns &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821929&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jeremybu...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; I have only worked with 1.2.5, so haven't done a migration yet. It
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; seems sensible to develop in 1.3 beta. If I migrate current
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; development work onto 1.3 beta, what will the migration to 1.3 final
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; be like? Is it worth it, or should I wait in order to avoid
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; duplication of effort?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 14, 5:55 pm, Miles J &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821929&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mileswjohn...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Here you go.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;a href=&quot;http://cakephp.lighthouseapp.com/projects/42648/13-migration-guide&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakephp.lighthouseapp.com/projects/42648/13-migration-guide&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 14, 7:18 am, web &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821929&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;w...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hey,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; does anyone know where i can find the migraton guide?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Check out the new CakePHP Questions sitehttp://cakeqs.organdhelpothers
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; with their CakePHP related questions.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; You received this message because you are subscribed to the Google Groups
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821929&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; To unsubscribe from this group, send email to
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821929&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821929&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php%2Bunsubscr...@...&lt;/a&gt; om&amp;gt;For more options, visit this group at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;/div&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821929&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821929&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Migration-Guide-1.2-to-1.3-tp26781745p26821929.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26821901</id>
	<title>Re: git and cake2</title>
	<published>2009-12-16T17:55:08Z</published>
	<updated>2009-12-16T17:55:08Z</updated>
	<author>
		<name>euromark (munich)</name>
	</author>
	<content type="html">i see
&lt;br&gt;my mistake then
&lt;br&gt;i assumed i could play around with it on my own
&lt;br&gt;&lt;br&gt;taking a look whats coming up :)
&lt;br&gt;&lt;br&gt;&lt;br&gt;On 17 Dez., 01:48, Graham Weldon &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821901&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gra...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi euromark,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; CakePHP 2.x is still in development, and we're not stable yet.
&lt;br&gt;&amp;gt; As you can see, cloning is possible, but with all the coding changes that we're making, using the CakePHP 2.0 codebase for app building at this stage is not suggested.
&lt;br&gt;&amp;gt; Its frequently merging with CakePHP 1.3 head, which means that fixes we make to enable this for PHP 5.2 strict mode break fairly frequently.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Watch the repository for updates, as its being working on all the time.
&lt;br&gt;&amp;gt; Also feel free to contribute. We love contributors.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Graham Weldon
&lt;br&gt;&amp;gt; e. &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821901&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gra...@...&lt;/a&gt;
&lt;br&gt;&amp;gt; w.&lt;a href=&quot;http://grahamweldon.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://grahamweldon.com&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 17/12/2009, at 10:46 AM, euromark wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; for some reason i liked svn a lot better..
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; i tried to download the git files of cake2.0 for testing purposes
&lt;br&gt;&amp;gt; &amp;gt; and used the url &amp;quot;git://github.com/cakephp/cakephp2x.git&amp;quot; for it
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 762 files have been downloaded (including an example app folder)
&lt;br&gt;&amp;gt; &amp;gt; but when i browse to .../app
&lt;br&gt;&amp;gt; &amp;gt; i only get
&lt;br&gt;&amp;gt; &amp;gt; &amp;quot;Fatal error: Class 'Cache' not found in ...\tests\cake2\cakephp2x\cake
&lt;br&gt;&amp;gt; &amp;gt; \libs\configure.php on line 695&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; anybode some idea what happens?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; PS: i still cant find the 1.3 git rep - only the packaged version from
&lt;br&gt;&amp;gt; &amp;gt; 2009-11-03 at cakephp.org
&lt;br&gt;&amp;gt; &amp;gt; but it must be somewhere - 1.1 and 1.2 as well as 2.0 are there too
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; thx
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Check out the new CakePHP Questions sitehttp://cakeqs.organd help others with their CakePHP related questions.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;&amp;gt; &amp;gt; To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821901&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; To unsubscribe from this group, send email to
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821901&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group athttp://groups.google.com/group/cake-php?hl=en
&lt;/div&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821901&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821901&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/git-and-cake2-tp26820643p26821901.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26821766</id>
	<title>Re: Open action in popup</title>
	<published>2009-12-16T17:42:49Z</published>
	<updated>2009-12-16T17:42:49Z</updated>
	<author>
		<name>peterchenadded</name>
	</author>
	<content type="html">As suggested by Piotr Kiczuk, the simplest is to use the target
&lt;br&gt;attribute for the form but that's deprecated.
&lt;br&gt;&lt;br&gt;Another way, basically requires you to add some javascript to the page
&lt;br&gt;with the printer friendly button. The idea is when the user clicks the
&lt;br&gt;button you &amp;quot;refresh&amp;quot; the page but with some extra javascript code that
&lt;br&gt;opens a window with your printer friendly version of things.
&lt;br&gt;&lt;br&gt;To open a window with any content see this site: &lt;a href=&quot;http://www.javascripter.net/faq/writingt.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.javascripter.net/faq/writingt.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821766&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821766&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Open-action-in-popup-tp26819329p26821766.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26821464</id>
	<title>Re: Validation error messages in view.</title>
	<published>2009-12-16T17:07:13Z</published>
	<updated>2009-12-16T17:07:13Z</updated>
	<author>
		<name>peterchenadded</name>
	</author>
	<content type="html">I believe you can only include one default error message using the
&lt;br&gt;form helper. It is not possible to include more than one. Which would
&lt;br&gt;be the reason the 'unique' message is not showing as it is simply
&lt;br&gt;ignored.
&lt;br&gt;&lt;br&gt;Please see below to get your validation errors working
&lt;br&gt;&lt;br&gt;In your model:
&lt;br&gt;&lt;br&gt;var $validate = array(
&lt;br&gt;&amp;nbsp; 'username' =&amp;gt; array(
&lt;br&gt;&amp;nbsp; &amp;nbsp; 'between' =&amp;gt; array(
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 'rule' =&amp;gt; array('between', 4, 10),
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 'message' =&amp;gt; 'username must be between 4 and 10',
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 'last' =&amp;gt; true,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 'required' =&amp;gt; true
&lt;br&gt;&amp;nbsp; &amp;nbsp; ),
&lt;br&gt;&amp;nbsp; &amp;nbsp; 'unique' =&amp;gt; array(
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 'rule' =&amp;gt; 'isUnique',
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 'message' =&amp;gt; 'username already exists'
&lt;br&gt;&amp;nbsp; &amp;nbsp; )
&lt;br&gt;&amp;nbsp; )
&lt;br&gt;);
&lt;br&gt;&lt;br&gt;In your view:
&lt;br&gt;&lt;br&gt;&amp;lt;?php echo $form-&amp;gt;input('username'); ?&amp;gt;
&lt;br&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821464&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821464&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Validation-error-messages-in-view.-tp26815684p26821464.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26821308</id>
	<title>Re: git and cake2</title>
	<published>2009-12-16T16:48:10Z</published>
	<updated>2009-12-16T16:48:10Z</updated>
	<author>
		<name>Graham Weldon-2</name>
	</author>
	<content type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body style=&quot;word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; &quot;&gt;&lt;div&gt;Hi euromark,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;CakePHP 2.x is still in development, and we're not stable yet.&lt;/div&gt;&lt;div&gt;As you can see, cloning is possible, but with all the coding changes that we're making, using the CakePHP 2.0 codebase for app building at this stage is not suggested.&lt;/div&gt;&lt;div&gt;Its frequently merging with CakePHP 1.3 head, which means that fixes we make to enable this for PHP 5.2 strict mode break fairly frequently.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Watch the repository for updates, as its being working on all the time.&lt;/div&gt;&lt;div&gt;Also feel free to contribute. We love contributors.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; &quot;&gt;&lt;div&gt;Cheers,&lt;br&gt;&lt;br&gt;Graham Weldon&lt;br&gt;e.&amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821308&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;graham@...&lt;/a&gt;&lt;br&gt;w.&amp;nbsp;&lt;a href=&quot;http://grahamweldon.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://grahamweldon.com&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;br&gt;&lt;div&gt;&lt;div&gt;On 17/12/2009, at 10:46 AM, euromark wrote:&lt;/div&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;blockquote type=&quot;cite&quot;&gt;&lt;div&gt;for some reason i liked svn a lot better..&lt;br&gt;&lt;br&gt;i tried to download the git files of cake2.0 for testing purposes&lt;br&gt;and used the url &quot;&lt;a href=&quot;git://github.com/cakephp/cakephp2x.git&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;git://github.com/cakephp/cakephp2x.git&lt;/a&gt;&quot; for it&lt;br&gt;&lt;br&gt;762 files have been downloaded (including an example app folder)&lt;br&gt;but when i browse to .../app&lt;br&gt;i only get&lt;br&gt;&quot;Fatal error: Class 'Cache' not found in ...\tests\cake2\cakephp2x\cake&lt;br&gt;\libs\configure.php on line 695&quot;&lt;br&gt;&lt;br&gt;anybode some idea what happens?&lt;br&gt;&lt;br&gt;PS: i still cant find the 1.3 git rep - only the packaged version from&lt;br&gt;2009-11-03 at &lt;a href=&quot;http://cakephp.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cakephp.org&lt;/a&gt;&lt;br&gt;but it must be somewhere - 1.1 and 1.2 as well as 2.0 are there too&lt;br&gt;&lt;br&gt;thx&lt;br&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt; and help others with their CakePHP related questions.&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &quot;CakePHP&quot; group.&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821308&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;&lt;br&gt;To unsubscribe from this group, send email to&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821308&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;div&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; &quot;&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;

&lt;p&gt;&lt;/p&gt;

Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt; and help others with their CakePHP related questions.&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.&lt;br /&gt;
To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821308&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;&lt;br /&gt;
To unsubscribe from this group, send email to&lt;br /&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821308&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br /&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/git-and-cake2-tp26820643p26821308.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26821014</id>
	<title>Re: Migration Guide 1.2 to 1.3</title>
	<published>2009-12-16T16:16:48Z</published>
	<updated>2009-12-16T16:16:48Z</updated>
	<author>
		<name>euromark (munich)</name>
	</author>
	<content type="html">i just checked out the git 1.3 (not the packaged one!)
&lt;br&gt;and yes, indeed, it seems to be ok now
&lt;br&gt;the 404s are still thrown as before
&lt;br&gt;&lt;br&gt;thx :)
&lt;br&gt;&lt;br&gt;&lt;br&gt;On 16 Dez., 21:36, mark_story &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821014&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mark.st...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I think the automatic 404 errors you're referring to were fixed.
&lt;br&gt;&amp;gt; There was an issue with missingController and other development errors
&lt;br&gt;&amp;gt; displaying when debug = 0.  However that was fixed.  If you are using
&lt;br&gt;&amp;gt; an AppError class the methods implemented in that class are not
&lt;br&gt;&amp;gt; converted to error404 though.  As its assumed you will do that
&lt;br&gt;&amp;gt; yourself.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; To my knowledge there is no 1.3beta at this time. If one of you is
&lt;br&gt;&amp;gt; from the future and already has it, could you email it to me? Would
&lt;br&gt;&amp;gt; save me some work if I had code from the future :)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -Mark
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Dec 16, 7:39 am, euromark &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821014&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dereurom...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; and the automatic error (404) handling is now missing
&lt;br&gt;&amp;gt; &amp;gt; you need to do that yourself now
&lt;br&gt;&amp;gt; &amp;gt; the documentation lacks on how to that
&lt;br&gt;&amp;gt; &amp;gt; but i was promised that there will soon be some documentation on that
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; until then it is not recommended to update productive websites without
&lt;br&gt;&amp;gt; &amp;gt; proper error handling
&lt;br&gt;&amp;gt; &amp;gt; on your own
&lt;br&gt;&amp;gt; &amp;gt; otherwise the error-messages are way too detailed which can be a
&lt;br&gt;&amp;gt; &amp;gt; security risk sometimes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On 16 Dez., 11:18, Dave &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821014&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;davidcr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; If you read that link you will see there are definitely some things you will
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; need to change.  Javascript and Ajax helper are gone replaced by the Js
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Helper and the HTML Helper.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On Wed, Dec 16, 2009 at 2:11 AM, Jeremy Burns &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821014&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jeremybu...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks for that. What I was really aiming at is: when a production
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; version of 1.3 is released, is it a case of putting my app folder into
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; a fresh copy, or is it more complicated than that?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 16, 1:15 am, Miles J &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821014&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mileswjohn...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Most of the 1.3 conventions are in place and migrated. There wont be a
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; big difference between beta and final besides internal code.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 15, 1:56 am, Jeremy Burns &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821014&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jeremybu...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; I have only worked with 1.2.5, so haven't done a migration yet. It
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; seems sensible to develop in 1.3 beta. If I migrate current
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; development work onto 1.3 beta, what will the migration to 1.3 final
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; be like? Is it worth it, or should I wait in order to avoid
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; duplication of effort?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 14, 5:55 pm, Miles J &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821014&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mileswjohn...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Here you go.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;a href=&quot;http://cakephp.lighthouseapp.com/projects/42648/13-migration-guide&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakephp.lighthouseapp.com/projects/42648/13-migration-guide&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 14, 7:18 am, web &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821014&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;w...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hey,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; does anyone know where i can find the migraton guide?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Check out the new CakePHP Questions sitehttp://cakeqs.organdhelpothers
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; with their CakePHP related questions.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; You received this message because you are subscribed to the Google Groups
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821014&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; To unsubscribe from this group, send email to
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821014&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821014&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php%2Bunsubscr...@...&lt;/a&gt; om&amp;gt;For more options, visit this group at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;/div&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821014&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26821014&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Migration-Guide-1.2-to-1.3-tp26781745p26821014.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26820930</id>
	<title>Re: git and cake2</title>
	<published>2009-12-16T16:08:11Z</published>
	<updated>2009-12-16T16:08:11Z</updated>
	<author>
		<name>Andras Kende</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;this is a 1.3 :
&lt;br&gt;&lt;br&gt;$ mkdir /cakephp
&lt;br&gt;&lt;br&gt;$ cd /cakephp/
&lt;br&gt;&lt;br&gt;$ git clone git://github.com/cakephp/cakephp1x.git /cakephp/
&lt;br&gt;Initialized empty Git repository in /cakephp/.git/
&lt;br&gt;remote: Counting objects: 69580, done.
&lt;br&gt;remote: Compressing objects: 100% (14360/14360), done.
&lt;br&gt;remote: Total 69580 (delta 55202), reused 68540 (delta 54265)
&lt;br&gt;Receiving objects: 100% (69580/69580), 10.16 MiB | 428 KiB/s, done.
&lt;br&gt;Resolving deltas: 100% (55202/55202), done.
&lt;br&gt;&lt;br&gt;$ git branch --track 1.3 origin/1.3
&lt;br&gt;Branch 1.3 set up to track remote branch 1.3 from origin.
&lt;br&gt;&lt;br&gt;$ git checkout 1.3
&lt;br&gt;Switched to branch '1.3'
&lt;br&gt;&lt;br&gt;&lt;br&gt;Andras
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Dec 16, 2009, at 6:46 PM, euromark wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; for some reason i liked svn a lot better..
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; i tried to download the git files of cake2.0 for testing purposes
&lt;br&gt;&amp;gt; and used the url &amp;quot;git://github.com/cakephp/cakephp2x.git&amp;quot; for it
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 762 files have been downloaded (including an example app folder)
&lt;br&gt;&amp;gt; but when i browse to .../app
&lt;br&gt;&amp;gt; i only get
&lt;br&gt;&amp;gt; &amp;quot;Fatal error: Class 'Cache' not found in ...\tests\cake2\cakephp2x\cake
&lt;br&gt;&amp;gt; \libs\configure.php on line 695&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; anybode some idea what happens?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; PS: i still cant find the 1.3 git rep - only the packaged version from
&lt;br&gt;&amp;gt; 2009-11-03 at cakephp.org
&lt;br&gt;&amp;gt; but it must be somewhere - 1.1 and 1.2 as well as 2.0 are there too
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; thx
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;&amp;gt; To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820930&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;&amp;gt; To unsubscribe from this group, send email to
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820930&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;/div&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820930&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820930&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/git-and-cake2-tp26820643p26820930.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26820761</id>
	<title>Re: git and cake2</title>
	<published>2009-12-16T15:55:03Z</published>
	<updated>2009-12-16T15:55:03Z</updated>
	<author>
		<name>euromark (munich)</name>
	</author>
	<content type="html">never mind the second part
&lt;br&gt;&lt;a href=&quot;http://github.com/cakephp/cakephp1x&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://github.com/cakephp/cakephp1x&lt;/a&gt;&lt;br&gt;leads to all the branches (this link is missing on most of the 1.3
&lt;br&gt;pages)
&lt;br&gt;&lt;br&gt;didnt find it in the first place because lots of pages are down right
&lt;br&gt;now
&lt;br&gt;(or at least reaaaly slow loading) - dont know whats going on
&lt;br&gt;get 404s on quite a few cake pages. my connection is fine though,
&lt;br&gt;other websites work
&lt;br&gt;&lt;br&gt;anyway
&lt;br&gt;unfortunately, the fatal error problem remains
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;On 17 Dez., 00:46, euromark &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820761&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dereurom...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; for some reason i liked svn a lot better..
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; i tried to download the git files of cake2.0 for testing purposes
&lt;br&gt;&amp;gt; and used the url &amp;quot;git://github.com/cakephp/cakephp2x.git&amp;quot; for it
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 762 files have been downloaded (including an example app folder)
&lt;br&gt;&amp;gt; but when i browse to .../app
&lt;br&gt;&amp;gt; i only get
&lt;br&gt;&amp;gt; &amp;quot;Fatal error: Class 'Cache' not found in ...\tests\cake2\cakephp2x\cake
&lt;br&gt;&amp;gt; \libs\configure.php on line 695&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; anybode some idea what happens?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; PS: i still cant find the 1.3 git rep - only the packaged version from
&lt;br&gt;&amp;gt; 2009-11-03 at cakephp.org
&lt;br&gt;&amp;gt; but it must be somewhere - 1.1 and 1.2 as well as 2.0 are there too
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; thx
&lt;/div&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820761&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820761&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/git-and-cake2-tp26820643p26820761.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26820643</id>
	<title>git and cake2</title>
	<published>2009-12-16T15:46:14Z</published>
	<updated>2009-12-16T15:46:14Z</updated>
	<author>
		<name>euromark (munich)</name>
	</author>
	<content type="html">for some reason i liked svn a lot better..
&lt;br&gt;&lt;br&gt;i tried to download the git files of cake2.0 for testing purposes
&lt;br&gt;and used the url &amp;quot;git://github.com/cakephp/cakephp2x.git&amp;quot; for it
&lt;br&gt;&lt;br&gt;762 files have been downloaded (including an example app folder)
&lt;br&gt;but when i browse to .../app
&lt;br&gt;i only get
&lt;br&gt;&amp;quot;Fatal error: Class 'Cache' not found in ...\tests\cake2\cakephp2x\cake
&lt;br&gt;\libs\configure.php on line 695&amp;quot;
&lt;br&gt;&lt;br&gt;anybode some idea what happens?
&lt;br&gt;&lt;br&gt;PS: i still cant find the 1.3 git rep - only the packaged version from
&lt;br&gt;2009-11-03 at cakephp.org
&lt;br&gt;but it must be somewhere - 1.1 and 1.2 as well as 2.0 are there too
&lt;br&gt;&lt;br&gt;thx
&lt;br&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820643&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820643&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/git-and-cake2-tp26820643p26820643.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26820421</id>
	<title>RE: Open action in popup</title>
	<published>2009-12-16T15:27:58Z</published>
	<updated>2009-12-16T15:27:58Z</updated>
	<author>
		<name>Alan Asher</name>
	</author>
	<content type="html">I am assuming that you're not storing any of this information in the
&lt;br&gt;database, otherwise it would be easy to call the page in a separate window.
&lt;br&gt;&lt;br&gt;So if that's the case, store the results in the session.
&lt;br&gt;&lt;br&gt;Also, you can designate the print css with @media print inside your css
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.w3schools.com/CSS/css_mediatypes.asp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3schools.com/CSS/css_mediatypes.asp&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Hope that helps.
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820421&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820421&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;] On Behalf
&lt;br&gt;Of kdubya
&lt;br&gt;Sent: Wednesday, December 16, 2009 3:07 PM
&lt;br&gt;To: CakePHP
&lt;br&gt;Subject: Open action in popup
&lt;br&gt;&lt;br&gt;I have an application where I want a &amp;quot;printer friendly&amp;quot; rendering. My
&lt;br&gt;print() action has it's own layout. The action is called from a form
&lt;br&gt;(method=POST). I need all the input from the form to generate the
&lt;br&gt;stuff to be printed. How do I get the resulting stuff to be rendered
&lt;br&gt;in a popup window instead of the existing window? Is it something I
&lt;br&gt;put in the layout? (I'm not really good with javascript stuff) Is
&lt;br&gt;there a way to specify this using redirect()? I have looked around
&lt;br&gt;quite a bit and I'm drawing a blank. (Note: I do know how to open a
&lt;br&gt;popup if I have a link like &amp;lt;a href=&amp;quot;...&amp;gt;. I just can't figure out how
&lt;br&gt;to do it from an action that processes the data from a form)
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Ken
&lt;br&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others
&lt;br&gt;with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups
&lt;br&gt;&amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820421&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820421&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at
&lt;br&gt;&lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820421&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820421&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Open-action-in-popup-tp26819329p26820421.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26820199</id>
	<title>Re: Model Uses Question</title>
	<published>2009-12-16T15:10:46Z</published>
	<updated>2009-12-16T15:10:46Z</updated>
	<author>
		<name>centralniak</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;&amp;gt; I have my User Model/Controller and a Setting Model/Controller
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Settings model has var $useTable = 'User'; since its using the User db and
&lt;br&gt;&amp;gt; does not have its own spot in the db
&lt;br&gt;&lt;br&gt;If the model does not use db table, set $useTable to false.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Settings Controller has var $uses = array('User');
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Now in the settings_controller i run my function in the action but do i call
&lt;br&gt;&amp;gt; it:
&lt;br&gt;&amp;gt; (the function is in the setting.php model)
&lt;br&gt;&amp;gt;  $this-&amp;gt;User-&amp;gt;myFunction()
&lt;br&gt;&amp;gt; or
&lt;br&gt;&amp;gt; $this-&amp;gt;Setting-&amp;gt;myFunction()
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; and do I have to add 'Setting' to the var $uses = array('User'); even though
&lt;br&gt;&amp;gt; Setting is User?
&lt;/div&gt;&lt;br&gt;No. In both controllers you use $this-&amp;gt;User-&amp;gt;myFunction().
&lt;br&gt;&lt;br&gt;Set $uses = array('User'); in both controllers as well.
&lt;br&gt;&lt;br&gt;BTW, do you need Settings model class for anything then?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Piotr
&lt;br&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820199&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820199&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Model-Uses-Question-tp26818603p26820199.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26820135</id>
	<title>Re: How to overload app controller functions in child controller</title>
	<published>2009-12-16T15:06:05Z</published>
	<updated>2009-12-16T15:06:05Z</updated>
	<author>
		<name>centralniak</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;&amp;gt; Your able to use beforeFilter() in child classes, as long as you call
&lt;br&gt;&amp;gt; the parent.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; function beforeFilter() {
&lt;br&gt;&amp;gt; parent::beforeFilter();
&lt;br&gt;&amp;gt; }
&lt;br&gt;&lt;br&gt;From the OOP point of view, engine could even use __construct() in
&lt;br&gt;Cake controller as well, but beforeFilter() is of course better for
&lt;br&gt;that...
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Piotr
&lt;br&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820135&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820135&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-overload-app-controller-functions-in-child-controller-tp26812948p26820135.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26820113</id>
	<title>Re: Question on 1.3 alpha</title>
	<published>2009-12-16T15:04:49Z</published>
	<updated>2009-12-16T15:04:49Z</updated>
	<author>
		<name>Miles J</name>
	</author>
	<content type="html">Alphas the latest stable: &lt;a href=&quot;http://bakery.cakephp.org/articles/view/hot-out-of-the-oven-cakephp-1-3-alpha&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bakery.cakephp.org/articles/view/hot-out-of-the-oven-cakephp-1-3-alpha&lt;/a&gt;&lt;br&gt;&lt;br&gt;On Dec 16, 1:40 pm, Dave Porter &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820113&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dave.southpe...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Could someone answer euromarks question please ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; When I browse the git repo I can't find anything I can download that
&lt;br&gt;&amp;gt; is past September ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; cheers Dave
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Dec 17, 4:41 am, mark_story &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820113&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mark.st...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Also if you notice any issues, it'd be nice if you could open tickets
&lt;br&gt;&amp;gt; &amp;gt; in the ticket tracker.  That way the issues can get fixed.  I can't
&lt;br&gt;&amp;gt; &amp;gt; fix things I don't know about.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; -Mark
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Dec 16, 12:53 am, Walther &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820113&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;waltherl...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 1.3 Alpha isn't very stable. But the current Git repository is.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On Dec 16, 3:52 am, Dave Porter &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820113&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dave.southpe...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi Everyone,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; I just wondered how stable 1.3 alpha is ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; I noticed that this site:  &lt;a href=&quot;http://mark-story.com/ has&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mark-story.com/ has&lt;/a&gt;&amp;nbsp;a blog entry
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; about upgrading, so I guess it must be a fair bit further on that many
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; alpha releases.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; I guess I was just a bit apprehensive as a lot of Alpha releases are
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; very early and often buggy and not suitable for production, so I'd
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; appreciate some feedback from folk who have been playing it with it ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; cheers Dave Porter
&lt;/div&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820113&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820113&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Question-on-1.3-alpha-tp26805112p26820113.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26820096</id>
	<title>Re: Open action in popup</title>
	<published>2009-12-16T15:03:21Z</published>
	<updated>2009-12-16T15:03:21Z</updated>
	<author>
		<name>centralniak</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;C &lt;a href=&quot;http://www.w3schools.com/tags/tag_form.asp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3schools.com/tags/tag_form.asp&lt;/a&gt;&amp;nbsp;/ target attribute.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Piotr
&lt;br&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820096&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820096&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Open-action-in-popup-tp26819329p26820096.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26819329</id>
	<title>Open action in popup</title>
	<published>2009-12-16T14:07:28Z</published>
	<updated>2009-12-16T14:07:28Z</updated>
	<author>
		<name>kdubya</name>
	</author>
	<content type="html">I have an application where I want a &amp;quot;printer friendly&amp;quot; rendering. My
&lt;br&gt;print() action has it's own layout. The action is called from a form
&lt;br&gt;(method=POST). I need all the input from the form to generate the
&lt;br&gt;stuff to be printed. How do I get the resulting stuff to be rendered
&lt;br&gt;in a popup window instead of the existing window? Is it something I
&lt;br&gt;put in the layout? (I'm not really good with javascript stuff) Is
&lt;br&gt;there a way to specify this using redirect()? I have looked around
&lt;br&gt;quite a bit and I'm drawing a blank. (Note: I do know how to open a
&lt;br&gt;popup if I have a link like &amp;lt;a href=&amp;quot;...&amp;gt;. I just can't figure out how
&lt;br&gt;to do it from an action that processes the data from a form)
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Ken
&lt;br&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26819329&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26819329&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Open-action-in-popup-tp26819329p26819329.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26818948</id>
	<title>Re: Question on 1.3 alpha</title>
	<published>2009-12-16T13:40:10Z</published>
	<updated>2009-12-16T13:40:10Z</updated>
	<author>
		<name>Dave Porter-3</name>
	</author>
	<content type="html">Could someone answer euromarks question please ?
&lt;br&gt;&lt;br&gt;When I browse the git repo I can't find anything I can download that
&lt;br&gt;is past September ?
&lt;br&gt;&lt;br&gt;cheers Dave
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Dec 17, 4:41 am, mark_story &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818948&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mark.st...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Also if you notice any issues, it'd be nice if you could open tickets
&lt;br&gt;&amp;gt; in the ticket tracker.  That way the issues can get fixed.  I can't
&lt;br&gt;&amp;gt; fix things I don't know about.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -Mark
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Dec 16, 12:53 am, Walther &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818948&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;waltherl...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 1.3 Alpha isn't very stable. But the current Git repository is.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Dec 16, 3:52 am, Dave Porter &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818948&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dave.southpe...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Hi Everyone,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I just wondered how stable 1.3 alpha is ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I noticed that this site:  &lt;a href=&quot;http://mark-story.com/ has&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mark-story.com/ has&lt;/a&gt;&amp;nbsp;a blog entry
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; about upgrading, so I guess it must be a fair bit further on that many
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; alpha releases.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I guess I was just a bit apprehensive as a lot of Alpha releases are
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; very early and often buggy and not suitable for production, so I'd
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; appreciate some feedback from folk who have been playing it with it ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; cheers Dave Porter
&lt;/div&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818948&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818948&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Question-on-1.3-alpha-tp26805112p26818948.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26818603</id>
	<title>Model Uses Question</title>
	<published>2009-12-16T13:14:37Z</published>
	<updated>2009-12-16T13:14:37Z</updated>
	<author>
		<name>Dave-418</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META content=&quot;text/html; charset=us-ascii&quot; http-equiv=Content-Type&gt;
&lt;META name=GENERATOR content=&quot;MSHTML 8.00.6001.18865&quot;&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV&gt;&lt;FONT size=2 face=&quot;Trebuchet MS&quot;&gt;&lt;SPAN class=051110821-16122009&gt;I have my 
User Model/Controller and a Setting Model/Controller&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=&quot;Trebuchet MS&quot;&gt;&lt;SPAN class=051110821-16122009&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=&quot;Trebuchet MS&quot;&gt;&lt;SPAN class=051110821-16122009&gt;Settings 
model has var $useTable = 'User'; since its using the User db and does not have 
its own spot in the db&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=&quot;Trebuchet MS&quot;&gt;&lt;SPAN class=051110821-16122009&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=&quot;Trebuchet MS&quot;&gt;&lt;SPAN class=051110821-16122009&gt;Settings 
Controller has var $uses = array('User');&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=&quot;Trebuchet MS&quot;&gt;&lt;SPAN class=051110821-16122009&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=&quot;Trebuchet MS&quot;&gt;&lt;SPAN class=051110821-16122009&gt;Now in the 
settings_controller i run my function in the action but do i call 
it:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=&quot;Trebuchet MS&quot;&gt;&lt;SPAN class=051110821-16122009&gt;(the 
function is in the setting.php model)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT size=2 face=&quot;Trebuchet MS&quot;&gt;&lt;SPAN class=051110821-16122009&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=&quot;Trebuchet MS&quot;&gt;&lt;SPAN class=051110821-16122009&gt;&amp;nbsp;$this-&amp;gt;User-&amp;gt;myFunction()&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=&quot;Trebuchet MS&quot;&gt;&lt;SPAN class=051110821-16122009&gt;or 
&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=&quot;Trebuchet MS&quot;&gt;&lt;SPAN class=051110821-16122009&gt;$this-&amp;gt;Setting-&amp;gt;myFunction()&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=&quot;Trebuchet MS&quot;&gt;&lt;SPAN class=051110821-16122009&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=&quot;Trebuchet MS&quot;&gt;&lt;SPAN class=051110821-16122009&gt;and do I 
have to add 'Setting' to the var $uses = array('User'); even though Setting is 
User?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV align=left&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;SPAN class=051110821-16122009&gt;Thanks,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV align=left&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;SPAN class=051110821-16122009&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV align=left&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;SPAN class=051110821-16122009&gt;&lt;/SPAN&gt;Dave&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;

&lt;p&gt;&lt;/p&gt;

Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt; and help others with their CakePHP related questions.&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.&lt;br /&gt;
To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818603&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;&lt;br /&gt;
To unsubscribe from this group, send email to&lt;br /&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818603&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br /&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Model-Uses-Question-tp26818603p26818603.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26818085</id>
	<title>Re: Question on 1.3 alpha</title>
	<published>2009-12-16T12:41:36Z</published>
	<updated>2009-12-16T12:41:36Z</updated>
	<author>
		<name>mark_story</name>
	</author>
	<content type="html">Also if you notice any issues, it'd be nice if you could open tickets
&lt;br&gt;in the ticket tracker. &amp;nbsp;That way the issues can get fixed. &amp;nbsp;I can't
&lt;br&gt;fix things I don't know about.
&lt;br&gt;&lt;br&gt;-Mark
&lt;br&gt;&lt;br&gt;On Dec 16, 12:53 am, Walther &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818085&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;waltherl...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 1.3 Alpha isn't very stable. But the current Git repository is.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Dec 16, 3:52 am, Dave Porter &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818085&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dave.southpe...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Hi Everyone,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I just wondered how stable 1.3 alpha is ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I noticed that this site:  &lt;a href=&quot;http://mark-story.com/ has&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mark-story.com/ has&lt;/a&gt;&amp;nbsp;a blog entry
&lt;br&gt;&amp;gt; &amp;gt; about upgrading, so I guess it must be a fair bit further on that many
&lt;br&gt;&amp;gt; &amp;gt; alpha releases.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I guess I was just a bit apprehensive as a lot of Alpha releases are
&lt;br&gt;&amp;gt; &amp;gt; very early and often buggy and not suitable for production, so I'd
&lt;br&gt;&amp;gt; &amp;gt; appreciate some feedback from folk who have been playing it with it ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; cheers Dave Porter
&lt;/div&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818085&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818085&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Question-on-1.3-alpha-tp26805112p26818085.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26818052</id>
	<title>Re: jQuery &amp; ajax pagination in 1.3</title>
	<published>2009-12-16T12:39:10Z</published>
	<updated>2009-12-16T12:39:10Z</updated>
	<author>
		<name>mark_story</name>
	</author>
	<content type="html">Yeah you need the writeBuffer() at the bottom of the view, or in your
&lt;br&gt;ajax layout. Otherwise the event scripts don't get sent along. &amp;nbsp;I'll
&lt;br&gt;have to look into the jquery issue, I thought jquery did global eval()
&lt;br&gt;on all the script blocks in an html response, but seems I might have
&lt;br&gt;been wrong.
&lt;br&gt;&lt;br&gt;-Mark
&lt;br&gt;&lt;br&gt;On Dec 16, 5:27 am, Dave &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818052&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;davidcr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I have run into issues like this as well.  For some reason sometimes when
&lt;br&gt;&amp;gt; content is pulled in via ajax I need to call $js-&amp;gt;writeBuffer; at the bottom
&lt;br&gt;&amp;gt; of the view in the action which is called to get all of the javascript to
&lt;br&gt;&amp;gt; echo properly.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It kind of makes sense, if you have $js-&amp;gt;writeBuffer at the bottom of your
&lt;br&gt;&amp;gt; layout, and your layout isn't refreshed, then you won't get the javascript
&lt;br&gt;&amp;gt; from the new view
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am not sure if this is how it is supposed to work, but that's just what
&lt;br&gt;&amp;gt; i've noticed
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Tue, Dec 15, 2009 at 2:21 PM, Joe Theory &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818052&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joethe...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; I am having the same problem and can confirm that it happens
&lt;br&gt;&amp;gt; &amp;gt; specifically when using JQuery.   Using the Js Helper with Mootools
&lt;br&gt;&amp;gt; &amp;gt; works just fine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Dec 14, 3:44 am, Scronkey &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818052&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;scron...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; I believe I know what's going on now but I'm not sure how to fix it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On the first (successful) ajax call the next set of content is loaded,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; including the paginator links, however the paginator links are not
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; successfully bound to a jQuery ajax call, therefore the next click
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; results in a normal page request which then results in correctly bound
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; events.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Marks post mentions the use of 'evalScripts' =&amp;gt; true to chain the ajax
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; requests however this seems to have no effect with jQuery (his example
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; uses MooTools).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Is there a way I can ensure the events are rebound using jsHelper with
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; jQuery after the ajax call?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Check out the new CakePHP Questions sitehttp://cakeqs.organd help others
&lt;br&gt;&amp;gt; &amp;gt; with their CakePHP related questions.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; You received this message because you are subscribed to the Google Groups
&lt;br&gt;&amp;gt; &amp;gt; &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;&amp;gt; &amp;gt; To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818052&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; To unsubscribe from this group, send email to
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818052&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818052&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php%2Bunsubscribe@...&lt;/a&gt; om&amp;gt;For more options, visit this group at
&lt;br&gt;&amp;gt; &amp;gt;&lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;/div&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818052&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818052&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/jQuery---ajax-pagination-in-1.3-tp26753806p26818052.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26818024</id>
	<title>Re: Migration Guide 1.2 to 1.3</title>
	<published>2009-12-16T12:36:49Z</published>
	<updated>2009-12-16T12:36:49Z</updated>
	<author>
		<name>mark_story</name>
	</author>
	<content type="html">I think the automatic 404 errors you're referring to were fixed.
&lt;br&gt;There was an issue with missingController and other development errors
&lt;br&gt;displaying when debug = 0. &amp;nbsp;However that was fixed. &amp;nbsp;If you are using
&lt;br&gt;an AppError class the methods implemented in that class are not
&lt;br&gt;converted to error404 though. &amp;nbsp;As its assumed you will do that
&lt;br&gt;yourself.
&lt;br&gt;&lt;br&gt;To my knowledge there is no 1.3beta at this time. If one of you is
&lt;br&gt;from the future and already has it, could you email it to me? Would
&lt;br&gt;save me some work if I had code from the future :)
&lt;br&gt;&lt;br&gt;-Mark
&lt;br&gt;&lt;br&gt;On Dec 16, 7:39 am, euromark &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818024&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dereurom...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; and the automatic error (404) handling is now missing
&lt;br&gt;&amp;gt; you need to do that yourself now
&lt;br&gt;&amp;gt; the documentation lacks on how to that
&lt;br&gt;&amp;gt; but i was promised that there will soon be some documentation on that
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; until then it is not recommended to update productive websites without
&lt;br&gt;&amp;gt; proper error handling
&lt;br&gt;&amp;gt; on your own
&lt;br&gt;&amp;gt; otherwise the error-messages are way too detailed which can be a
&lt;br&gt;&amp;gt; security risk sometimes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 16 Dez., 11:18, Dave &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818024&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;davidcr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; If you read that link you will see there are definitely some things you will
&lt;br&gt;&amp;gt; &amp;gt; need to change.  Javascript and Ajax helper are gone replaced by the Js
&lt;br&gt;&amp;gt; &amp;gt; Helper and the HTML Helper.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Wed, Dec 16, 2009 at 2:11 AM, Jeremy Burns &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818024&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jeremybu...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Thanks for that. What I was really aiming at is: when a production
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; version of 1.3 is released, is it a case of putting my app folder into
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; a fresh copy, or is it more complicated than that?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On Dec 16, 1:15 am, Miles J &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818024&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mileswjohn...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Most of the 1.3 conventions are in place and migrated. There wont be a
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; big difference between beta and final besides internal code.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 15, 1:56 am, Jeremy Burns &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818024&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jeremybu...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; I have only worked with 1.2.5, so haven't done a migration yet. It
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; seems sensible to develop in 1.3 beta. If I migrate current
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; development work onto 1.3 beta, what will the migration to 1.3 final
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; be like? Is it worth it, or should I wait in order to avoid
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; duplication of effort?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 14, 5:55 pm, Miles J &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818024&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mileswjohn...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Here you go.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;a href=&quot;http://cakephp.lighthouseapp.com/projects/42648/13-migration-guide&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakephp.lighthouseapp.com/projects/42648/13-migration-guide&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 14, 7:18 am, web &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818024&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;w...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hey,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; does anyone know where i can find the migraton guide?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Check out the new CakePHP Questions sitehttp://cakeqs.organdhelp others
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; with their CakePHP related questions.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; You received this message because you are subscribed to the Google Groups
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818024&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; To unsubscribe from this group, send email to
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818024&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818024&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php%2Bunsubscribe@...&lt;/a&gt; om&amp;gt;For more options, visit this group at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;/div&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818024&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818024&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Migration-Guide-1.2-to-1.3-tp26781745p26818024.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26819001</id>
	<title>Re: How to include a view in another view</title>
	<published>2009-12-16T12:23:06Z</published>
	<updated>2009-12-16T12:23:06Z</updated>
	<author>
		<name>frmdstryr</name>
	</author>
	<content type="html">what you want is the
&lt;br&gt;requestAction('controoler/view/to/include') function
&lt;br&gt;it grabs the url in requestAction and can be echoed out in a view.ctp
&lt;br&gt;&lt;br&gt;On Nov 3, 11:34 pm, abc &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26819001&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dhanya....@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have an add.ctp file, which will enable the user to add new entries,
&lt;br&gt;&amp;gt; there is another view.ctp file which will list all the existing
&lt;br&gt;&amp;gt; entries from the database.
&lt;br&gt;&amp;gt; How would I include these existing entries within the add view page,
&lt;br&gt;&amp;gt; So that user should be able to view the existing entries at the bottom
&lt;br&gt;&amp;gt; of the page when he is making a new entry from add page?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanking you
&lt;/div&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26819001&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26819001&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-include-a-view-in-another-view-tp26190979p26819001.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26817102</id>
	<title>Re: Newb? Console wants full path for app name-Need answer tonight  please ;)</title>
	<published>2009-12-16T11:33:47Z</published>
	<updated>2009-12-16T11:33:47Z</updated>
	<author>
		<name>danashan</name>
	</author>
	<content type="html">Still can't see why my database configuration is never found. &amp;nbsp;I know
&lt;br&gt;I've done it correctly because I did it the same way in the blog
&lt;br&gt;tutorial. I can also go in to the project folder and pull the
&lt;br&gt;database.php file and it shows that it was created with my inputs.
&lt;br&gt;&lt;br&gt;Also, should I have done scaffolding? It's my understanding that I
&lt;br&gt;don't need it with bake.
&lt;br&gt;&lt;br&gt;On Dec 16, 2:59 am, Marcelo Andrade &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26817102&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mfandr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Wed, Dec 16, 2009 at 2:14 AM, danashan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26817102&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;danas...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; So C:\xampp\htdocs\cake\app\'newproject'    ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; C:\xampp\htdocs\cake\app\
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Inside app folder in Cake 1.2 you' ll find config,
&lt;br&gt;&amp;gt; controllers, locale, models, plugins, tests, tmp,
&lt;br&gt;&amp;gt; vendors, views and webroot folders.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; There's no such 'newproject' folder.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Best regards.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; MARCELO DE F. ANDRADE
&lt;br&gt;&amp;gt; Belem, PA, Amazonia, Brazil
&lt;br&gt;&amp;gt; Linux User #221105
&lt;/div&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26817102&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26817102&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Newb--Console-wants-full-path-for-app-name-Need-answer-tonight-please---%29-tp26804626p26817102.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26815798</id>
	<title>Re: Migration Guide 1.2 to 1.3</title>
	<published>2009-12-16T10:12:48Z</published>
	<updated>2009-12-16T10:12:48Z</updated>
	<author>
		<name>Miles J</name>
	</author>
	<content type="html">I also have not ran into this problem, and I even tested for it -_-
&lt;br&gt;&lt;br&gt;On Dec 16, 4:39 am, euromark &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815798&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dereurom...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; and the automatic error (404) handling is now missing
&lt;br&gt;&amp;gt; you need to do that yourself now
&lt;br&gt;&amp;gt; the documentation lacks on how to that
&lt;br&gt;&amp;gt; but i was promised that there will soon be some documentation on that
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; until then it is not recommended to update productive websites without
&lt;br&gt;&amp;gt; proper error handling
&lt;br&gt;&amp;gt; on your own
&lt;br&gt;&amp;gt; otherwise the error-messages are way too detailed which can be a
&lt;br&gt;&amp;gt; security risk sometimes
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 16 Dez., 11:18, Dave &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815798&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;davidcr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; If you read that link you will see there are definitely some things you will
&lt;br&gt;&amp;gt; &amp;gt; need to change.  Javascript and Ajax helper are gone replaced by the Js
&lt;br&gt;&amp;gt; &amp;gt; Helper and the HTML Helper.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Wed, Dec 16, 2009 at 2:11 AM, Jeremy Burns &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815798&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jeremybu...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Thanks for that. What I was really aiming at is: when a production
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; version of 1.3 is released, is it a case of putting my app folder into
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; a fresh copy, or is it more complicated than that?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On Dec 16, 1:15 am, Miles J &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815798&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mileswjohn...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Most of the 1.3 conventions are in place and migrated. There wont be a
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; big difference between beta and final besides internal code.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 15, 1:56 am, Jeremy Burns &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815798&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jeremybu...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; I have only worked with 1.2.5, so haven't done a migration yet. It
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; seems sensible to develop in 1.3 beta. If I migrate current
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; development work onto 1.3 beta, what will the migration to 1.3 final
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; be like? Is it worth it, or should I wait in order to avoid
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; duplication of effort?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 14, 5:55 pm, Miles J &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815798&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mileswjohn...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Here you go.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;&lt;a href=&quot;http://cakephp.lighthouseapp.com/projects/42648/13-migration-guide&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakephp.lighthouseapp.com/projects/42648/13-migration-guide&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; On Dec 14, 7:18 am, web &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815798&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;w...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Hey,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; does anyone know where i can find the migraton guide?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Check out the new CakePHP Questions sitehttp://cakeqs.organdhelp others
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; with their CakePHP related questions.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; You received this message because you are subscribed to the Google Groups
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815798&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; To unsubscribe from this group, send email to
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815798&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815798&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php%2Bunsubscribe@...&lt;/a&gt;&amp;gt;For more options, visit this group at
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;&lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;/div&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815798&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815798&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Migration-Guide-1.2-to-1.3-tp26781745p26815798.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26815789</id>
	<title>Re: Question on 1.3 alpha</title>
	<published>2009-12-16T10:11:41Z</published>
	<updated>2009-12-16T10:11:41Z</updated>
	<author>
		<name>Miles J</name>
	</author>
	<content type="html">And what makes you say that?
&lt;br&gt;&lt;br&gt;I have yet to run into problems with 1.3.
&lt;br&gt;&lt;br&gt;On Dec 15, 9:53 pm, Walther &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815789&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;waltherl...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 1.3 Alpha isn't very stable. But the current Git repository is.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Dec 16, 3:52 am, Dave Porter &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815789&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dave.southpe...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Hi Everyone,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I just wondered how stable 1.3 alpha is ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I noticed that this site:  &lt;a href=&quot;http://mark-story.com/ has&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mark-story.com/ has&lt;/a&gt;&amp;nbsp;a blog entry
&lt;br&gt;&amp;gt; &amp;gt; about upgrading, so I guess it must be a fair bit further on that many
&lt;br&gt;&amp;gt; &amp;gt; alpha releases.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I guess I was just a bit apprehensive as a lot of Alpha releases are
&lt;br&gt;&amp;gt; &amp;gt; very early and often buggy and not suitable for production, so I'd
&lt;br&gt;&amp;gt; &amp;gt; appreciate some feedback from folk who have been playing it with it ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; cheers Dave Porter
&lt;/div&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815789&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815789&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Question-on-1.3-alpha-tp26805112p26815789.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26815754</id>
	<title>Re: How to overload app controller functions in child controller</title>
	<published>2009-12-16T10:09:48Z</published>
	<updated>2009-12-16T10:09:48Z</updated>
	<author>
		<name>Miles J</name>
	</author>
	<content type="html">Well whats the problem of putting it in beforeFilter()? Thats where
&lt;br&gt;its supposed to go.
&lt;br&gt;&lt;br&gt;Your able to use beforeFilter() in child classes, as long as you call
&lt;br&gt;the parent.
&lt;br&gt;&lt;br&gt;function beforeFilter() {
&lt;br&gt;parent::beforeFilter();
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;On Dec 16, 7:30 am, engine &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815754&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;radicalet...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; i have one app_controller in app/ directory which has BeforeFilter() function
&lt;br&gt;&amp;gt; now i also have another example_controller controller in my controller
&lt;br&gt;&amp;gt; directory which is inheriting the app_controller class (of course)class now
&lt;br&gt;&amp;gt; my goal is to have one method in there which executes in the very beginning
&lt;br&gt;&amp;gt; and set its private variables to some value. prior to cakephp i was using
&lt;br&gt;&amp;gt; class constructor method to achieve this but cakephp do not allow me to use
&lt;br&gt;&amp;gt; __construct() because it is already defined in core controller class. i also
&lt;br&gt;&amp;gt; tried using beforeFilter() but this is again defined in parent class (custom
&lt;br&gt;&amp;gt; app_controller) and giving me error, how can i have a constructor like
&lt;br&gt;&amp;gt; function inside my controller does it has somthing to do with function
&lt;br&gt;&amp;gt; overloading
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -----&lt;a href=&quot;http://www.libmaker.com/sell&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.libmaker.com/sell&lt;/a&gt;&amp;nbsp;books online  |  &lt;a href=&quot;http://www.milestree.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.milestree.com/&lt;/a&gt;&lt;br&gt;&amp;gt; Web/tech news  |  &lt;a href=&quot;http://www.hiclicks.com/seo&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.hiclicks.com/seo&lt;/a&gt;&amp;nbsp;and usability service
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context:&lt;a href=&quot;http://old.nabble.com/How-to-overload-app-controller-functions-in-chi&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/How-to-overload-app-controller-functions-in-chi&lt;/a&gt;...
&lt;br&gt;&amp;gt; Sent from the CakePHP mailing list archive at Nabble.com.
&lt;/div&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815754&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815754&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-overload-app-controller-functions-in-child-controller-tp26812948p26815754.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26815684</id>
	<title>Validation error messages in view.</title>
	<published>2009-12-16T10:05:45Z</published>
	<updated>2009-12-16T10:05:45Z</updated>
	<author>
		<name>pablosky</name>
	</author>
	<content type="html">Hello.
&lt;br&gt;&lt;br&gt;I need to translate the error messages. I have this in my model:
&lt;br&gt;&lt;br&gt;var $validate = array(
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'username' =&amp;gt; array(
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'between' =&amp;gt; array(
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'rule' =&amp;gt; array('between', 4, 10),
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'last' =&amp;gt; true
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;),
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'unique' =&amp;gt; array(
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'rule' =&amp;gt; 'isUnique'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; )
&lt;br&gt;);
&lt;br&gt;&lt;br&gt;And this in my view:
&lt;br&gt;&lt;br&gt;echo $form-&amp;gt;input('username', array('error' =&amp;gt; array('between' =&amp;gt; _
&lt;br&gt;('Between 4 and 10.', true), 'unique' =&amp;gt; _('Existing User', true)));
&lt;br&gt;&lt;br&gt;But do not show these error messages. Shown are the error messages by
&lt;br&gt;default. But if I put only an error message then it is displayed.
&lt;br&gt;&lt;br&gt;echo $form-&amp;gt;input('username', array('error' =&amp;gt; _('Between 4 and 10.',
&lt;br&gt;true)));
&lt;br&gt;&lt;br&gt;What may be happening. Is it a bug?. Does anyone have the same
&lt;br&gt;problem?.
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815684&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815684&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Validation-error-messages-in-view.-tp26815684p26815684.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26815309</id>
	<title>How to implement Comet in CakePHP ?</title>
	<published>2009-12-16T09:11:27Z</published>
	<updated>2009-12-16T09:11:27Z</updated>
	<author>
		<name>Ignacio Enriquez Gutierre</name>
	</author>
	<content type="html">Hi, I am quite new to cakephp and this web development.
&lt;br&gt;I am trying to implement a simple chat system, using comet.
&lt;br&gt;Actually I could handle the ajax request and I have my chat system
&lt;br&gt;now, But is really not cakePHP, I basycally wrote normal php inside a
&lt;br&gt;action and barely used ajax helper.
&lt;br&gt;I did it, But It's been such a hard work for me!.
&lt;br&gt;I wonder if there is a simpler way to implement using maybe ajax
&lt;br&gt;helpers?
&lt;br&gt;Any advice, or maybe helpfull link on this will be very appreciated.
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;Ignacio
&lt;br&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815309&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815309&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-implement-Comet-in-CakePHP---tp26815309p26815309.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26814182</id>
	<title>diagrams of a web request with cakephp</title>
	<published>2009-12-16T08:37:35Z</published>
	<updated>2009-12-16T08:37:35Z</updated>
	<author>
		<name>Alan Asher</name>
	</author>
	<content type="html">&lt;html xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;I am looking for the flowchart diagram that explains when
everything is called for cake.&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;I remember seeing it once when I was first researching cakephp
so I may just be thinking of a flow chart of what MVC is.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Does any one have or know of this graphic?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;

&lt;p&gt;&lt;/p&gt;

Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt; and help others with their CakePHP related questions.&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.&lt;br /&gt;
To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26814182&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;&lt;br /&gt;
To unsubscribe from this group, send email to&lt;br /&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26814182&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br /&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/diagrams-of-a-web-request-with-cakephp-tp26814182p26814182.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26814115</id>
	<title>How to: Implement Dynamic Route in CakePHP</title>
	<published>2009-12-16T08:33:42Z</published>
	<updated>2009-12-16T08:33:42Z</updated>
	<author>
		<name>iWorm-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I've found a method to implement Dynamic Route in CakePHP.
&lt;br&gt;If we develop a CMS program using CakePHP, we often let people to
&lt;br&gt;define their menu code. The menu code basically is the URL path.
&lt;br&gt;For example: An admin create a menu named 'Milk Product', and give
&lt;br&gt;this menu a code 'product'.
&lt;br&gt;He wish to access this menu via /product
&lt;br&gt;&lt;br&gt;So we can add a static route in routes.php
&lt;br&gt;Router::connect('/product', array('controller' =&amp;gt; 'product', 'action'
&lt;br&gt;=&amp;gt; 'index'));
&lt;br&gt;&lt;br&gt;But one day, he want to change the menu code from 'product' to
&lt;br&gt;'milkproduct'? What to do then? Ask the site admin to edit the
&lt;br&gt;routes.php? Of course not.
&lt;br&gt;&lt;br&gt;We can use the code below to resolve this problem.
&lt;br&gt;&lt;br&gt;[CODE]
&lt;br&gt;$menus = '';
&lt;br&gt;$cache = ClassRegistry::init('cache');
&lt;br&gt;$cache-&amp;gt;delete('routemenus');
&lt;br&gt;if($menus = $cache-&amp;gt;read('routemenus') === false){
&lt;br&gt;&amp;nbsp; &amp;nbsp; $menusModel = ClassRegistry::init('Menu');
&lt;br&gt;&amp;nbsp; &amp;nbsp; $menus = $menusModel-&amp;gt;find('all', array('conditions' =&amp;gt; array
&lt;br&gt;('parent_id' =&amp;gt; '1')));
&lt;br&gt;&amp;nbsp; &amp;nbsp; $cache-&amp;gt;write('routemenus', $menus);
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;foreach($menus as $menuitem){
&lt;br&gt;&amp;nbsp; &amp;nbsp; Router::connect('/' . $menuitem['Menu']['code'] . '/:action/*',
&lt;br&gt;array('controller' =&amp;gt; $menuitem['MenuType']['code'], 'action' =&amp;gt;
&lt;br&gt;'index'));
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;Router::connect('/', array('controller' =&amp;gt; 'homepage', 'action' =&amp;gt;
&lt;br&gt;'index'));
&lt;br&gt;[/CODE]
&lt;br&gt;&lt;br&gt;We have 2 menu related tables: menus and menu_types.
&lt;br&gt;Their structure as belows:
&lt;br&gt;menus
&lt;br&gt;&amp;nbsp; &amp;nbsp; id
&lt;br&gt;&amp;nbsp; &amp;nbsp; menu_type_id
&lt;br&gt;&amp;nbsp; &amp;nbsp; parent_id
&lt;br&gt;&amp;nbsp; &amp;nbsp; lft
&lt;br&gt;&amp;nbsp; &amp;nbsp; rght
&lt;br&gt;&amp;nbsp; &amp;nbsp; code
&lt;br&gt;&amp;nbsp; &amp;nbsp; name
&lt;br&gt;&amp;nbsp; &amp;nbsp; created
&lt;br&gt;&amp;nbsp; &amp;nbsp; modified
&lt;br&gt;&lt;br&gt;menu_types
&lt;br&gt;&amp;nbsp; &amp;nbsp; id
&lt;br&gt;&amp;nbsp; &amp;nbsp; code
&lt;br&gt;&amp;nbsp; &amp;nbsp; name
&lt;br&gt;&amp;nbsp; &amp;nbsp; created
&lt;br&gt;&amp;nbsp; &amp;nbsp; modified
&lt;br&gt;&lt;br&gt;The code in menu_types means the controller name, and the code in
&lt;br&gt;menus means the path.
&lt;br&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26814115&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26814115&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to%3A-Implement-Dynamic-Route-in-CakePHP-tp26814115p26814115.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26813993</id>
	<title>Re: Blog Video</title>
	<published>2009-12-16T08:26:12Z</published>
	<updated>2009-12-16T08:26:12Z</updated>
	<author>
		<name>Jeremy Burns</name>
	</author>
	<content type="html">I always had problems getting to these. By poking around in the page
&lt;br&gt;source you'll &amp;nbsp;find where they are stored, for example:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.archive.org/download/SettingUpTheCakephpConsoleOnnix/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.archive.org/download/SettingUpTheCakephpConsoleOnnix/&lt;/a&gt;&lt;br&gt;&lt;br&gt;They run quite well from there.
&lt;br&gt;&lt;br&gt;On Dec 16, 4:17 pm, Sam Sherlock &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26813993&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sam.sherl...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; The screencasts can be problematic - embeding quicktime causes issues for
&lt;br&gt;&amp;gt; me, they should be flv and downloadable mov - IMHO
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; cakephp.org/*screencasts*
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - S
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2009/12/16 crisuwork &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26813993&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;maran.e...@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; What Blog video?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On 13 Dez., 03:41, Dave Porter &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26813993&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dave.southpe...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Hi Everyone,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; The Blog video appears to be broken !
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Does anyone know if it can be downloaded from somewhere ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; regards, Dave
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Check out the new CakePHP Questions sitehttp://cakeqs.organd help others
&lt;br&gt;&amp;gt; &amp;gt; with their CakePHP related questions.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; You received this message because you are subscribed to the Google Groups
&lt;br&gt;&amp;gt; &amp;gt; &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;&amp;gt; &amp;gt; To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26813993&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;gt; To unsubscribe from this group, send email to
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26813993&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26813993&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php%2Bunsubscribe@...&lt;/a&gt; om&amp;gt;For more options, visit this group at
&lt;br&gt;&amp;gt; &amp;gt;&lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;/div&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26813993&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26813993&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Blog-Video-tp26766706p26813993.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26813887</id>
	<title>Re: Blog Video</title>
	<published>2009-12-16T08:17:11Z</published>
	<updated>2009-12-16T08:17:11Z</updated>
	<author>
		<name>Sam Sherlock</name>
	</author>
	<content type="html">The screencasts can be problematic - embeding quicktime causes issues for me, they should be flv and downloadable mov - IMHO&lt;br&gt;&lt;br&gt;&lt;cite&gt;&lt;a href=&quot;http://cakephp.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cakephp.org/&lt;/a&gt;&lt;b&gt;screencasts&lt;/b&gt;&lt;/cite&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;

 - S&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/12/16 crisuwork &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26813887&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;maran.emil@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;

What Blog video?&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
On 13 Dez., 03:41, Dave Porter &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26813887&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dave.southpe...@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt; Hi Everyone,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; The Blog video appears to be broken !&lt;br&gt;
&amp;gt; Does anyone know if it can be downloaded from somewhere ?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; regards, Dave&lt;br&gt;
&lt;br&gt;
Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt; and help others with their CakePHP related questions.&lt;br&gt;
&lt;br&gt;
You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.&lt;br&gt;
To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26813887&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;&lt;br&gt;
To unsubscribe from this group, send email to&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26813887&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php%2Bunsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;


&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;

&lt;p&gt;&lt;/p&gt;

Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt; and help others with their CakePHP related questions.&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.&lt;br /&gt;
To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26813887&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;&lt;br /&gt;
To unsubscribe from this group, send email to&lt;br /&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26813887&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br /&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Blog-Video-tp26766706p26813887.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26813670</id>
	<title>Re: parent of parent model results</title>
	<published>2009-12-16T08:07:11Z</published>
	<updated>2009-12-16T08:07:11Z</updated>
	<author>
		<name>Todd McGrath-3</name>
	</author>
	<content type="html">I appreciate the tangent! &amp;nbsp;Thank you, I'm learning from you.
&lt;br&gt;&lt;br&gt;Unfortunately, switching contain as you mention still doesn't join to
&lt;br&gt;Groups though. &amp;nbsp;:(
&lt;br&gt;&lt;br&gt;Here's the query it produces:
&lt;br&gt;&lt;br&gt;SELECT `Product`.`id`, `Product`.`name`, `Product`.`small_image`,
&lt;br&gt;`Product`.`large_image`, `Product`.`collection_id`,
&lt;br&gt;`Product`.`product_type_id`, `Product`.`description`,
&lt;br&gt;`Product`.`code`, `Collection`.`name`, `Collection`.`group_id` FROM
&lt;br&gt;`products` AS `Product` LEFT JOIN `collections` AS `Collection` ON
&lt;br&gt;(`Product`.`collection_id` = `Collection`.`id`) WHERE `Product`.`name`
&lt;br&gt;LIKE 'aa'
&lt;br&gt;&lt;br&gt;I posted the model code already, but here is the controller code:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $this-&amp;gt;set('products', $this-&amp;gt;Product-&amp;gt;find('all', array
&lt;br&gt;('conditions'=&amp;gt;array('Product.name LIKE ' =&amp;gt; $searchstring),
&lt;br&gt;'contain' =&amp;gt; array(
&lt;br&gt;&amp;nbsp; &amp;nbsp;'Collection' =&amp;gt; array(
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 'fields' =&amp;gt; array('Collection.name', 'Collection.group_id',),
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 'Group' =&amp;gt; array(
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'fields' =&amp;gt; array('Group.name',),
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ),
&lt;br&gt;&amp;nbsp; &amp;nbsp;),
&lt;br&gt;) &amp;nbsp;)));
&lt;br&gt;&lt;br&gt;On Dec 16, 4:58 am, Tonu Tusk &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26813670&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lvot...@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Ok, well just so you're clear (I know I'm not always ;) ) the cake way
&lt;br&gt;&amp;gt; of doing things is to return the dataset of all items that are related
&lt;br&gt;&amp;gt; to what you ask for automatically (depending on the recursion level
&lt;br&gt;&amp;gt; set)
&lt;br&gt;&amp;gt; so just calling product's find method would automatically pull in all
&lt;br&gt;&amp;gt; data from other models that you had setup as related to the
&lt;br&gt;&amp;gt; product, ... recursing down to the models that are related to the
&lt;br&gt;&amp;gt; models that are
&lt;br&gt;&amp;gt; related to the product.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The containable behaviour is there to define a subset of the
&lt;br&gt;&amp;gt; relationships which you want to be included in the resulting dataset
&lt;br&gt;&amp;gt; of a find call.
&lt;br&gt;&amp;gt; This is useful in the short term to reduce the amount of unnecessary
&lt;br&gt;&amp;gt; data that is being ripped from your db as well as memory usage etc,
&lt;br&gt;&amp;gt; but is also good practice just to get the specific subset of data that
&lt;br&gt;&amp;gt; you need for your task in hand as your models may change / expand in
&lt;br&gt;&amp;gt; the future and if you
&lt;br&gt;&amp;gt; are just doing &amp;quot;blind&amp;quot; find calls, what might not be a problem now
&lt;br&gt;&amp;gt; with the size of data may turn into one in the future, so may as well
&lt;br&gt;&amp;gt; do it properly to start with.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; To go off on a slight tangent...
&lt;br&gt;&amp;gt; If the only models you had at the moment are your Product /
&lt;br&gt;&amp;gt; Collection / Group, then it would work to just do a
&lt;br&gt;&amp;gt; Product-&amp;gt;find('all') and the dataset that was returned would be close
&lt;br&gt;&amp;gt; to what you wanted.
&lt;br&gt;&amp;gt; However, if you had not set out a precise subset of data to retrieve
&lt;br&gt;&amp;gt; by &amp;quot;contain&amp;quot; or any other methods you could use, then in the future
&lt;br&gt;&amp;gt; if
&lt;br&gt;&amp;gt; you expanded your DB to have maybe comments and reviews related to
&lt;br&gt;&amp;gt; each product, image models related to each product as well as any
&lt;br&gt;&amp;gt; common attributes that you might want to relate to products, all of a
&lt;br&gt;&amp;gt; sudden the blind Product-&amp;gt;find('all') would be pulling in a hell of a
&lt;br&gt;&amp;gt; lot more related data.
&lt;br&gt;&amp;gt; The fact you were asking how to tailor the equivalent of a specific
&lt;br&gt;&amp;gt; sql call suggests that you are already taking this into consideration,
&lt;br&gt;&amp;gt; but it is always good to
&lt;br&gt;&amp;gt; &amp;quot;try&amp;quot; and give insight into the cake way of doing things.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cake will return the datasets of the related models that you call a
&lt;br&gt;&amp;gt; find to. You then pare down the dataset definition to what suits your
&lt;br&gt;&amp;gt; needs. There is a subtle difference to the &amp;quot;defining the specifics of
&lt;br&gt;&amp;gt; what you want cake to return&amp;quot; and
&lt;br&gt;&amp;gt; &amp;quot;how to sculpt a current SQL call into cake language&amp;quot; but once your
&lt;br&gt;&amp;gt; mindset &amp;quot;gets&amp;quot; the difference you should benefit from thinking a bit
&lt;br&gt;&amp;gt; more cakelike and the code that ensues
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Oh yeah, and many people are strong advocates of the fat model,
&lt;br&gt;&amp;gt; skinny controller idealogy / methodology.
&lt;br&gt;&amp;gt; If your 'find' calls are getting quite specific, move the code to  a
&lt;br&gt;&amp;gt; spearate function in your model (enabling reuse as well as keeping
&lt;br&gt;&amp;gt; your controller clean)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Tangent over.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I misread your original post which is why the code isn't working.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Since the Group is another level of recursive relationship from the
&lt;br&gt;&amp;gt; Product,
&lt;br&gt;&amp;gt; 'Group' variable in the contain parameter should be nested within the
&lt;br&gt;&amp;gt; Collection contain parameter (since in the
&lt;br&gt;&amp;gt; semi-abstract relationship view of the situation, the Group model is
&lt;br&gt;&amp;gt; accessible via the Collection model, not through a direct relationship
&lt;br&gt;&amp;gt; with the Product model.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; try this
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 'contain' =&amp;gt; array(
&lt;br&gt;&amp;gt;    'Collection' =&amp;gt; array(
&lt;br&gt;&amp;gt;       'fields' =&amp;gt; array('Collection.name', 'collection.group_id',),
&lt;br&gt;&amp;gt;       'Group' =&amp;gt; array(
&lt;br&gt;&amp;gt;          'fields' =&amp;gt; array('Group.name',),
&lt;br&gt;&amp;gt;       ),
&lt;br&gt;&amp;gt;    ),
&lt;br&gt;&amp;gt; )
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Dec 15, 2:43 pm, Todd McGrath &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26813670&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;todd.mcgr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thanks.  Looks like progress, but now error is:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;  Model &amp;quot;Product&amp;quot; is not associated with model &amp;quot;Group&amp;quot; [CORE/cake/libs/
&lt;br&gt;&amp;gt; &amp;gt; model/behaviors/containable.php, line 317]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt; Product has one Group through Collection:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; class Product extends AppModel {
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;         var $name = 'Product';
&lt;br&gt;&amp;gt; &amp;gt;         var $actsAs = array('Containable');
&lt;br&gt;&amp;gt; &amp;gt;         var $belongsTo = array(
&lt;br&gt;&amp;gt; &amp;gt;                         'Collection' =&amp;gt; array('className' =&amp;gt; 'Collection',
&lt;br&gt;&amp;gt; &amp;gt;                                                                 'foreignKey' =&amp;gt; 'collection_id',
&lt;br&gt;&amp;gt; &amp;gt;                                                                 'conditions' =&amp;gt; '',
&lt;br&gt;&amp;gt; &amp;gt;                                                                 'fields' =&amp;gt; '',
&lt;br&gt;&amp;gt; &amp;gt;                                                                 'order' =&amp;gt; ''
&lt;br&gt;&amp;gt; &amp;gt;                         ),
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; class Collection extends AppModel {
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;         var $name = 'Collection';
&lt;br&gt;&amp;gt; &amp;gt;         var $order = 'Collection.name';
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;         var $actsAs = array('Containable');
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;         var $belongsTo = array(
&lt;br&gt;&amp;gt; &amp;gt;                         'Group' =&amp;gt; array('className' =&amp;gt; 'Group',
&lt;br&gt;&amp;gt; &amp;gt;                                                                 'foreignKey' =&amp;gt; 'group_id',
&lt;br&gt;&amp;gt; &amp;gt;                                                                 'conditions' =&amp;gt; '',
&lt;br&gt;&amp;gt; &amp;gt;                                                                 'fields' =&amp;gt; '',
&lt;br&gt;&amp;gt; &amp;gt;                                                                 'order' =&amp;gt; ''
&lt;br&gt;&amp;gt; &amp;gt;                         )
&lt;br&gt;&amp;gt; &amp;gt;         );
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Any other ideas?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; On Dec 14, 6:06 pm, Tonu Tusk &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26813670&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lvot...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Hi, you can only specify the fields for the model that you are callng
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; the &amp;quot;find&amp;quot; method on in the 'fields' attribute in the parameter list
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; passed to the method call.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; You need to specify the fields you want returned  in the dataset
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; controlled by the containable behaviour in the 'contain' variable
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; itself.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; e.g in your parameter array to the find call you would do
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 'contain' =&amp;gt; array('Collection' =&amp;gt; array('fields' =&amp;gt; array
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; ('Collection.name', 'collection.group_id',)), 'Group' =&amp;gt; array
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; ('fields' =&amp;gt; array('Group.name'))
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; also make sure all your model relationships are setup and also the
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; actsAs variable in the Product model has 'Containable' set.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; On Dec 14, 8:25 pm, Todd McGrath &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26813670&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;todd.mcgr...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Hello,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Having trouble figuring out how to construct a query such as this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;quot;SELECT products.*, groups.* FROM products Inner Join collections ON
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; products.collection_id = collections.id Inner Join groups ON
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; collections.group_id = groups.id WHERE products.name LIKE '%&amp;quot; .
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; $searchstring . &amp;quot;'&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Products belongsTo Collections and Collections belongsTo Groups
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; I'm trying to use find all with conditions and fields and recursive,
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; but no luck.  Example:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt;             $this-&amp;gt;set('products', $this-&amp;gt;Product-&amp;gt;find('all', array
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; ('contain' =&amp;gt; array('Collection', 'Group'), 'conditions'=&amp;gt;array
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; ('Product.name LIKE ' =&amp;gt; $searchstring), 'recursive'=&amp;gt;3, 'fields' =&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; array('Product.name','Collection.name', 'Collection.group_id',
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; 'Collection.group_id','Group.name') )));
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; but, the error is:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Warning (512): SQL Error: 1054: Unknown column 'Group.name' in 'field
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; list' [CORE/cake/libs/model/datasources/dbo_source.php, line 512]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; How can I obtain the Group field data through Collections when
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; querying Products?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; &amp;gt; Todd
&lt;/div&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26813670&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26813670&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/parent-of-parent-model-results-tp26784189p26813670.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26812948</id>
	<title>How to overload app controller functions in child controller</title>
	<published>2009-12-16T07:30:18Z</published>
	<updated>2009-12-16T07:30:18Z</updated>
	<author>
		<name>engine</name>
	</author>
	<content type="html">i have one app_controller in app/ directory which has BeforeFilter() function now i also have another example_controller controller in my controller directory which is inheriting the app_controller class (of course)class now my goal is to have one method in there which executes in the very beginning and set its private variables to some value. prior to cakephp i was using class constructor method to achieve this but cakephp do not allow me to use __construct() because it is already defined in core controller class. i also tried using beforeFilter() but this is again defined in parent class (custom app_controller) and giving me error, how can i have a constructor like function inside my controller does it has somthing to do with function overloading&lt;div class=&quot;signature&quot;&gt;&lt;a href=&quot;http://www.libmaker.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sell books online&lt;/a&gt; | &lt;a href=&quot;http://www.milestree.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Web/tech news&lt;/a&gt; | &lt;a href=&quot;http://www.hiclicks.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;seo and usability service&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-overload-app-controller-functions-in-child-controller-tp26812948p26812948.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26812120</id>
	<title>Re: Blog Video</title>
	<published>2009-12-16T06:41:00Z</published>
	<updated>2009-12-16T06:41:00Z</updated>
	<author>
		<name>crisuwork</name>
	</author>
	<content type="html">What Blog video?
&lt;br&gt;&lt;br&gt;On 13 Dez., 03:41, Dave Porter &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26812120&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dave.southpe...@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Hi Everyone,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The Blog video appears to be broken !
&lt;br&gt;&amp;gt; Does anyone know if it can be downloaded from somewhere ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; regards, Dave
&lt;br&gt;&lt;br&gt;Check out the new CakePHP Questions site &lt;a href=&quot;http://cakeqs.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cakeqs.org&lt;/a&gt;&amp;nbsp;and help others with their CakePHP related questions.
&lt;br&gt;&lt;br&gt;You received this message because you are subscribed to the Google Groups &amp;quot;CakePHP&amp;quot; group.
&lt;br&gt;To post to this group, send email to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26812120&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php@...&lt;/a&gt;
&lt;br&gt;To unsubscribe from this group, send email to
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26812120&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cake-php+unsubscribe@...&lt;/a&gt; For more options, visit this group at &lt;a href=&quot;http://groups.google.com/group/cake-php?hl=en&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/cake-php?hl=en&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Blog-Video-tp26766706p26812120.html" />
</entry>

</feed>
