CakeFest III: Rmapage in Berlin

2009-04-10 Thread rpeterson

Hey all,

I am still on the fence on weather I can make CakeFest 3 or not,
however, in the light that I may be able to go I am interested in
finding anyone interested in splitting a hotel room and what not. Let
me know.

If your interested, contact me via http://www.serenitysoft.com/
contact details. Thanks.

~rpeterson

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en
-~--~~~~--~~--~--~---



Javascript Form Coding Needed

2008-06-16 Thread rpeterson

Hey all,

We need someone to code 3 interactive forms, and a gallery using
lightbox (already installed) on an existing CakePHP site we have
created for a client. We simply need someone to code it using JQuery
and HTML, CSS styling will be done in house. We wil privide design,
form layout and any other assets you may need.

Budget for this project is $1500.00 USD, please contact
[EMAIL PROTECTED] if you are interested. Thanks.

~rpeterson
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: need possible solution to remove VALUES being quoted

2007-07-28 Thread rpeterson

Also, I am using Cake 1.2 latest, and here is the behavior for
reference, http://bin.cakephp.org/view/166336900


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



need possible solution to remove VALUES being quoted

2007-07-28 Thread rpeterson

Hello Groupies,

I have created and AES encryption behavior to use MySQL AES_ENCRYPT
and AES_DECRYPT for an array of fields.  Everything is working except
that on the save I can't find a way to get Cake not to add quotes
around the values. So instead of getting the values with
AES_ENCRYPT(value,key) I am getting 'AES_ENCRYPT(value,key)'. I have
till Monday to resolve this because of deadlines on the project. Any
assistance would be greatfull.

~rpeterson


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



ACM Project To Reach 1.0

2006-09-28 Thread rpeterson

Dear Cake Bakers,

Things have finally reached a point where I can devote more time to
finishing version 1.0 of ACM. Being that it has been a little while
since I have been able to work on the project, I am looking for people
to email me or post here things they would like to see available in the
1.0 release, from there I will take old request on the CakeForge site
and new information and build a 1.0 and possibly start a 2.0 roadmap.
If you would like to email me, shoot an email to ryan (a) yesperiod
(dot) com with requests.

Thank you in advanced for those who contribute input to make ACM a
powerful, and handy tool.

~rpeterson


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Would this work....?

2006-08-02 Thread rpeterson

duh to me

needs to be

function beforeRender(){
}


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Would this work....?

2006-08-02 Thread rpeterson

I am trying to work on optimizing one of my apps to make it cleaner and
faster. In this I am thinking about doing action aliasing like
this...will this work?



//--START

var $beforeRender = array('_prepForOut');
var $Out = array();  //This holds all values coolected to be applied
with $this->set();
var $aliases = array(
'join'   => 'Join',
'verify' => 'Verify Your Account',
'remind' => 'Forgot My Password',
'login'  => 'Login',
logout' => 'Logout');

-- (...) --

function _prepForOut()
{
$this->Out['ptitle'] = $this->aliases[$this->action];
$this->_setAll();
}

function _setAll()
{
foreach($this->out AS $id => $data)
{
$this->set($id,$data);
}
}

// END


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-10 Thread rpeterson

Hey All!

If you are using ACM or have tried using it I would appreciate it if
you could take some time to fill out the following survey.

https://cakeforge.org/survey/survey.php?group_id=63&survey_id=3

This is ment to help us find out what community needs are and waht we
can do to improve ACM!

~rpeterson


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Access Control Manager (ACM) Plugin Now Available!

2006-05-05 Thread rpeterson

Hey All!

Ok, I uploaded a new release ACM 0.10.0.7 that will work with CakePHP
1.0, also added Install instuctions in docs and in the notes of the
release. See the change log for what was done.

Let me know if you have other issues.

~rpeterson


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Multi-User Permission Control

2006-05-04 Thread rpeterson

please see
http://groups.google.com/group/cake-php/browse_thread/thread/fd7d0727b7d3a684/efc3e7e3dd354aed#efc3e7e3dd354aed


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Access Control Manager (ACM) Plugin Now Available!

2006-05-04 Thread rpeterson

Hey Everyone!

ACM Plugin is now ready to rock! We currently released version 0.10.0.4
pending bug fixes to version 1.0. The project can be found at:
http://cakeforge.org/projects/acm/ .

What is ACM?

ACM is a simple web-interface will plug into your exisitng CakePHP
application by simply droping it into the plugin directory. Alowing you
to easily manage your ACL Permissions.

Note: Thie project was origonal called ACL Admin, since then we have
decided to rename it and open it as a whole new project.

I am usualy on irc if you have any questions.

~rpeterson

**Many thanks to gwoo for all his help on geting this project
available**


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: AppController Componed SQL Query Issue

2006-04-12 Thread rpeterson

Yeh, I figured it all out, my though process was a little fuzzy :-P


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



AppController Componed SQL Query Issue

2006-04-12 Thread rpeterson

Hey Everyone,

I am trying to use $this->query() in a component called in the
AppController and its telling me it is an undefined method ... anyone
have any ideas on why that may be?

~rpeterson


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---