How to make different model-data-array compatible

2010-01-29 Thread Freight
Hi, I think find-method returns different data-arrays for recursive date. However I want to use the userdata in the same index-element in different actions. So there will be an error with the var-names. MyModel: Entry hasMany Users Users belongsTo Group Entry-find('first') returns an array

Re: Getting Xdebug to work under CakePHP 1.2 and NetBeans 6.5

2009-08-24 Thread Freight
Hi, take a look here: http://groups.google.ch/group/cake-php/browse_thread/thread/73bcf80a3d626c75 For me I have to set the webroot correct to the cake-webroot-dir in project-properties. Greetz On 20 Jul., 20:16, MarcS marcschue...@gmail.com wrote: have you (or anyone else) figured this out?

Re: CakePHP-powered Forum best structure?

2007-11-04 Thread Freight
You can change the path to access your cakeapp on several ways. E.g. htaccess, index.php, cake-route. I would use a model also for forum. Greetings On 3 Nov., 17:29, mbleonardo [EMAIL PROTECTED] wrote: Hi all, I wanna start making a forum application with CakePHP and I'm asking for

How many models are possible with Cake?

2007-10-25 Thread Freight
do you think? How many models do you have succesfully in one CakeApp? What do you think, is the max-number of possible Models, so that Cake still works stable? Greetings Freight --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: findAll and $recursive option

2007-08-27 Thread Freight
Have looked at this? Perhaps sixth parameter! http://api.cakephp.org/class_model.html#63ade7d3c6d03c83ab53a224e23ad9dd Model::findAll ( $conditions = null, $ fields = null, $ order = null, $ limit = null,

Deactivate Sessions Completly

2007-07-31 Thread Freight
Hi, I want completly deactivate the session functionalety from cake so that no session is started at all. I tried to comment out CakeSession and SessionComponent, however it hasnt the right effect. Has anyone a clue, what to do? Thanks Freight

Re: Using Cake with Zend Session or Cake without any Sessions?

2007-07-27 Thread Freight
Can I use Cake without any Session, even without Zend-Session? On 26 Jul., 22:10, gwoo [EMAIL PROTECTED] wrote: Add Zend to your vendors directory. Write your own SessionComponent. use vendor('Zend/Session', 'Zend/Auth'); or whatever the path to the libs are. Create the methods you need like

Re: Cakephp Installation

2007-07-27 Thread Freight
Where is the problem exactly? On 27 Jul., 15:07, saritha [EMAIL PROTECTED] wrote: Hi all, Iam unable to configure cakephp.I get confused.I have gone thru the manual also.pl help me in this manner.pl give your suggestions to configure cakephp to develope the application.And the steps needed

Using Cake with Zend Session or Cake without any Sessions?

2007-07-26 Thread Freight
to deactivate all the CakeSession-Functionality. Can I deactivate Sessions in Cake or are they designed in the core? So can I use Cake without any session-handling? Thanks Freight --~--~-~--~~~---~--~~ You received this message because you are subscribed