Re: USING MYSQL STORED PROCEDURES IN CAKEPHP

2012-08-14 Thread soda sonic
use query for store procedures http://book.cakephp.org/1.3/view/1027/query 2012/8/15 Milina Udara > Hi, > > Is it ok to use stored procedures in cakephp? > There isn't any topic about stored procedures in cakephp book and api. > > -- > You received this message because you are subscribed to

Re: Why doesn't JsonView trigger callbacks?

2012-08-14 Thread Lucho Molina
[Tumbleweed] :P On Monday, August 13, 2012 11:28:53 AM UTC-5, Lucho Molina wrote: > > I was playing around with JsonView and the PaginatorHelper and noticed > that the data returned by $this->Paginator->next() was different to the > one returned by the same method when using the normal (HTML)

Re: integrating pusher.com with cakephp

2012-08-14 Thread Nick Crane
Thanks for the info, I hope it's that simple, I'll give it a go and update the post. Thanks again. On Tuesday, 14 August 2012 15:05:10 UTC+1, Nick Crane wrote: > > I'm trying to implement a web socket with PUSHER within an existing > cakephp 2.2.1 application. Has anyone attempted anything simi

Re: Which is the best platform for develop with cakephp in team?

2012-08-14 Thread abhijit kakade
Eclipse with SVN plugin is a good idea On Tue, Aug 14, 2012 at 8:36 PM, soda sonic wrote: > editor netbean or aptana or eclipse > > and trello or https://trello.com/ help you for management time > > 2012/8/14 Carachi > >> Hi, >> I would like to know which is for you the best platform for

Re: Error: The requested address was not found on this server.

2012-08-14 Thread scs
Ok After re reading the top it sound like you said you copy only the View/User folder to the legacy and that is giving you problems. If this is the case, you need to also move the Controller and Model files for users to the legacy app. If both of these files are already there show us what you h

Re: how to call one function of one contoller into another controller

2012-08-14 Thread Yasir Arafat Hasib
Hello, I think the following url will help you. http://arafats.info/how-to-call-function-of-a-controller-from-another-controller-in-cakephp/ On Tue, Aug 14, 2012 at 8:57 PM, Chetan Varshney wrote: > You should put common functions in app controller or in component. Calling > a controller func

Re: integrating pusher.com with cakephp

2012-08-14 Thread thatsgreat2345
Yeah, it's quite simple. You just import the pusher app as a vendor, or require it which I believe is what the proper way of doing it in 2.2.1 is. Like this, just put the Pusher.php file they provide in your Vendors folder of your app. require_once(APP . DS . 'Vendor' . DS . 'Pusher.php'); $pushe

Re: Which is the best platform for develop with cakephp in team?

2012-08-14 Thread soda sonic
editor netbean or aptana or eclipse and trello or https://trello.com/ help you for management time 2012/8/14 Carachi > Hi, > I would like to know which is for you the best platform for develop with > Cakephp for a little team? > which editor? Netbeans, Eclipse,... > which version system?

integrating pusher.com with cakephp

2012-08-14 Thread Nick Crane
I'm trying to implement a web socket with PUSHER within an existing cakephp 2.2.1 application. Has anyone attempted anything similar or come across any resources that define what is required, how this can be achieved? -- You received this message because you are subscribed to the Google Groups

Which is the best platform for develop with cakephp in team?

2012-08-14 Thread Carachi
Hi, I would like to know which is for you the best platform for develop with Cakephp for a little team? which editor? Netbeans, Eclipse,... which version system? SVN, GIT, Mercurial,.. server? debuger? etc. Thank you Bye -- You received this message because you are subscribed to the Google Gro

Re: how to call one function of one contoller into another controller

2012-08-14 Thread Chetan Varshney
You should put common functions in app controller or in component. Calling a controller function in other controller is not good practice. However you can import target controller in controller. App::import("Controller", "Target"); $target = new TargetController; $target->anyFunction(); On Tue

Re: undefined index error

2012-08-14 Thread mohit kumar
I tried that also using a for each. still having some problems with it. *With Best Regards, Mohit Kumar * *+91-9582894570* On Tue, Aug 14, 2012 at 7:39 PM, Dave M. wrote: > I suggest you throw a debug($weeklyroster) into your view to see how the > array is actually stru

Re: undefined index error

2012-08-14 Thread Dave M.
I suggest you throw a debug($weeklyroster) into your view to see how the array is actually structured. I would assume that you would want $weeklyroster[0]['Weeklyroster']['week'], $weeklyroster[1]['Weeklyroster']['week'], etc. On Monday, August 13, 2012 11:39:37 AM UTC-4, mohit wrote: > > Hi F

Sign up for newsletter form on homepage

2012-08-14 Thread iFemke
For a client website we want a newsletter sign up on the homepage, but we can't get this to work the way we want it. What's happening so far: If you add a real email address it gets submitted to the database and the homepage reloads, displaying a session flash message. If you add a fake email a

Re: how to call one function of one contoller into another controller

2012-08-14 Thread soda sonic
http://book.cakephp.org/1.3/view/996/Creating-Components 2012/8/14 soda sonic > you read topiccomponent. from cookbook > > i try example for you > ? 14 ?.?. 2012 19:49, "sooryender" : > > >> >> On Tuesday, July 17, 2012 11:57:16 AM UTC+5:30, sneha kulkarni wrote: >>> >>> how

Re: Error: The requested address was not found on this server.

2012-08-14 Thread soda sonic
you can copy all message error or capture error interfae and resent this mail again I hope i can help you เมื่อ 13 ส.ค. 2012 19:23, "Luís de Sousa" เขียนว่า: > > Please. > > -- > You received this message because you are subscribed to the Google Groups "CakePHP" group. > To post to this group, sen

Re: how to call one function of one contoller into another controller

2012-08-14 Thread soda sonic
you read topiccomponent. from cookbook i try example for you ? 14 ?.?. 2012 19:49, "sooryender" : > > > On Tuesday, July 17, 2012 11:57:16 AM UTC+5:30, sneha kulkarni wrote: >> >> how i can call one function of one controller into another controller.plz >> help >> > -- > You

Re: how to call one function of one contoller into another controller

2012-08-14 Thread sooryender
On Tuesday, July 17, 2012 11:57:16 AM UTC+5:30, sneha kulkarni wrote: > > how i can call one function of one controller into another controller.plz > help > -- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-

how data pass through one controller to another controller with examples

2012-08-14 Thread sooryender
-- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/

Translation of month names in Form-Helper input fields

2012-08-14 Thread Alexander Schiebel
I am currently creating the prototyp of an international application. If I switch to the german version it correctly loads the translations from Locale/deu/LC_MESSAGES/default.po. In this file I have - for example - the following translation. msgid "January" msgstr "Jänner" It works whereever

Re: CakePdf - How To Start?

2012-08-14 Thread Ceeram
Btw i just noticed there is anotyehr CakePdf plugin that does use the prefix thing, but works in completely different way I got here, as someone opened a ticket on my repo, can you confirm which plugin you are using? On Tuesday, August 14, 2012 12:37:42 AM UTC+2, Ceeram wrote: > > Hi guys, im th

Re: Class 'CakePlugin' not found while using google Oauth plugin

2012-08-14 Thread Piotr Beschel
clone or unzip whatever plugin to APP_DIRECTORY/Plugin/Opauth. clone unzip strategies to Opauth/Strategy/Strategy_Name if your app domain is http://localhost/App_Name edit Opauth bootstrap.php and set Configure::write('Opauth.path', 'App_Name/auth/'); load plugin: CakePlugin::load('Opauth', array

Re: litespeed and cakephp

2012-08-14 Thread Piotr Beschel
find CAKE_CORE_INCLUDE_PATH in /webroot/index.php and write full path to cake core like ROOT .DS. 'PLACE WHERE IS CAKE CORE'; W dniu niedziela, 12 sierpnia 2012 11:47:39 UTC+2 użytkownik hoss7 napisał: > > hi > i have one website with Cakephp 2.1.2 on Litespeed web server. > i have this error: > >