RE: Trash bin instead of immediate deletion -- where to put logic

2008-06-12 Thread Ryan Rose
I think you can accomplish the same thing with the Soft Delete Behavior: http://bakery.cakephp.org/articles/view/soft-delete-behavior HTH, Ryan Rose CTO, Brightegg One Technology Drive Tolland, CT 06084 e: [EMAIL PROTECTED] p: 860.730.2631 http://www.brightegg.com Build, Manage and Market A

RE: Accessing existing, non-cake stuff on my server

2008-06-01 Thread Ryan Rose
You can add an extra rule to the .htaccess file in your webroot folder: RewriteEngine On RewriteBase / #for urls that don't need cake control RewriteCond %{REQUEST_URI} ^/stats/(.*)$ RewriteRule ^.*$ - [L] Ryan Rose CTO, Brightegg One Technology Drive Tolland, CT 06

RE: Building an API to plug into Cake AppControllers.

2008-05-19 Thread Ryan Rose
looking at how they are handling their API with Cake (they're using 1.2 Beta). HTH, Ryan Rose CTO, Brightegg One Technology Drive Tolland, CT 06084 e: [EMAIL PROTECTED] p: 860.730.2631 http://www.brightegg.com Build, Manage and Market A Better Website -Original Message- From: cak

RE: » with $form->submit()

2008-03-30 Thread Ryan Rose
Try: echo $form->submit("Send Email »",array('escape' => false)); Works for me. Ryan Rose Chief Technology Officer Digiwize, Inc. One Technology Drive Tolland, CT 06084 e: [EMAIL PROTECTED] p: 860.730.2631 http://www.digiwize.com http://www.brightegg.com Build,

RE: Plugin Models Not Loading for 1.2.0.5875 pre-beta release?

2007-10-25 Thread Ryan Rose
nflector::underscore($name); after line 194 which fixed the problem but then the loadPluginModels function fails. Ryan Rose Vice President Digiwize, Inc. One Technology Drive Tolland, CT 06084 e: [EMAIL PROTECTED] p: 860.730.2631 http://www.digiwize.com -Original Message- From: cake-

Plugin Models Not Loading for 1.2.0.5875 pre-beta release?

2007-10-25 Thread Ryan Rose
Has anyone else experienced problems with loading plugin models using the 1.2.0.5875 pre-beta release? The standard "Missing Model" error message says it expects the model to be in app/models, which is incorrect because it should be in app/plugins/plugin_name/models. Ryan Rose Vice

RE: get access from one controller to another

2007-09-14 Thread Ryan Rose
Try requestAction: http://manual.cakephp.org/chapter/controllers Regards, Ryan Rose Vice President Digiwize, Inc. One Technology Drive Tolland, CT 06084 e: [EMAIL PROTECTED] p: 860.730.2631 http://www.digiwize.com -Original Message- From: cake-php@googlegroups.com [mailto:[EMAIL

Cake 1.2 Share Session Across Subdomains

2007-08-31 Thread Ryan Rose
Is it possible to share sessions (stored in the database) across subdomains without changing any of the Cake core files? Thanks. Ryan Rose Vice President Digiwize, Inc. One Technology Drive Tolland, CT 06084 e: [EMAIL PROTECTED] p: 860.730.2631 http://www.digiwize.com