How to completly deny access to test.php?

2011-03-03 Thread chris
I notice that if you have the debug level set to 0 then accessing a
url such as

myapp.com/test.php

results in the message

'Debug setting does not allow access to this url.'

Is there a setting to make it so this URL is completely inaccessible
for production sites, either it redirects or goes to an error page?

Out of interest, I checked the first site I came across CakePHP
Questions, and that site does the same thing, so maybe it is not an
easy fix?

E.g.

http://ask.cakephp.org/test.php

-- 
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, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Configure datasources plugin

2011-03-03 Thread damien d
Hi,

I'm new on cakephp 1.3.7 and i want to access a sqlite3 db.
So i take a look to datasources plugins (https://github.com/cakephp/
datasources/) that support this kind of database.

I unzip it under app/plugins/datasources, and i configure my database
under database.php :
class DATABASE_CONFIG {

var $default = array(
'driver' = 'Datasources.DboSqlite3',
'host' = '',
'port' = '',
'login' = '',
'password' = '',
'database' = '/var/www/discofy/discotify.db/',
'schema' = '',
'prefix' = '',
'encoding' = ''
);
}


But when i go to cakephp start page , i have :

Your database configuration file is present.
Cake is NOT able to connect to the database.


Any idea to help me ? the readme file isn't enought explicit to help
me as i'm a newbie.

-- 
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, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Implementing social networking using CakePHP

2011-03-03 Thread Rishab Jain
Hi guys,

I am planning to write a social networking website from the scratch. I
wish to use CakePHP. Can anybody let me know the positives and
negatives of using cakephp? Also, it would be great if anybody can
provide me any information related to the development. or even the
source code.

Thanks
Rishab

-- 
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, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Configure datasources plugin

2011-03-03 Thread Stephen
Are you sure you have the correct filename and path?

/app/config/database.php

On 3 March 2011 11:13, damien d damien.dur...@gmail.com wrote:

 Hi,

 I'm new on cakephp 1.3.7 and i want to access a sqlite3 db.
 So i take a look to datasources plugins (https://github.com/cakephp/
 datasources/ https://github.com/cakephp/%0Adatasources/) that support
 this kind of database.

 I unzip it under app/plugins/datasources, and i configure my database
 under database.php :
 class DATABASE_CONFIG {

var $default = array(
'driver' = 'Datasources.DboSqlite3',
'host' = '',
'port' = '',
'login' = '',
'password' = '',
'database' = '/var/www/discofy/discotify.db/',
'schema' = '',
'prefix' = '',
'encoding' = ''
 );
 }


 But when i go to cakephp start page , i have :

 Your database configuration file is present.
 Cake is NOT able to connect to the database.


 Any idea to help me ? the readme file isn't enought explicit to help
 me as i'm a newbie.

 --
 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, send email to
 cake-php+unsubscr...@googlegroups.com For more options, visit this group
 at http://groups.google.com/group/cake-php




-- 
Kind Regards
 Stephen

 http://www.ninjacodermonkey.co.uk

-- 
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, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Configure datasources plugin

2011-03-03 Thread damien durant
Yes i copy the sample under app/config in the same directory.

and when i try to access :
http://localhost/project/
it tell me the config file is ok.



On Thu, Mar 3, 2011 at 2:09 PM, Stephen step...@ninjacodermonkey.co.ukwrote:

 Are you sure you have the correct filename and path?

 /app/config/database.php

 On 3 March 2011 11:13, damien d damien.dur...@gmail.com wrote:

 Hi,

 I'm new on cakephp 1.3.7 and i want to access a sqlite3 db.
 So i take a look to datasources plugins (https://github.com/cakephp/
 datasources/ https://github.com/cakephp/%0Adatasources/) that support
 this kind of database.

 I unzip it under app/plugins/datasources, and i configure my database
 under database.php :
 class DATABASE_CONFIG {

var $default = array(
'driver' = 'Datasources.DboSqlite3',
'host' = '',
'port' = '',
'login' = '',
'password' = '',
'database' = '/var/www/discofy/discotify.db/',
'schema' = '',
'prefix' = '',
'encoding' = ''
 );
 }


 But when i go to cakephp start page , i have :

 Your database configuration file is present.
 Cake is NOT able to connect to the database.


 Any idea to help me ? the readme file isn't enought explicit to help
 me as i'm a newbie.

 --
 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, send email to
 cake-php+unsubscr...@googlegroups.com For more options, visit this group
 at http://groups.google.com/group/cake-php




 --
 Kind Regards
  Stephen

  http://www.ninjacodermonkey.co.uk


  --
 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, send email to
 cake-php+unsubscr...@googlegroups.com For more options, visit this group
 at http://groups.google.com/group/cake-php




-- 
Damien Durant

-- 
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, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


How to completly deny access to test.php?

2011-03-03 Thread Sam Bernard
Just edit your htaccess file to deny access or just ad a simple header() 
redirect in test.php if debug is 0.

-- 
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, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Implementing social networking using CakePHP

2011-03-03 Thread Sam Bernard
http://book.cakephp.org/

As to the benefits/drawbacks. of Cakephp- do a web search... it has been 
exhaustively covered.

-- 
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, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Implementing social networking using CakePHP

2011-03-03 Thread Bogdan Bursuc
My suggestion is wait for cake 2.0 or start using right now till u
finish u'r network it will probably be released for production.
It  has many many great new features. I already use it.

On Thu, Mar 3, 2011 at 4:08 PM, Sam Bernard sambern...@gmail.com wrote:
 http://book.cakephp.org/

 As to the benefits/drawbacks. of Cakephp- do a web search... it has been 
 exhaustively covered.

 --
 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, send email to
 cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
 http://groups.google.com/group/cake-php




-- 
Thanks,
Bogdan Iulian Bursuc

-- 
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, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


more fields for David Persson's media plugin form?

2011-03-03 Thread Tan Cheng
Hi everyone,

I am now using David Persson's media plugin to handle the ajax upload
now.

But the upload form only shows the file type input, like

?php

echo $form-create('Gallery', array('type' = 'file'));

echo $form-input('file', array('type' = 'file', 'label' = 
false,
'class' = 'imageUpload'));

echo $form-end();

?

What if I want to add more fields, like the title of the photo or some
description to add to my image table in db? I have added $form-
input('title'), but it doesn't show up at all.

Anyone had experience using this plugin? How to customise this?

Thank you very much!!



-- 
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, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


image upload via iphone app

2011-03-03 Thread Foroct
I have a site where a user can upload some text and an image.  The
image processing is being handled using the Media Plugin by David
Persson.  When a user submits a form with an image attached the image
gets crunched to multiple sizes and put in the correct folder.

For my iphone app I have a similar process.  The user fills out a form
but due to some constraints the form data upload is a multi step
process. First the image is sent (via xhr) and stored on my server,
the file name is returned to the app then the text is sent back to my
site as a JSON file and a new record is created in my database.

This is all working however I would like to use the Media Plugin to
crunch my image upload from the iphone app.
I cant seem to find any information on how to do this, has anyone done
it before or does anyone know a way to make it happen? Basically is
there a way to invoke the Media Plugin without first going through a
form in a view?

Thanks in advance.

-- 
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, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Configure datasources plugin

2011-03-03 Thread Ryan Schmidt

On Mar 3, 2011, at 05:13, damien d wrote:

 I'm new on cakephp 1.3.7 and i want to access a sqlite3 db.
 So i take a look to datasources plugins (https://github.com/cakephp/
 datasources/) that support this kind of database.
 
 I unzip it under app/plugins/datasources, and i configure my database
 under database.php :
 class DATABASE_CONFIG {
 
   var $default = array(
   'driver' = 'Datasources.DboSqlite3',
   'host' = '',
   'port' = '',
   'login' = '',
   'password' = '',
   'database' = '/var/www/discofy/discotify.db/',

There probably shouldn't be a slash at the end, since you're referring to an 
SQLite database file, not a directory.





-- 
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, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Configure datasources plugin

2011-03-03 Thread damien durant
Yes, i see that mistake just after my post. I correct it, but same result.

On Thu, Mar 3, 2011 at 4:26 PM, Ryan Schmidt google-2...@ryandesign.comwrote:


 On Mar 3, 2011, at 05:13, damien d wrote:

  I'm new on cakephp 1.3.7 and i want to access a sqlite3 db.
  So i take a look to datasources plugins (https://github.com/cakephp/
  datasources/) that support this kind of database.
 
  I unzip it under app/plugins/datasources, and i configure my database
  under database.php :
  class DATABASE_CONFIG {
 
var $default = array(
'driver' = 'Datasources.DboSqlite3',
'host' = '',
'port' = '',
'login' = '',
'password' = '',
'database' = '/var/www/discofy/discotify.db/',

 There probably shouldn't be a slash at the end, since you're referring to
 an SQLite database file, not a directory.





 --
 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, send email to
 cake-php+unsubscr...@googlegroups.com For more options, visit this group
 at http://groups.google.com/group/cake-php




-- 
Damien Durant

-- 
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, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Configure datasources plugin

2011-03-03 Thread Ryan Schmidt
And there is actually an SQLite database at /var/www/discofy/discotify.db? You 
can open this database using another SQLite client? Is this file and the 
directory it's in readable and writable by the web server process?



-- 
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, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Configure datasources plugin

2011-03-03 Thread damien durant
Yes, the db file exist.
I can connect (and i make some insert in) with sqlite3 command line sheel.

I guess it's readable and writable. For test purpose, i'd just try a chmod
777 on the db file, without success...

On Thu, Mar 3, 2011 at 4:41 PM, Ryan Schmidt google-2...@ryandesign.comwrote:

 And there is actually an SQLite database at /var/www/discofy/discotify.db?
 You can open this database using another SQLite client? Is this file and the
 directory it's in readable and writable by the web server process?



 --
 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, send email to
 cake-php+unsubscr...@googlegroups.com For more options, visit this group
 at http://groups.google.com/group/cake-php




-- 
Damien Durant

-- 
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, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Auth Problems

2011-03-03 Thread Dreknor
Now I used the Code from
http://book.cakephp.org/view/1250/Authentication

but every time I get an Error:

Warning (2): Cannot modify header information - headers already sent
by (output started at C:\xampp\xampplite\htdocs\cakephp\cake\libs
\debugger.php:673) [CORE\cake\libs\controller\controller.php, line
742]
Code | Context

$status =   Location: http://localhost/cakephp/;

header - [internal], line ??
Controller::header() - CORE\cake\libs\controller\controller.php, line
742
Controller::redirect() - CORE\cake\libs\controller\controller.php,
line 721
AuthComponent::startup() - CORE\cake\libs\controller\components
\auth.php, line 375
Component::triggerCallback() - CORE\cake\libs\controller
\component.php, line 186
Controller::startupProcess() - CORE\cake\libs\controller
\controller.php, line 523
Dispatcher::_invoke() - CORE\cake\dispatcher.php, line 187
Dispatcher::dispatch() - CORE\cake\dispatcher.php, line 171
[main] - APP\webroot\index.php, line 83





On 1 Mrz., 16:11, Ryan Schmidt google-2...@ryandesign.com wrote:
 On Mar 1, 2011, at 03:02, Dreknor wrote:

  Notice (8): Use of undefined constant VALID_NOT_EMPTY - assumed
  'VALID_NOT_EMPTY' [CORE\cake\libs\class_registry.php, line 141]

  Notice (8): Use of undefined constant VALID_EMAIL - assumed
  'VALID_EMAIL' [CORE\cake\libs\class_registry.php, line 141]

 You must've been following an old CakePHP 1.2.x tutorial; these were removed 
 in CakePHP 1.3.

 Instead of VALID_NOT_EMPTY, read about notEmpty:

 http://book.cakephp.org/view/740/notEmpty

 Instead of VALID_EMAIL, read about email:

 http://book.cakephp.org/view/1161/email

  Notice (1024): Please change the value of 'Security.salt' in app/
  config/core.php to a salt value specific to your application [CORE\cake
  \libs\debugger.php, line 684]

  Notice (1024): Please change the value of 'Security.cipherSeed' in app/
  config/core.php to a numeric (digits only) seed value specific to your
  application [CORE\cake\libs\debugger.php, line 688]

 Please do those things that the error messages say to do. See also:

 http://book.cakephp.org/view/924/The-Configuration-Class#CakePHP-Core...

-- 
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, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: How to completly deny access to test.php?

2011-03-03 Thread cricket
On Thu, Mar 3, 2011 at 6:03 AM, chris chris@internetlogistics.com wrote:
 I notice that if you have the debug level set to 0 then accessing a
 url such as

 myapp.com/test.php

 results in the message

 'Debug setting does not allow access to this url.'

 Is there a setting to make it so this URL is completely inaccessible
 for production sites, either it redirects or goes to an error page?

Yes, there is just such a setting:

rm -f app/webroot/test.php

-- 
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, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: image upload via iphone app

2011-03-03 Thread cricket
On Thu, Mar 3, 2011 at 9:52 AM, Foroct forrestfraz...@gmail.com wrote:
 I have a site where a user can upload some text and an image.  The
 image processing is being handled using the Media Plugin by David
 Persson.  When a user submits a form with an image attached the image
 gets crunched to multiple sizes and put in the correct folder.

 For my iphone app I have a similar process.  The user fills out a form
 but due to some constraints the form data upload is a multi step
 process. First the image is sent (via xhr) and stored on my server,
 the file name is returned to the app then the text is sent back to my
 site as a JSON file and a new record is created in my database.

 This is all working however I would like to use the Media Plugin to
 crunch my image upload from the iphone app.
 I cant seem to find any information on how to do this, has anyone done
 it before or does anyone know a way to make it happen? Basically is
 there a way to invoke the Media Plugin without first going through a
 form in a view?

It doesn't need to go through a Cake form, just post it to a URL
handled by a controller implementing the uploader, and make sure
whatever form you do use formats the data the same way you normally
would have.

-- 
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, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


User accounts to restrict specific features

2011-03-03 Thread lebert
Hello everyone,

I'm making a website and I need the following feature:

- The website will have a lot of pictures in slideshows that can be
seen by anyone
- Images will have an 'Add to favorites' button
- If a user is registered and logged in already, when he clicks the
'Add to favorites' button, the current image will be stored in his
profile in the database
- If a user is not logged in or registered yet, when he clicks the
'Add to favorites' button, he will be prompted to either register or
log in, and after completing that, the image will be added to the
favorites section of his profile.

My question is: what's the best option to accomplish this? My website
is running under CakePHP 1.3, and I've been looking at the ACL
tutorial, but I'm not sure if that's what I need to do this. What
about Cake's Session? Or maybe it will be easier to use normal PHP
code (as if I wasn't using CakePHP).

I'm not sure what way to go. I have some PHP knowledge but I've never
worked with user accounts, and I'm not sure what's the best approach
for my specific needs. Any advice would be appreciated, or link to a
good tutorial or something. The ACl tutorial in CakePHP's website is
meant to block users from accessing some pages without being logged
in, but I'm not sure that I can apply it to my functionality...

Thank you very much in advance!

-- 
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, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: User accounts to restrict specific features

2011-03-03 Thread cricket
On Thu, Mar 3, 2011 at 2:35 PM, lebert albertriba...@gmail.com wrote:
 Hello everyone,

 I'm making a website and I need the following feature:

 - The website will have a lot of pictures in slideshows that can be
 seen by anyone
 - Images will have an 'Add to favorites' button
 - If a user is registered and logged in already, when he clicks the
 'Add to favorites' button, the current image will be stored in his
 profile in the database
 - If a user is not logged in or registered yet, when he clicks the
 'Add to favorites' button, he will be prompted to either register or
 log in, and after completing that, the image will be added to the
 favorites section of his profile.

No need for ACL. If you're using AuthComponent this is a cinch.

In your view:

if ($this-Session-read('Auth.User.id'))
{
// display faves button
}

In your controller, DO NOT add the faves action to the
$this-Auth-allowedActions array.

Pass the Image.id to the action and get the User.id with $this-Auth-user('id')

-- 
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, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: User accounts to restrict specific features

2011-03-03 Thread Sam Bernard
Your application sounds simple enough that you may not need ACL- however, 
you may find ACL useful if you expand your app to have different permission 
levels for different groups.

Take a look at Croogo CMS- it has the most intuitive, easy to use 
implementation of ACL in Cakephp that I've seen. If you end up using ACL, 
you might find Croogo useful in piecing it together.

-- 
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, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: User accounts to restrict specific features

2011-03-03 Thread lebert
Thank you guys for your replies! I'll check those out

On Mar 3, 6:46 pm, Sam Bernard sambern...@gmail.com wrote:
 Your application sounds simple enough that you may not need ACL- however,
 you may find ACL useful if you expand your app to have different permission
 levels for different groups.

 Take a look at Croogo CMS- it has the most intuitive, easy to use
 implementation of ACL in Cakephp that I've seen. If you end up using ACL,
 you might find Croogo useful in piecing it together.

-- 
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, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: On the road to Da Vinci 2.0

2011-03-03 Thread O.J. Tibi
Good idea, I'll add that line to my custom list of spam stop words. :)

On Mar 3, 9:48 am, Matt Murphy mattyh...@gmail.com wrote:
 If I were the owner of the list, I'd have banned him on the basis of him
 having started off with mercy, peace and love.

 On Wed, Mar 2, 2011 at 8:29 PM, Larry E. Masters php...@gmail.com wrote:

  He should email me, I am the one who banned him. And since I am the owner
  of the list I think that gives me the right to ban for content I consider
  spam and as mentioned in this thread it was cross posted in a lot of other
  places.

  --
  Larry E. Masters

  On Wed, Mar 2, 2011 at 7:26 PM, Sam Bernard sambern...@gmail.com wrote:

  This guy just emailed me pissed that he got banned... he accused us of
  being ignorant patricians oppressing the brilliant ideas of uppity
  plebes pride much?

  On Mar 2, 4:56 pm, Sam Bernard sambern...@gmail.com wrote:
   It's a spam post- do a google searchb on the title... its been posted
  everywhere.

  --
  Our newest site for the community: CakePHP Video Tutorials
 http://tv.cakephp.org
  Check out the new CakePHP Questions sitehttp://ask.cakephp.organd help
  others with their CakePHP related questions.

  To unsubscribe from this group, send email to
  cake-php+unsubscr...@googlegroups.com For more options, visit this group
  athttp://groups.google.com/group/cake-php

   --
  Our newest site for the community: CakePHP Video Tutorials
 http://tv.cakephp.org
  Check out the new CakePHP Questions sitehttp://ask.cakephp.organd help
  others with their CakePHP related questions.

  To unsubscribe from this group, send email to
  cake-php+unsubscr...@googlegroups.com For more options, visit this group
  athttp://groups.google.com/group/cake-php

-- 
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, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: On the road to Da Vinci 2.0

2011-03-03 Thread Jeremy Burns | Class Outfit
I have had a few personal rambling replies now, none of which made a lot more 
sense than the original mail. He seems very offended that no one really gets 
his point, and wrongly assumes it's because English is not his native tongue.

Jeremy Burns
Class Outfit

jeremybu...@classoutfit.com
http://www.classoutfit.com

On 4 Mar 2011, at 03:34, O.J. Tibi wrote:

 Good idea, I'll add that line to my custom list of spam stop words. :)
 
 On Mar 3, 9:48 am, Matt Murphy mattyh...@gmail.com wrote:
 If I were the owner of the list, I'd have banned him on the basis of him
 having started off with mercy, peace and love.
 
 On Wed, Mar 2, 2011 at 8:29 PM, Larry E. Masters php...@gmail.com wrote:
 
 He should email me, I am the one who banned him. And since I am the owner
 of the list I think that gives me the right to ban for content I consider
 spam and as mentioned in this thread it was cross posted in a lot of other
 places.
 
 --
 Larry E. Masters
 
 On Wed, Mar 2, 2011 at 7:26 PM, Sam Bernard sambern...@gmail.com wrote:
 
 This guy just emailed me pissed that he got banned... he accused us of
 being ignorant patricians oppressing the brilliant ideas of uppity
 plebes pride much?
 
 On Mar 2, 4:56 pm, Sam Bernard sambern...@gmail.com wrote:
 It's a spam post- do a google searchb on the title... its been posted
 everywhere.
 
 --
 Our newest site for the community: CakePHP Video Tutorials
 http://tv.cakephp.org
 Check out the new CakePHP Questions sitehttp://ask.cakephp.organd help
 others with their CakePHP related questions.
 
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.com For more options, visit this group
 athttp://groups.google.com/group/cake-php
 
  --
 Our newest site for the community: CakePHP Video Tutorials
 http://tv.cakephp.org
 Check out the new CakePHP Questions sitehttp://ask.cakephp.organd help
 others with their CakePHP related questions.
 
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.com For more options, visit this group
 athttp://groups.google.com/group/cake-php
 
 -- 
 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, send email to
 cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
 http://groups.google.com/group/cake-php

-- 
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, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: On the road to Da Vinci 2.0

2011-03-03 Thread Sam Bernard
Me as well...

I you would like to read the continuing saga of Alexander Sergeyev, the 
Symfony developers(bless their hearts) have tried to make sense of his inane 
ramblings:
https://groups.google.com/forum/#!topic/symfony-devs/vVh6IxWEJng

-- 
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, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Multiple Domain App

2011-03-03 Thread xfhxfh
Hi, i was wondering if it generally is possible to structure an app in
a way that allows for multiple domain universes existing next to
each other in the same app. So that different url domains land on
different layout files and routes show the correct url throughout each
universe. Then I wouldn't have to propagate code through different
apps which are meant to have or base on same functions or content etc.
That would help immensely in my case.

Any info very appreciated.
Frank

-- 
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, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Multiple Domain App

2011-03-03 Thread Jeremy Burns | Class Outfit
One way to go is to build your functionality into plugins and use them across 
many apps?

Jeremy Burns
Class Outfit

jeremybu...@classoutfit.com
http://www.classoutfit.com

On 4 Mar 2011, at 06:49, xfhxfh wrote:

 Hi, i was wondering if it generally is possible to structure an app in
 a way that allows for multiple domain universes existing next to
 each other in the same app. So that different url domains land on
 different layout files and routes show the correct url throughout each
 universe. Then I wouldn't have to propagate code through different
 apps which are meant to have or base on same functions or content etc.
 That would help immensely in my case.
 
 Any info very appreciated.
 Frank
 
 -- 
 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, send email to
 cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
 http://groups.google.com/group/cake-php

-- 
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, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php