Re: Help Understanding Fat Models

2012-01-31 Thread Marius
Great explaniation Jeremy! +1 I recently got my head around the principle too. I'd recomend it included in the cookbook alongside MVC introduction to reinforce the DRY concept. Essential learning for more complex systems. On Jan 30, 9:52 pm, jeremyharris funeralm...@gmail.com wrote: The best

Re: cakephp error interrupts my jquery callback

2012-01-31 Thread AD7six
On Jan 30, 10:59 pm, Tomfox Wiranata tomfox.wiran...@gmail.com wrote: any idea how i eliminate any error output like this? How about by identifying the cause and fixing your code? AD -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new

Re: how to confiure myproject with cakephp 1.3 on shaing host

2012-01-31 Thread phpMagpie
third i move webroot folder from app to public_html Why on earth did you do that? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To

Re: how to confiure myproject with cakephp 1.3 on shaing host

2012-01-31 Thread ahmed fakher
because i see this video and cookbook links http://book.cakephp.org/1.3/en/view/915/Advanced-Installation read this sentence (You can even move the webroot folder out of the app folder as long as you tell Cake where you've put it. ) http://www.youtube.com/watch?v=4GobWo1rIkE so if i am do the

Re: how to confiure myproject with cakephp 1.3 on shaing host

2012-01-31 Thread phpMagpie
Sorry, wading into a discussion I obviously don't know everything about :P Just never had to do that, running 20+ CakePHP sites and countless more demo sites on local WAMP setup and never strayed from the basic install which has always worked (although I do operate my own hosting company so

Re: Cake 2.1 Events:

2012-01-31 Thread phpMagpie
Sam, thanks for getting involved. The text you have taken is form the example above the one I want to implement. I want to use the one below as the one you have referenced also states: This may not be the cleanest way to do it ... ... This simple way of defining them using the Configure class

Switch languages links

2012-01-31 Thread Constantin.FF
I have the following routes: Router::connect(/:lang, array('controller' = 'pages', 'slug' = 'home'), array('lang' = '[a-z]{3}', 'pass' = array('slug'))); Router::connect(/:lang/:controller, array(), array('lang' = '[a- z]{3}', 'pass' = array('slug')));

Re: HttpSocket won't use 443 port for https request automatically

2012-01-31 Thread euromark
could be you can open a ticket at cakephp.lighthouseapp.com/projects/42648/tickets/ if you feel like this should be addressed but dont forget to mention the cake version you are using this time (as you did here^^) On 31 Jan., 04:38, Perry perry...@gmail.com wrote: when I pass a https url to

Re: how to confiure myproject with cakephp 1.3 on shaing host

2012-01-31 Thread thatsgreat2345
Running on shared hosting, I upload my cake folder to just above public_html. Inside this cake folder you should have your app folder, and lib, plugins, vendors, index.php, and .htaccess My app folder I will name after my project, so for this instance we shall call it TestProj Then in public_html

Re: how to confiure myproject with cakephp 1.3 on shaing host

2012-01-31 Thread thatsgreat2345
This way you can just add as many apps you want inside /cake, and then toss the webroots into public_html. You won't have to have tons of different cakes for each project you work on. On Jan 31, 1:01 pm, thatsgreat2345 thatsgreat2...@gmail.com wrote: Running on shared hosting, I upload my cake

Re: Cake 2.1 Events:

2012-01-31 Thread Ceeram
@phpMagpie a follow up on this subject would be nice ;) -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group,

Re: how to confiure myproject with cakephp 1.3 on shaing host

2012-01-31 Thread ahmed fakher
something wrong it is not work look at this link http://alashera.3owl.com/testproject/ you will see this error Warning: include(cake/bootstrap.php) [function.include]: failed to open stream: No such file or directory in /home/u560489163/public_html/ testproject/index.php on line 76 Warning:

Re: HttpSocket won't use 443 port for https request automatically

2012-01-31 Thread Perry
i'm using cake 2.0.5 On Tue, Jan 31, 2012 at 10:58 PM, euromark dereurom...@googlemail.comwrote: could be you can open a ticket at cakephp.lighthouseapp.com/projects/42648/tickets/ if you feel like this should be addressed but dont forget to mention the cake version you are using this time