Locale cakePHP-usersgroup near Cologne / Lokale cakePHP-usersgroup Nähe Köln

2009-07-21 Thread Andreas Hofmann
gemacht habt. Wer Interesse hat, meldet sich bitte einfach bei uns und wir versuchen mal sowas auf die Beine zu stellen. Schraibt eine Mail an cake...@platinnetz.de Wir freuen uns auf eure Rückmeldung! Schöne Grüße aus Köln, Andreas Hofmann, Olav Schettler Platinnetz GmbH

Master / Slave Support

2009-01-19 Thread Andreas Hofmann
$_useDbConfig variable already exists and will use the same config. Now every query you do will use this slave-config, EXCEPT all save's and updateAll's, because you've overwritten these methods to use your master-config. Hope this tutorial was helpful to you! Greetings, Andreas Hofmann

Getting route-URL for internal controller/action-URL

2008-10-09 Thread Andreas Hofmann
Hi all, i discovered the whole Router-class-definition, but I found no method, that matches my needs :) Is there any way to get the URL of a defined route for an internal cake-controller/action-URL. For example I have this route defined: Router::connect('/gruppen', array('controller' =

Re: Getting route-URL for internal controller/action-URL

2008-10-09 Thread Andreas Hofmann
Ah, I remember the word for this thing I'm looking for: A Lookup :P On 9 Okt., 10:23, Andreas Hofmann [EMAIL PROTECTED] wrote: Hi all, i discovered the whole Router-class-definition, but I found no method, that matches my needs :) Is there any way to get the URL of a defined route

Re: Getting route-URL for internal controller/action-URL

2008-10-09 Thread Andreas Hofmann
, at 17:23, Andreas Hofmann wrote: Hi all, i discovered the whole Router-class-definition, but I found no method, that matches my needs :) Is there any way to get the URL of a defined route for an internal cake-controller/action-URL. For example I have this route defined: Router

Related Model returns empty array

2008-09-24 Thread Andreas Hofmann
Hi, I'm not sure if this is a bug, or I'm just blind... I've developed some apps in cakePHP already, but I can't find the reason for this problem. I have a Gallery and a User Model. When fetching a Gallery, the User array is empty (It should contain the fields specified in the

Loading a component with App::import() doesn't work

2008-07-25 Thread Andreas Hofmann
Hi all! I'm using cake 1.2.0.7296 RC2 and was now rewriting my code. When I try to import a component aith App::import, it seems not be loaded/started up: public function __construct() { parent::__construct(); App::import('component', 'Auth'); } Results in: Undefined property: