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

2012-08-15 Thread Carachi
Anyone use GIT ? I have read that GIT is better than SVN... On Tuesday, August 14, 2012 4:58:19 PM UTC+2, Carachi wrote: > > 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,... > wh

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

CakePHP & SimpleTest : error

2011-05-19 Thread Carachi
Hello, I'm trying to use Simpletest for testing my controller. I go to http://localhost/test.php and give me this error: Fatal error: Call to undefined method CakeHtmlReporter::SimpleReporter() in /home/www/cake/tests/lib/ reporter/cake_base_reporter.php on line 85 I use cakephp 1.38 and simple

Re: Helper don't work under Plugins folder

2011-05-18 Thread Carachi
Thank you euromark I clear the cache more times with Cache::clear(); and now works!! Thank you :) On May 18, 10:54 am, euromark wrote: > did you clear the cache and do you work with debug > 0 ? > usually thats the problem > > On 18 Mai, 10:24, Carachi wrote: > > &g

Re: Helper don't work under Plugins folder

2011-05-18 Thread Carachi
> put plugin inside app/plugins/menu_builder/views/helpers/menu_builder.php > > i think you make wrong plugin folderName, MenuBuilder instead of > menu_builder > > correct me if i'm wrong ! :) > -- > Lep pozdrav, Tilen Majerlehttp://majerle.eu > > 2011/5/17 Carach

Helper don't work under Plugins folder

2011-05-17 Thread Carachi
Hello, I try to install a plugin that have an helper. This plugin is : MenuBuilder. In the AppController I add : var $helpers = array('Html','Form','Javascript', 'Session', 'MenuBuilder.MenuBuilder' ); But Cake don't find the Helper Error: The helper file app/views/helpers/menu

Re: Ajax helper Error

2011-05-17 Thread Carachi
Thank you gremlin, it is a very stupid error. Thank you Bye On May 17, 5:43 am, gremlin wrote: > var $helpers = array( ); // Notice it is plural - you have $helper > > On May 16, 7:10 am, Carachi wrote: > > > > > > > > > Hi, > > I try to use the Ajax

Re: Administrator Menu with ACL

2011-05-16 Thread Carachi
arkstory/cakephp_menu_component > > On May 16, 11:57 am, Carachi wrote: > > > > > > > > > Hello, > > I want to ask if someone know a package to create a dynamic > > administrator menu based on ACL settings. > > So if a user login as administrato

Administrator Menu with ACL

2011-05-16 Thread Carachi
Hello, I want to ask if someone know a package to create a dynamic administrator menu based on ACL settings. So if a user login as administrator, he can see all function in his menu; if he isn't the administrator, he can see only the allow function for his group. Thank you very much Bye -- Our n

Ajax helper Error

2011-05-16 Thread Carachi
Hi, I try to use the Ajax Helper to receive data for an html select and to send the form to a page, but I have this problem, in the view compare: Notice (8): Undefined variable: Ajax [APP/views/control/index.ctp, line 34] or Notice (8): Undefined property: View::$Ajax [APP/views/control/ index.ctp,

Re: Html Link in the elements

2011-04-28 Thread Carachi
you On 28 Apr, 11:47, euromark wrote: > read the manuel for 1.3 > > $this->Html->link() > > On 28 Apr., 11:40, Carachi wrote: > > > > > > > > > Hello, > > I have this problem. > > I want create a menu for my website, so I use an e

Html Link in the elements

2011-04-28 Thread Carachi
Hello, I have this problem. I want create a menu for my website, so I use an element that I set in my layout.ctp so: element('menu',array(),true);?> I need use link for my menu but the helper doesn't work! I try with : $this->html->link(..) //but doesn't reconize $this because there isn't an

Truncate database table

2011-04-27 Thread Carachi
Hello, I want truncate a table on mysql so I see that exist a function truncate($table) on dbo_source.php I try to use it so: $this->Model->truncate("Model"); // or $this->Model->truncate(); but it give error like: SQL Error: 1064: You have an error in your SQL syntax; check the manual ...

How build a menu?

2011-04-21 Thread Carachi
Hi, I want build a dynamic menu for my website. Can you say me how can I do? There is some tutorial about that? Thank you Bye -- 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 wit

Generate RSS with attributes

2011-04-18 Thread Carachi
Hi, I need create an RSS with some attribute inside the tags, like this: http://search.yahoo.com/mrss/";> Example media RSS playlist for the JW Player http://www.longtailvideo.com Big Buck Bunny - FLV Video

Re: Error Security::cipher()

2011-03-14 Thread Carachi
the default > value for $this->Cookie->key (either by using the > >   var $components    = array('Cookie' => array(...)); > > syntax, or by > >   $this->Cookie->key = ...; > > On Mar 11, 2:12 am, Carachi wrote: > > > > > > > > >

Re: Error Security::cipher()

2011-03-11 Thread Carachi
d this works! I don't understand why in the UsersController it doesn't works! Thank you bye On 10 Mar, 23:06, cricket wrote: > On Thu, Mar 10, 2011 at 4:48 PM, Carachi wrote: > > Thank you. > > after set I call this method: > >     $this->Cookie->rea

Re: Error Security::cipher()

2011-03-10 Thread Carachi
't return anything... Thank you On Mar 10, 8:20 pm, cricket wrote: > On Thu, Mar 10, 2011 at 11:46 AM, Carachi wrote: > > thank you rethab > > I try with debug function but I didn't understand the problem. > > Cakephp give this error: > > > Warning (512)

Re: Error Security::cipher()

2011-03-10 Thread Carachi
Thank you. after set I call this method: $this->Cookie->read('mycookie'); and it return this error: Warning (512): You cannot use an empty key for Security::cipher() if I call with debug function so: On Mar 10, 8:20 pm, cricket wrote: > On Thu, Mar 10, 2011 a

Re: Error Security::cipher()

2011-03-10 Thread Carachi
me as if one of your parameters was empty > > cheers > > On 10 Mrz., 15:06, Carachi wrote: > > > > > > > > > HI rethab > > thank you. > > How can I do function debug?? > > > Thank you > > > On 10 Mar, 13:00, rethab wrote: > &

Re: Error Security::cipher()

2011-03-10 Thread Carachi
HI rethab thank you. How can I do function debug?? Thank you On 10 Mar, 13:00, rethab wrote: > have you checked what's the value of the parameters? e.g. by using the > function debug > > On 10 Mrz., 11:23, Carachi wrote: > > > > > > > > > Hello,

Error Security::cipher()

2011-03-10 Thread Carachi
Hello, I try to use the Cookie component but I have this problem: I write the cookie in controller1 so: $this->Cookie->write($name, $value ,true, $time); and try to read this cookie from an other controller, controller2, so: $this->Cookie->read($name); but when i call this functio

Re: constructClasses() ????

2011-03-09 Thread Carachi
User->Gallery->Image > > > You can access any user / gallery / image controllers action thru the chain > > > Or if not related use Telen’s loadModel. > > > K > > >  *From:* cake-php@googlegroups.com [mailto:cake-php@googlegroups.com] *On > > Behalf Of

Re: constructClasses() ????

2011-03-09 Thread Carachi
: > why you want to do that, i'm sure you can do this in other way...:) > -- > Lep pozdrav, Tilen Majerlehttp://majerle.eu > > 2011/3/9 Carachi > > > > > > > > > If  I want set some parameter in the construct class, how can I do?? > > > On Mar 9,

Re: constructClasses() ????

2011-03-09 Thread Carachi
ybu...@classoutfit.comhttp://www.classoutfit.com > > On 9 Mar 2011, at 13:02, Carachi wrote: > > > > > > > > > Hi, > > I have this problem. > > I want use a construct for a my controller so I insert in this > > controller this function: >

Re: constructClasses() ????

2011-03-09 Thread Carachi
w.classoutfit.com > > On 9 Mar 2011, at 13:02, Carachi wrote: > > > > > > > > > Hi, > > I have this problem. > > I want use a construct for a my controller so I insert in this > > controller this function: > > > var $user; > > public

constructClasses() ????

2011-03-09 Thread Carachi
Hi, I have this problem. I want use a construct for a my controller so I insert in this controller this function: var $user; public function constructClasses(){ $this->user = 'test'; } but it return this error: Fatal error: Call to undefined method stdClass::allow() in /home/www/ app/controller

Re: PHPCake: trouble with Controllers

2010-12-01 Thread Carachi
Hi Jeremy, I have the same problem of bobaso But I don't understand How can I do to solve the problem. How I can edit my model to do it? Thank you On Nov 17, 8:31 pm, Jeremy Burns | Class Outfit wrote: > The syntax you are using relates to models, not to controllers. So within the > users_cont

Image on database - How can I display it?

2009-12-19 Thread Carachi
Hello, I have this problem. I had follow this guide ( http://my.opera.com/Cakephp/blog/file-upload-with-cakephp ) for Upload file and store it on database. I need to store photo and file, so I thinked that is good for me! But now I want display this photo on the screen like a gallery, and not down

multiple database

2009-11-16 Thread Carachi
Hi, I want copy data from a database to the another database. how can i do? Can you post me a example of codes? I have try the code in the other posts but don't work! Thank you very much! -- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to thi