Re: Help please with Guestflo widget

2012-12-28 Thread mrfugimoto
Hi @jsundquist.

This is my rootappviews folder contents

C:\xampp\htdocs\divinghorse\app\views
C:\xampp\htdocs\divinghorse\app\views\administrators
C:\xampp\htdocs\divinghorse\app\views\categories
C:\xampp\htdocs\divinghorse\app\views\elements
C:\xampp\htdocs\divinghorse\app\views\errors
C:\xampp\htdocs\divinghorse\app\views\events
C:\xampp\htdocs\divinghorse\app\views\galleries
C:\xampp\htdocs\divinghorse\app\views\helpers
C:\xampp\htdocs\divinghorse\app\views\images
C:\xampp\htdocs\divinghorse\app\views\layouts
C:\xampp\htdocs\divinghorse\app\views\layouts\js
C:\xampp\htdocs\divinghorse\app\views\layouts\rss
C:\xampp\htdocs\divinghorse\app\views\layouts\xml
C:\xampp\htdocs\divinghorse\app\views\news
C:\xampp\htdocs\divinghorse\app\views\newsdetail
C:\xampp\htdocs\divinghorse\app\views\ourevents
C:\xampp\htdocs\divinghorse\app\views\ourgalleries
C:\xampp\htdocs\divinghorse\app\views\pagecontent
C:\xampp\htdocs\divinghorse\app\views\pages
C:\xampp\htdocs\divinghorse\app\views\scaffolds

This is the admin panel online from panel login view thru setting up a new 
event and what it looks like on the web.

Admin Panel
http://i366.photobucket.com/albums/oo101/johnnypiepics/1-adminhome_zps366ca5cb.jpg

Add New Event
http://i366.photobucket.com/albums/oo101/johnnypiepics/2-addevent_zpsa7092e1d.jpg

Event Added in HTML editor mode.Then saved
http://i366.photobucket.com/albums/oo101/johnnypiepics/3-eventadded_saved_zps985dadb3.jpg

Event view on web page, the guestflo widget script and stripped
http://i366.photobucket.com/albums/oo101/johnnypiepics/4-pageresult_zpscd55c45a.jpg

On Thursday, December 27, 2012 8:48:55 PM UTC-5, jsundquist wrote:

 What is Grr Cms that they are using? Cakephp is just a framework in 
 itself. It might help to understand this admin panel you speak of. 
 Honestly it sounds to me like you need to modify the layout file which is 
 usually with app/Views
 On Dec 27, 2012 7:37 PM, mrfugimoto ro...@nhlfightclub.comjavascript: 
 wrote:

 Hi @cricket. Thank you very much for reply.

 Unfortunately I am very unfamiliar with cakePHP. Of our 300 seo 
 customers. This particular one is the only one who uses this script. 

 The business owner, (our customer) just started using guestflo, this site 
 http://guestflo.com/ to create promotional ads for their website. 

 I would post the site but it's an adult site for a strip club in Atlantic 
 City New Jersey USA. 

 Basically when I go into the cakePHP management console Add event it 
 doesn't allow me to embed that widget code. It only allows for basic HTML 
 and upload of an image to be posted under Managed Events on the CMS. 

 I've told the customer this may not be possible to post the widget mainly 
 because the version they are using is cakePHP vers 1.3. Which I believe is 
 old and doesn't support the jquery scripts. If there is a work around 
 without ruining their CMS framework, I'll try it but I really don't think 
 they want to have the code changed entirely in order to make the widget 
 work.

 Hopefully this all makes sense and I'm not rambling. Any help you can 
 provide is greatly appreciated. Thank you

 On Thursday, December 27, 2012 2:41:55 PM UTC-5, mrfugimoto wrote:

 Hi Please delete if this shows up twice. I posted in the old cakephp 
 Google Groups but nothing showed up. I clicked new cakephp Google group, 
 and still didn't see anything.

 Trying again...

 Hi I am extremely unfamiliar with cakephp framework. I work for a web
 development company who provide SEO support to customers. We inherited
 a site which is cakephp 1.3, (I believe an old version). We have an
 Our Events page and the customer asked me to add a widget

 This is the widget below. I've tried adding this through the admin
 panel New Event. Nothing works. It's just an empty image frame with
 nothing to the right. Please help. I've tried everywhere on Google and
 find nothing.

 Thank you to anybody ahead of time.

 code
 div style=float:left;width:600px;**
  script 
 src=http://guestflo.com/**venue-widget.phphttp://guestflo.com/venue-widget.php
 ?
 VenueID=31limit=30a_link=**614 type=text/javascript
  /div
  style type=text/css
 .widget-wrapper{
 width:650px;
 color:#fff;
 }
  /style
 /code

  -- 
 Like Us on FaceBook https://www.facebook.com/CakePHP
 Find us on Twitter http://twitter.com/CakePHP
  
 --- 
 You received this message because you are subscribed to the Google Groups 
 CakePHP group.
 To post to this group, send email to cake...@googlegroups.comjavascript:
 .
 To unsubscribe from this group, send email to 
 cake-php+u...@googlegroups.com javascript:.
 Visit this group at http://groups.google.com/group/cake-php?hl=en.
  
  



-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
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 2.0 documentation Vs Cake 1.3 documentation

2012-12-28 Thread Techinfocomp
Hello,

I Feel that Cake 1.3 documentation is much understandable and easier then 
Cake 2.0 documentation, I don't know why CakePHP Did that ?

Eg:

AuthComponent in 2.0
-
http://book.cakephp.org/2.0/en/core-libraries/components/authentication.html

And

AuthComponent in 1.3

http://book.cakephp.org/1.3/en/The-Manual/Core-Components/Authentication.html

In 1.3 it's clearly mention that how can i convert my normal password 
string into MD5 but in 2.0 it's not clear to me because there are many 
changes in AuthComponent.

One more example:

in 1.3 AuthComponent Variables are clearly described but in 2.0 there is no 
description regarding AuthComponent Variables

Any one here can help me to understand this ?

What i am trying to do is i need to convert my password in to Clean MD5 
only i don't want any extra string need to be added other then my password 
only like i don't want salt string etc.

Thanks

Harsh Gupta

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
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.
Visit this group at http://groups.google.com/group/cake-php?hl=en.




Re: Help please with Guestflo widget

2012-12-28 Thread Jonathan Sundquist
So your pasting html into a tinymxe editor which Will convert a  into lt;
and a  gt;.

If you are trying to add this static widget to the events page you Will
need to modify the ctp file within the /app/views/events directory.
Possibly an index.ctp file.

I would suggest checking out the docs for cakephp at docs.cakephp.org.
also in order to figure out which version of cakephp you are using check
out the /cake directory. If you view any file in there it should give you
an idea as to the version.
On Dec 28, 2012 6:35 AM, mrfugimoto r...@nhlfightclub.com wrote:

 Hi @jsundquist.

 This is my rootappviews folder contents

 C:\xampp\htdocs\divinghorse\app\views
 C:\xampp\htdocs\divinghorse\app\views\administrators
 C:\xampp\htdocs\divinghorse\app\views\categories
 C:\xampp\htdocs\divinghorse\app\views\elements
 C:\xampp\htdocs\divinghorse\app\views\errors
 C:\xampp\htdocs\divinghorse\app\views\events
 C:\xampp\htdocs\divinghorse\app\views\galleries
 C:\xampp\htdocs\divinghorse\app\views\helpers
 C:\xampp\htdocs\divinghorse\app\views\images
 C:\xampp\htdocs\divinghorse\app\views\layouts
 C:\xampp\htdocs\divinghorse\app\views\layouts\js
 C:\xampp\htdocs\divinghorse\app\views\layouts\rss
 C:\xampp\htdocs\divinghorse\app\views\layouts\xml
 C:\xampp\htdocs\divinghorse\app\views\news
 C:\xampp\htdocs\divinghorse\app\views\newsdetail
 C:\xampp\htdocs\divinghorse\app\views\ourevents
 C:\xampp\htdocs\divinghorse\app\views\ourgalleries
 C:\xampp\htdocs\divinghorse\app\views\pagecontent
 C:\xampp\htdocs\divinghorse\app\views\pages
 C:\xampp\htdocs\divinghorse\app\views\scaffolds

 This is the admin panel online from panel login view thru setting up a new
 event and what it looks like on the web.

 Admin Panel

 http://i366.photobucket.com/albums/oo101/johnnypiepics/1-adminhome_zps366ca5cb.jpg

 Add New Event

 http://i366.photobucket.com/albums/oo101/johnnypiepics/2-addevent_zpsa7092e1d.jpg

 Event Added in HTML editor mode.Then saved

 http://i366.photobucket.com/albums/oo101/johnnypiepics/3-eventadded_saved_zps985dadb3.jpg

 Event view on web page, the guestflo widget script and stripped

 http://i366.photobucket.com/albums/oo101/johnnypiepics/4-pageresult_zpscd55c45a.jpg

 On Thursday, December 27, 2012 8:48:55 PM UTC-5, jsundquist wrote:

 What is Grr Cms that they are using? Cakephp is just a framework in
 itself. It might help to understand this admin panel you speak of.
 Honestly it sounds to me like you need to modify the layout file which is
 usually with app/Views
 On Dec 27, 2012 7:37 PM, mrfugimoto ro...@nhlfightclub.com wrote:

 Hi @cricket. Thank you very much for reply.

 Unfortunately I am very unfamiliar with cakePHP. Of our 300 seo
 customers. This particular one is the only one who uses this script.

 The business owner, (our customer) just started using guestflo, this
 site http://guestflo.com/ to create promotional ads for their website.

 I would post the site but it's an adult site for a strip club in
 Atlantic City New Jersey USA.

 Basically when I go into the cakePHP management console Add event it
 doesn't allow me to embed that widget code. It only allows for basic HTML
 and upload of an image to be posted under Managed Events on the CMS.

 I've told the customer this may not be possible to post the widget
 mainly because the version they are using is cakePHP vers 1.3. Which I
 believe is old and doesn't support the jquery scripts. If there is a work
 around without ruining their CMS framework, I'll try it but I really don't
 think they want to have the code changed entirely in order to make the
 widget work.

 Hopefully this all makes sense and I'm not rambling. Any help you can
 provide is greatly appreciated. Thank you

 On Thursday, December 27, 2012 2:41:55 PM UTC-5, mrfugimoto wrote:

 Hi Please delete if this shows up twice. I posted in the old cakephp
 Google Groups but nothing showed up. I clicked new cakephp Google group,
 and still didn't see anything.

 Trying again...

 Hi I am extremely unfamiliar with cakephp framework. I work for a web
 development company who provide SEO support to customers. We inherited
 a site which is cakephp 1.3, (I believe an old version). We have an
 Our Events page and the customer asked me to add a widget

 This is the widget below. I've tried adding this through the admin
 panel New Event. Nothing works. It's just an empty image frame with
 nothing to the right. Please help. I've tried everywhere on Google and
 find nothing.

 Thank you to anybody ahead of time.

 code
 div style=float:left;width:600px;
  script 
 src=http://guestflo.com/**venue**-widget.phphttp://guestflo.com/venue-widget.php
 ?
 VenueID=31limit=30a_link=**614** type=text/javascript
  /div
  style type=text/css
 .widget-wrapper{
 width:650px;
 color:#fff;
 }
  /style
 /code

  --
 Like Us on FaceBook 
 https://www.facebook.com/**CakePHPhttps://www.facebook.com/CakePHP
 Find us on Twitter http://twitter.com/CakePHP

 ---
 You received this message because you are 

Re: Cake 2.0 documentation Vs Cake 1.3 documentation

2012-12-28 Thread Jonathan Sundquist
Cakephp is an open source project. If you feel there is stuff that can be
fixed or updated you can always look into submitting a pull request for
updates. I would also suggest looking at the api docs as well for
documentation on the components. You're going to get a lot more information
form the api then the book.
On Dec 28, 2012 8:00 AM, Techinfocomp opensou...@techinfocomp.com wrote:

 Hello,

 I Feel that Cake 1.3 documentation is much understandable and easier then
 Cake 2.0 documentation, I don't know why CakePHP Did that ?

 Eg:

 AuthComponent in 2.0
 -

 http://book.cakephp.org/2.0/en/core-libraries/components/authentication.html

 And

 AuthComponent in 1.3
 

 http://book.cakephp.org/1.3/en/The-Manual/Core-Components/Authentication.html

 In 1.3 it's clearly mention that how can i convert my normal password
 string into MD5 but in 2.0 it's not clear to me because there are many
 changes in AuthComponent.

 One more example:

 in 1.3 AuthComponent Variables are clearly described but in 2.0 there is
 no description regarding AuthComponent Variables

 Any one here can help me to understand this ?

 What i am trying to do is i need to convert my password in to Clean MD5
 only i don't want any extra string need to be added other then my password
 only like i don't want salt string etc.

 Thanks

 Harsh Gupta

 --
 Like Us on FaceBook https://www.facebook.com/CakePHP
 Find us on Twitter http://twitter.com/CakePHP

 ---
 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.
 Visit this group at http://groups.google.com/group/cake-php?hl=en.




-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
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.
Visit this group at http://groups.google.com/group/cake-php?hl=en.




Re: Help please with Guestflo widget

2012-12-28 Thread mrfugimoto
Hi @jsundquist, it's cake version 1.3Old. I have read through 
everything I think there is in the cookbooks. It seems not even the 
developers of cakePHP know how to get the widget to work. It's not a knock 
against the developers. I just don't see any references to adding scripts 
in their documentation. Not even on the google groups. 

Any idea if the newest version supports embedding scripts?

Thank you for your help.

On Friday, December 28, 2012 9:15:25 AM UTC-5, jsundquist wrote:

 So your pasting html into a tinymxe editor which Will convert a  into 
 lt; and a  gt;. 

 If you are trying to add this static widget to the events page you Will 
 need to modify the ctp file within the /app/views/events directory. 
 Possibly an index.ctp file.

 I would suggest checking out the docs for cakephp at docs.cakephp.org.  
 also in order to figure out which version of cakephp you are using check 
 out the /cake directory. If you view any file in there it should give you 
 an idea as to the version.
 On Dec 28, 2012 6:35 AM, mrfugimoto ro...@nhlfightclub.comjavascript: 
 wrote:

 Hi @jsundquist.

 This is my rootappviews folder contents

 C:\xampp\htdocs\divinghorse\app\views
 C:\xampp\htdocs\divinghorse\app\views\administrators
 C:\xampp\htdocs\divinghorse\app\views\categories
 C:\xampp\htdocs\divinghorse\app\views\elements
 C:\xampp\htdocs\divinghorse\app\views\errors
 C:\xampp\htdocs\divinghorse\app\views\events
 C:\xampp\htdocs\divinghorse\app\views\galleries
 C:\xampp\htdocs\divinghorse\app\views\helpers
 C:\xampp\htdocs\divinghorse\app\views\images
 C:\xampp\htdocs\divinghorse\app\views\layouts
 C:\xampp\htdocs\divinghorse\app\views\layouts\js
 C:\xampp\htdocs\divinghorse\app\views\layouts\rss
 C:\xampp\htdocs\divinghorse\app\views\layouts\xml
 C:\xampp\htdocs\divinghorse\app\views\news
 C:\xampp\htdocs\divinghorse\app\views\newsdetail
 C:\xampp\htdocs\divinghorse\app\views\ourevents
 C:\xampp\htdocs\divinghorse\app\views\ourgalleries
 C:\xampp\htdocs\divinghorse\app\views\pagecontent
 C:\xampp\htdocs\divinghorse\app\views\pages
 C:\xampp\htdocs\divinghorse\app\views\scaffolds

 This is the admin panel online from panel login view thru setting up a 
 new event and what it looks like on the web.

 Admin Panel

 http://i366.photobucket.com/albums/oo101/johnnypiepics/1-adminhome_zps366ca5cb.jpg

 Add New Event

 http://i366.photobucket.com/albums/oo101/johnnypiepics/2-addevent_zpsa7092e1d.jpg

 Event Added in HTML editor mode.Then saved

 http://i366.photobucket.com/albums/oo101/johnnypiepics/3-eventadded_saved_zps985dadb3.jpg

 Event view on web page, the guestflo widget script and stripped

 http://i366.photobucket.com/albums/oo101/johnnypiepics/4-pageresult_zpscd55c45a.jpg

 On Thursday, December 27, 2012 8:48:55 PM UTC-5, jsundquist wrote:

 What is Grr Cms that they are using? Cakephp is just a framework in 
 itself. It might help to understand this admin panel you speak of. 
 Honestly it sounds to me like you need to modify the layout file which is 
 usually with app/Views
 On Dec 27, 2012 7:37 PM, mrfugimoto ro...@nhlfightclub.com wrote:

 Hi @cricket. Thank you very much for reply.

 Unfortunately I am very unfamiliar with cakePHP. Of our 300 seo 
 customers. This particular one is the only one who uses this script. 

 The business owner, (our customer) just started using guestflo, this 
 site http://guestflo.com/ to create promotional ads for their website. 

 I would post the site but it's an adult site for a strip club in 
 Atlantic City New Jersey USA. 

 Basically when I go into the cakePHP management console Add event it 
 doesn't allow me to embed that widget code. It only allows for basic HTML 
 and upload of an image to be posted under Managed Events on the CMS. 

 I've told the customer this may not be possible to post the widget 
 mainly because the version they are using is cakePHP vers 1.3. Which I 
 believe is old and doesn't support the jquery scripts. If there is a work 
 around without ruining their CMS framework, I'll try it but I really don't 
 think they want to have the code changed entirely in order to make the 
 widget work.

 Hopefully this all makes sense and I'm not rambling. Any help you can 
 provide is greatly appreciated. Thank you

 On Thursday, December 27, 2012 2:41:55 PM UTC-5, mrfugimoto wrote:

 Hi Please delete if this shows up twice. I posted in the old cakephp 
 Google Groups but nothing showed up. I clicked new cakephp Google group, 
 and still didn't see anything.

 Trying again...

 Hi I am extremely unfamiliar with cakephp framework. I work for a web
 development company who provide SEO support to customers. We inherited
 a site which is cakephp 1.3, (I believe an old version). We have an
 Our Events page and the customer asked me to add a widget

 This is the widget below. I've tried adding this through the admin
 panel New Event. Nothing works. It's just an empty image frame with
 nothing to the right. Please help. I've tried everywhere on 

Re: Help please with Guestflo widget

2012-12-28 Thread Jonathan Sundquist
This really isn't a cakephp problem.  Someone built a cms on top of cakephp
and you are relaying heavily on that.  In order to add this new, from what
I can understand from the initial post, static widget you will need to
modify one of the view files.  This doesn't sound like some thing you will
be able to accomplish via the admin panel. If you would like help walking
you through what is required feel free to email me directly and I will try
to help you out.


On Fri, Dec 28, 2012 at 8:57 AM, mrfugimoto r...@nhlfightclub.com wrote:

 Hi @jsundquist, it's cake version 1.3Old. I have read through
 everything I think there is in the cookbooks. It seems not even the
 developers of cakePHP know how to get the widget to work. It's not a knock
 against the developers. I just don't see any references to adding scripts
 in their documentation. Not even on the google groups.

 Any idea if the newest version supports embedding scripts?

 Thank you for your help.


 On Friday, December 28, 2012 9:15:25 AM UTC-5, jsundquist wrote:

 So your pasting html into a tinymxe editor which Will convert a  into
 lt; and a  gt;.

 If you are trying to add this static widget to the events page you Will
 need to modify the ctp file within the /app/views/events directory.
 Possibly an index.ctp file.

 I would suggest checking out the docs for cakephp at docs.cakephp.org.
 also in order to figure out which version of cakephp you are using check
 out the /cake directory. If you view any file in there it should give you
 an idea as to the version.
 On Dec 28, 2012 6:35 AM, mrfugimoto ro...@nhlfightclub.com wrote:

 Hi @jsundquist.

 This is my rootappviews folder contents

 C:\xampp\htdocs\divinghorse\**app\views
 C:\xampp\htdocs\divinghorse\**app\views\administrators
 C:\xampp\htdocs\divinghorse\**app\views\categories
 C:\xampp\htdocs\divinghorse\**app\views\elements
 C:\xampp\htdocs\divinghorse\**app\views\errors
 C:\xampp\htdocs\divinghorse\**app\views\events
 C:\xampp\htdocs\divinghorse\**app\views\galleries
 C:\xampp\htdocs\divinghorse\**app\views\helpers
 C:\xampp\htdocs\divinghorse\**app\views\images
 C:\xampp\htdocs\divinghorse\**app\views\layouts
 C:\xampp\htdocs\divinghorse\**app\views\layouts\js
 C:\xampp\htdocs\divinghorse\**app\views\layouts\rss
 C:\xampp\htdocs\divinghorse\**app\views\layouts\xml
 C:\xampp\htdocs\divinghorse\**app\views\news
 C:\xampp\htdocs\divinghorse\**app\views\newsdetail
 C:\xampp\htdocs\divinghorse\**app\views\ourevents
 C:\xampp\htdocs\divinghorse\**app\views\ourgalleries
 C:\xampp\htdocs\divinghorse\**app\views\pagecontent
 C:\xampp\htdocs\divinghorse\**app\views\pages
 C:\xampp\htdocs\divinghorse\**app\views\scaffolds

 This is the admin panel online from panel login view thru setting up a
 new event and what it looks like on the web.

 Admin Panel
 http://i366.photobucket.com/**albums/oo101/johnnypiepics/1-**
 adminhome_zps366ca5cb.jpghttp://i366.photobucket.com/albums/oo101/johnnypiepics/1-adminhome_zps366ca5cb.jpg

 Add New Event
 http://i366.photobucket.com/**albums/oo101/johnnypiepics/2-**
 addevent_zpsa7092e1d.jpghttp://i366.photobucket.com/albums/oo101/johnnypiepics/2-addevent_zpsa7092e1d.jpg

 Event Added in HTML editor mode.Then saved
 http://i366.photobucket.com/**albums/oo101/johnnypiepics/3-**
 eventadded_saved_zps985dadb3.**jpghttp://i366.photobucket.com/albums/oo101/johnnypiepics/3-eventadded_saved_zps985dadb3.jpg

 Event view on web page, the guestflo widget script and stripped
 http://i366.photobucket.com/**albums/oo101/johnnypiepics/4-**
 pageresult_zpscd55c45a.jpghttp://i366.photobucket.com/albums/oo101/johnnypiepics/4-pageresult_zpscd55c45a.jpg

 On Thursday, December 27, 2012 8:48:55 PM UTC-5, jsundquist wrote:

 What is Grr Cms that they are using? Cakephp is just a framework in
 itself. It might help to understand this admin panel you speak of.
 Honestly it sounds to me like you need to modify the layout file which is
 usually with app/Views
 On Dec 27, 2012 7:37 PM, mrfugimoto ro...@nhlfightclub.com wrote:

 Hi @cricket. Thank you very much for reply.

 Unfortunately I am very unfamiliar with cakePHP. Of our 300 seo
 customers. This particular one is the only one who uses this script.

 The business owner, (our customer) just started using guestflo, this
 site http://guestflo.com/ to create promotional ads for their
 website.

 I would post the site but it's an adult site for a strip club in
 Atlantic City New Jersey USA.

 Basically when I go into the cakePHP management console Add event
 it doesn't allow me to embed that widget code. It only allows for basic
 HTML and upload of an image to be posted under Managed Events on the 
 CMS.

 I've told the customer this may not be possible to post the widget
 mainly because the version they are using is cakePHP vers 1.3. Which I
 believe is old and doesn't support the jquery scripts. If there is a work
 around without ruining their CMS framework, I'll try it but I really don't
 think they want to have the code changed 

Re: Help please with Guestflo widget

2012-12-28 Thread mrfugimoto
If you don't mind and would like to have a look, I would like to email you 
directly. What address would you like for me to email to?

Thank you

On Friday, December 28, 2012 11:18:11 AM UTC-5, jsundquist wrote:

 This really isn't a cakephp problem.  Someone built a cms on top of 
 cakephp and you are relaying heavily on that.  In order to add this new, 
 from what I can understand from the initial post, static widget you will 
 need to modify one of the view files.  This doesn't sound like some thing 
 you will be able to accomplish via the admin panel. If you would like help 
 walking you through what is required feel free to email me directly and I 
 will try to help you out.


 On Fri, Dec 28, 2012 at 8:57 AM, mrfugimoto 
 ro...@nhlfightclub.comjavascript:
  wrote:

 Hi @jsundquist, it's cake version 1.3Old. I have read through 
 everything I think there is in the cookbooks. It seems not even the 
 developers of cakePHP know how to get the widget to work. It's not a knock 
 against the developers. I just don't see any references to adding scripts 
 in their documentation. Not even on the google groups. 

 Any idea if the newest version supports embedding scripts?

 Thank you for your help.


 On Friday, December 28, 2012 9:15:25 AM UTC-5, jsundquist wrote:

 So your pasting html into a tinymxe editor which Will convert a  into 
 lt; and a  gt;. 

 If you are trying to add this static widget to the events page you Will 
 need to modify the ctp file within the /app/views/events directory. 
 Possibly an index.ctp file.

 I would suggest checking out the docs for cakephp at docs.cakephp.org.  
 also in order to figure out which version of cakephp you are using check 
 out the /cake directory. If you view any file in there it should give you 
 an idea as to the version.
 On Dec 28, 2012 6:35 AM, mrfugimoto ro...@nhlfightclub.com wrote:

 Hi @jsundquist.

 This is my rootappviews folder contents

 C:\xampp\htdocs\divinghorse\**app\views
 C:\xampp\htdocs\divinghorse\**app\views\administrators
 C:\xampp\htdocs\divinghorse\**app\views\categories
 C:\xampp\htdocs\divinghorse\**app\views\elements
 C:\xampp\htdocs\divinghorse\**app\views\errors
 C:\xampp\htdocs\divinghorse\**app\views\events
 C:\xampp\htdocs\divinghorse\**app\views\galleries
 C:\xampp\htdocs\divinghorse\**app\views\helpers
 C:\xampp\htdocs\divinghorse\**app\views\images
 C:\xampp\htdocs\divinghorse\**app\views\layouts
 C:\xampp\htdocs\divinghorse\**app\views\layouts\js
 C:\xampp\htdocs\divinghorse\**app\views\layouts\rss
 C:\xampp\htdocs\divinghorse\**app\views\layouts\xml
 C:\xampp\htdocs\divinghorse\**app\views\news
 C:\xampp\htdocs\divinghorse\**app\views\newsdetail
 C:\xampp\htdocs\divinghorse\**app\views\ourevents
 C:\xampp\htdocs\divinghorse\**app\views\ourgalleries
 C:\xampp\htdocs\divinghorse\**app\views\pagecontent
 C:\xampp\htdocs\divinghorse\**app\views\pages
 C:\xampp\htdocs\divinghorse\**app\views\scaffolds

 This is the admin panel online from panel login view thru setting up a 
 new event and what it looks like on the web.

 Admin Panel
 http://i366.photobucket.com/**albums/oo101/johnnypiepics/1-**
 adminhome_zps366ca5cb.jpghttp://i366.photobucket.com/albums/oo101/johnnypiepics/1-adminhome_zps366ca5cb.jpg

 Add New Event
 http://i366.photobucket.com/**albums/oo101/johnnypiepics/2-**
 addevent_zpsa7092e1d.jpghttp://i366.photobucket.com/albums/oo101/johnnypiepics/2-addevent_zpsa7092e1d.jpg

 Event Added in HTML editor mode.Then saved
 http://i366.photobucket.com/**albums/oo101/johnnypiepics/3-**
 eventadded_saved_zps985dadb3.**jpghttp://i366.photobucket.com/albums/oo101/johnnypiepics/3-eventadded_saved_zps985dadb3.jpg

 Event view on web page, the guestflo widget script and stripped
 http://i366.photobucket.com/**albums/oo101/johnnypiepics/4-**
 pageresult_zpscd55c45a.jpghttp://i366.photobucket.com/albums/oo101/johnnypiepics/4-pageresult_zpscd55c45a.jpg

 On Thursday, December 27, 2012 8:48:55 PM UTC-5, jsundquist wrote:

 What is Grr Cms that they are using? Cakephp is just a framework in 
 itself. It might help to understand this admin panel you speak of. 
 Honestly it sounds to me like you need to modify the layout file which is 
 usually with app/Views
 On Dec 27, 2012 7:37 PM, mrfugimoto ro...@nhlfightclub.com wrote:

 Hi @cricket. Thank you very much for reply.

 Unfortunately I am very unfamiliar with cakePHP. Of our 300 seo 
 customers. This particular one is the only one who uses this script. 

 The business owner, (our customer) just started using guestflo, this 
 site http://guestflo.com/ to create promotional ads for their 
 website. 

 I would post the site but it's an adult site for a strip club in 
 Atlantic City New Jersey USA. 

 Basically when I go into the cakePHP management console Add event 
 it doesn't allow me to embed that widget code. It only allows for basic 
 HTML and upload of an image to be posted under Managed Events on the 
 CMS. 

 I've told the customer this may not be possible to post the 

Re: Help please with Guestflo widget

2012-12-28 Thread lowpass
In app\views\events there is probably a file named index.ctp. Open
that in an editor. There should be some PHP code that iterates over an
array of data to create listings for the events which are stored in
the DB. Find a place somewhere within this template to paste the
widget code. Next, go to app/tmp/cache/views and delete all files
inside if your cache isn't already disabled. Load the vents page and
see if the widget is displaying correctly.

On Thu, Dec 27, 2012 at 8:37 PM, mrfugimoto r...@nhlfightclub.com wrote:
 Hi @cricket. Thank you very much for reply.

 Unfortunately I am very unfamiliar with cakePHP. Of our 300 seo customers.
 This particular one is the only one who uses this script.

 The business owner, (our customer) just started using guestflo, this site
 http://guestflo.com/ to create promotional ads for their website.

 I would post the site but it's an adult site for a strip club in Atlantic
 City New Jersey USA.

 Basically when I go into the cakePHP management console Add event it
 doesn't allow me to embed that widget code. It only allows for basic HTML
 and upload of an image to be posted under Managed Events on the CMS.

 I've told the customer this may not be possible to post the widget mainly
 because the version they are using is cakePHP vers 1.3. Which I believe is
 old and doesn't support the jquery scripts. If there is a work around
 without ruining their CMS framework, I'll try it but I really don't think
 they want to have the code changed entirely in order to make the widget
 work.

 Hopefully this all makes sense and I'm not rambling. Any help you can
 provide is greatly appreciated. Thank you


 On Thursday, December 27, 2012 2:41:55 PM UTC-5, mrfugimoto wrote:

 Hi Please delete if this shows up twice. I posted in the old cakephp
 Google Groups but nothing showed up. I clicked new cakephp Google group, and
 still didn't see anything.

 Trying again...

 Hi I am extremely unfamiliar with cakephp framework. I work for a web
 development company who provide SEO support to customers. We inherited
 a site which is cakephp 1.3, (I believe an old version). We have an
 Our Events page and the customer asked me to add a widget

 This is the widget below. I've tried adding this through the admin
 panel New Event. Nothing works. It's just an empty image frame with
 nothing to the right. Please help. I've tried everywhere on Google and
 find nothing.

 Thank you to anybody ahead of time.

 code
 div style=float:left;width:600px;
  script src=http://guestflo.com/venue-widget.php?
 VenueID=31limit=30a_link=614 type=text/javascript
  /div
  style type=text/css
 .widget-wrapper{
 width:650px;
 color:#fff;
 }
  /style
 /code

 --
 Like Us on FaceBook https://www.facebook.com/CakePHP
 Find us on Twitter http://twitter.com/CakePHP

 ---
 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.
 Visit this group at http://groups.google.com/group/cake-php?hl=en.



-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
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.
Visit this group at http://groups.google.com/group/cake-php?hl=en.




Re: Help please with Guestflo widget

2012-12-28 Thread mrfugimoto
nevermind I see your email address is in the autonotification.

On Friday, December 28, 2012 12:54:43 PM UTC-5, mrfugimoto wrote:

 If you don't mind and would like to have a look, I would like to email you 
 directly. What address would you like for me to email to?

 Thank you

 On Friday, December 28, 2012 11:18:11 AM UTC-5, jsundquist wrote:

 This really isn't a cakephp problem.  Someone built a cms on top of 
 cakephp and you are relaying heavily on that.  In order to add this new, 
 from what I can understand from the initial post, static widget you will 
 need to modify one of the view files.  This doesn't sound like some thing 
 you will be able to accomplish via the admin panel. If you would like help 
 walking you through what is required feel free to email me directly and I 
 will try to help you out.


 On Fri, Dec 28, 2012 at 8:57 AM, mrfugimoto ro...@nhlfightclub.comwrote:

 Hi @jsundquist, it's cake version 1.3Old. I have read through 
 everything I think there is in the cookbooks. It seems not even the 
 developers of cakePHP know how to get the widget to work. It's not a knock 
 against the developers. I just don't see any references to adding scripts 
 in their documentation. Not even on the google groups. 

 Any idea if the newest version supports embedding scripts?

 Thank you for your help.


 On Friday, December 28, 2012 9:15:25 AM UTC-5, jsundquist wrote:

 So your pasting html into a tinymxe editor which Will convert a  into 
 lt; and a  gt;. 

 If you are trying to add this static widget to the events page you Will 
 need to modify the ctp file within the /app/views/events directory. 
 Possibly an index.ctp file.

 I would suggest checking out the docs for cakephp at docs.cakephp.org.  
 also in order to figure out which version of cakephp you are using check 
 out the /cake directory. If you view any file in there it should give you 
 an idea as to the version.
 On Dec 28, 2012 6:35 AM, mrfugimoto ro...@nhlfightclub.com wrote:

 Hi @jsundquist.

 This is my rootappviews folder contents

 C:\xampp\htdocs\divinghorse\**app\views
 C:\xampp\htdocs\divinghorse\**app\views\administrators
 C:\xampp\htdocs\divinghorse\**app\views\categories
 C:\xampp\htdocs\divinghorse\**app\views\elements
 C:\xampp\htdocs\divinghorse\**app\views\errors
 C:\xampp\htdocs\divinghorse\**app\views\events
 C:\xampp\htdocs\divinghorse\**app\views\galleries
 C:\xampp\htdocs\divinghorse\**app\views\helpers
 C:\xampp\htdocs\divinghorse\**app\views\images
 C:\xampp\htdocs\divinghorse\**app\views\layouts
 C:\xampp\htdocs\divinghorse\**app\views\layouts\js
 C:\xampp\htdocs\divinghorse\**app\views\layouts\rss
 C:\xampp\htdocs\divinghorse\**app\views\layouts\xml
 C:\xampp\htdocs\divinghorse\**app\views\news
 C:\xampp\htdocs\divinghorse\**app\views\newsdetail
 C:\xampp\htdocs\divinghorse\**app\views\ourevents
 C:\xampp\htdocs\divinghorse\**app\views\ourgalleries
 C:\xampp\htdocs\divinghorse\**app\views\pagecontent
 C:\xampp\htdocs\divinghorse\**app\views\pages
 C:\xampp\htdocs\divinghorse\**app\views\scaffolds

 This is the admin panel online from panel login view thru setting up a 
 new event and what it looks like on the web.

 Admin Panel
 http://i366.photobucket.com/**albums/oo101/johnnypiepics/1-**
 adminhome_zps366ca5cb.jpghttp://i366.photobucket.com/albums/oo101/johnnypiepics/1-adminhome_zps366ca5cb.jpg

 Add New Event
 http://i366.photobucket.com/**albums/oo101/johnnypiepics/2-**
 addevent_zpsa7092e1d.jpghttp://i366.photobucket.com/albums/oo101/johnnypiepics/2-addevent_zpsa7092e1d.jpg

 Event Added in HTML editor mode.Then saved
 http://i366.photobucket.com/**albums/oo101/johnnypiepics/3-**
 eventadded_saved_zps985dadb3.**jpghttp://i366.photobucket.com/albums/oo101/johnnypiepics/3-eventadded_saved_zps985dadb3.jpg

 Event view on web page, the guestflo widget script and stripped
 http://i366.photobucket.com/**albums/oo101/johnnypiepics/4-**
 pageresult_zpscd55c45a.jpghttp://i366.photobucket.com/albums/oo101/johnnypiepics/4-pageresult_zpscd55c45a.jpg

 On Thursday, December 27, 2012 8:48:55 PM UTC-5, jsundquist wrote:

 What is Grr Cms that they are using? Cakephp is just a framework in 
 itself. It might help to understand this admin panel you speak of. 
 Honestly it sounds to me like you need to modify the layout file which 
 is 
 usually with app/Views
 On Dec 27, 2012 7:37 PM, mrfugimoto ro...@nhlfightclub.com wrote:

 Hi @cricket. Thank you very much for reply.

 Unfortunately I am very unfamiliar with cakePHP. Of our 300 seo 
 customers. This particular one is the only one who uses this script. 

 The business owner, (our customer) just started using guestflo, this 
 site http://guestflo.com/ to create promotional ads for their 
 website. 

 I would post the site but it's an adult site for a strip club in 
 Atlantic City New Jersey USA. 

 Basically when I go into the cakePHP management console Add event 
 it doesn't allow me to embed that widget code. It only allows for basic 
 HTML and upload of 

Re: Dealing with Image Uploads

2012-12-28 Thread lowpass
One approach is to add foreign_key and model columns to your images
table so you can create associations between Image and other models
like this:

public $belongsTo = array(
'Publication' = array(
'className' = 'Publication',
'foreignKey' = 'foreign_key',
'conditions' = array(
'Image.model' = 'Publication'
),
'dependent' = true
),
'Author' = array(
'className' = 'Author',
'foreignKey' = 'foreign_key',
'conditions' = array(
'Image.model' = 'Author'
),
'dependent' = true
)
);

You can then store settings for the various models within the Image class:

public $settings = array(
'Publication' = array(
'directory' = 'img/publications',
'width' = 220,
'height' = 288,
'wp' = 220,
'hp' = 288,
'wl' = 220,
'hl' = 288
),
...
);

Then create an ImageComponent to handle the upload and resize,
accessing the required settings much the same way that a behavior
reads its own settings for a given model. That is,
$this-__Controller-{$model}-Image-settings[$model]['width'], or
something similar. Of course, you'll need to pass the desired model
somehow, either in the upload form or as a parameter passed from the
controller to the component.

For Thumbnails, create a separate table and associate them by
image_id. The class itself can also have a $settings array similar to
that in Image, so that you can have various sizes of thumb.

On Fri, Dec 28, 2012 at 12:44 AM, Advantage+ movepix...@gmail.com wrote:
 I need to figure out the best way from the backed the admin can upload
 images, the tricky part is the site has all different kinds of images (small
 product thumbs, large version, they want to be able to upload images into
 the jquery slider on the home page, images for a new sections, featured
 product on index page to name a few of the different sizes)



 And there is no way to know if they are even going to upload the right
 dimensions for each type of image.



 What is the best way to do this? I cannot seem to think of anything having a
 table for each_image how it relates to that page, that seems like the
 opposite of what should be done.



 Any idea would be great.



 Thanks, Dave

 --
 Like Us on FaceBook https://www.facebook.com/CakePHP
 Find us on Twitter http://twitter.com/CakePHP

 ---
 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.
 Visit this group at http://groups.google.com/group/cake-php?hl=en.



-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
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.
Visit this group at http://groups.google.com/group/cake-php?hl=en.




Re: Help please with Guestflo widget

2012-12-28 Thread mrfugimoto
Thank you @Cricket. With the assistance of @jlundquist, he was able to help 
get me situated. Everything is working, everybody is happy. 

Essentially the site I had to add the widget to is a complete train wreck. 
jlundquist created an entirely new page with the widget and I put a link on 
the menu. Working and customer is happy.

Great assistance here. Thank you both!

On Friday, December 28, 2012 1:26:20 PM UTC-5, cricket wrote:

 In app\views\events there is probably a file named index.ctp. Open 
 that in an editor. There should be some PHP code that iterates over an 
 array of data to create listings for the events which are stored in 
 the DB. Find a place somewhere within this template to paste the 
 widget code. Next, go to app/tmp/cache/views and delete all files 
 inside if your cache isn't already disabled. Load the vents page and 
 see if the widget is displaying correctly. 

 On Thu, Dec 27, 2012 at 8:37 PM, mrfugimoto 
 ro...@nhlfightclub.comjavascript: 
 wrote: 
  Hi @cricket. Thank you very much for reply. 
  
  Unfortunately I am very unfamiliar with cakePHP. Of our 300 seo 
 customers. 
  This particular one is the only one who uses this script. 
  
  The business owner, (our customer) just started using guestflo, this 
 site 
  http://guestflo.com/ to create promotional ads for their website. 
  
  I would post the site but it's an adult site for a strip club in 
 Atlantic 
  City New Jersey USA. 
  
  Basically when I go into the cakePHP management console Add event it 
  doesn't allow me to embed that widget code. It only allows for basic 
 HTML 
  and upload of an image to be posted under Managed Events on the CMS. 
  
  I've told the customer this may not be possible to post the widget 
 mainly 
  because the version they are using is cakePHP vers 1.3. Which I believe 
 is 
  old and doesn't support the jquery scripts. If there is a work around 
  without ruining their CMS framework, I'll try it but I really don't 
 think 
  they want to have the code changed entirely in order to make the widget 
  work. 
  
  Hopefully this all makes sense and I'm not rambling. Any help you can 
  provide is greatly appreciated. Thank you 
  
  
  On Thursday, December 27, 2012 2:41:55 PM UTC-5, mrfugimoto wrote: 
  
  Hi Please delete if this shows up twice. I posted in the old cakephp 
  Google Groups but nothing showed up. I clicked new cakephp Google 
 group, and 
  still didn't see anything. 
  
  Trying again... 
  
  Hi I am extremely unfamiliar with cakephp framework. I work for a web 
  development company who provide SEO support to customers. We inherited 
  a site which is cakephp 1.3, (I believe an old version). We have an 
  Our Events page and the customer asked me to add a widget 
  
  This is the widget below. I've tried adding this through the admin 
  panel New Event. Nothing works. It's just an empty image frame with 
  nothing to the right. Please help. I've tried everywhere on Google and 
  find nothing. 
  
  Thank you to anybody ahead of time. 
  
  code 
  div style=float:left;width:600px; 
   script src=http://guestflo.com/venue-widget.php? 
  VenueID=31limit=30a_link=614 type=text/javascript 
   /div 
   style type=text/css 
  .widget-wrapper{ 
  width:650px; 
  color:#fff; 
  } 
   /style 
  /code 
  
  -- 
  Like Us on FaceBook https://www.facebook.com/CakePHP 
  Find us on Twitter http://twitter.com/CakePHP 
  
  --- 
  You received this message because you are subscribed to the Google 
 Groups 
  CakePHP group. 
  To post to this group, send email to cake...@googlegroups.comjavascript:. 

  To unsubscribe from this group, send email to 
  cake-php+u...@googlegroups.com javascript:. 
  Visit this group at http://groups.google.com/group/cake-php?hl=en. 
  
  


-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
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.
Visit this group at http://groups.google.com/group/cake-php?hl=en.




Re: CakePHP 2.3.0-RC1 and 2.2.4 released

2012-12-28 Thread Dorell James Galang
Here's the official CakePHP TV site. http://tv.cakephp.org/

You'll find lots of video tutorials out there. But I suggest you grasp the 
concept first of CakePHP well before proceeding. Check out the 
cookbook: http://book.cakephp.org/2.0/en/index.html

On Monday, December 17, 2012 4:04:33 PM UTC+8, Rakesh Dongarwar wrote:

 Hey Hi guys I am also Very new in cakephp. I am working in corephp from 
 last 3 years and now i want to move ahead can you please help me regarding 
 the video tutorials or any type of tutorials for learn easily

 Kind Regards,
 Rakesh

 On Monday, 3 December 2012 03:56:06 UTC+5:30, José Lorenzo wrote:

 The CakePHP core team is proud to announce the immediate availability of 
 CakePHP 2.3.0-RC1 and 2.2.4[1]. 2.3.0-RC1 marks the freezing of 2.3.0 API 
 and it is jsut a matter of a few weeks to mark it as stable if no bugs are 
 found in current codebase.
 Changes since 2.3.0-beta

- Added ConfigReaderInterface::dump() and made all readers' dump() 
method support 'Plugin.keyname' format for keys
- Made View trigger notice by default if elements are missing and 
added elementExists() method
- Added Helper::$settings to match other objects like components and 
behaviors
- You no longer have to specify 'maxLimit' when setting 'limit' 
greater than default 'maxLimit' when configuring pagination settings.
- Added type hinting to Model::validator()
- prev() and next() methods of PaginatorHelper now possible to place 
the 'tag' option to 'false' to disable the wrapping element.
- Calling Form-input() with 'errorMessage'=false should trigger 
field error, but not render error message (HTML element).
- New options in HtmlHelper::getCrumbList() to make it compatible 
with Twitter Bootstrap, Zurb foundation or other CSS frameworks.
- Added CakeTestCase::getMockForModel convenience method.
- Implemented SSL peer verification in HttpSocket.
- Added context() to CakeSocket.
- Renamed HttpResponse to HttpSocketResponse. HttpResponse will 
continue to exist for backwards compatibility.
- Using bytecode sequence for unicode ellipsis in String::trim().
- When using XmlView, you can configure the top level element name by 
setting the _rootNode view variable.
- Added warning to home.ctp when DebugKit is not installed and added 
a list of official plugins to home.ctp
- Added View::startIfEmpty()
- Added foreignKey to whitelist in saveAssociated()
- RedisEngine: authenticate connection if 'password' is set 2.2.4 is 
a bugfix/maintenance release for the 2.2.x release branch. These are some 
of the changes included:
- Update TLD validation to accept gTLD variations
- Fixed sorting empty data with Hash  Set.
- Fixed multi-model validators with deep  atomic validation error 
nesting
- Fixed exceptions being thrown in beforeFilter breaking error pages.
- Using HttpSocket to get proper exceptions when trying to load XML 
from remote servers to fix warnings from file_get_contents() in 
 Xml::build()
- Send charset=UTF-8 if Content-Type is JSON.
- Added query logging to DboSource::insertMulti().
- Fixed contain rule parsig in authentication adapters
- Fixed required validation rule
- Removed Inflector::slug() replacement from Ä to A
- Fixed issue with Model::saveAssociated() and TranslateBehavior
- Only setting $request-data with PUT/DELETE when it can be decoded.
- Improved required field detection.
- Made Model::find('first') always return an array.
- Fixed issue where the incorrect meridian would be selected in 
FormHelper::dateTime()
- Fixed issue where createSchema() would omit primary keys sometimes.
- Fixed saveAssociated() with validate=first, atomic=false
- Showing the last 200 queries instead of the first 200 in SQL log.
- Fixed 0'th index file not being copied to $_FILES.
- Fixed autoLinkUrls so it re-capture query strings.
- Allow saving new records with pre specified primary key value with 
treebehavior.
- Fix find('count') with 'group' when result has only one group.

 A huge thanks to all involved in terms of both contributions through 
 commits, tickets, documentation edits, and those whom have otherwise 
 contributed to the framework. Without you there would be no CakePHP. 
 Download a packaged release [3]
 Links

- [1] http://cakephp.org/changelogs/2.3.0-RC1
- [1] http://cakephp.org/changelogs/2.2.4
- [2] http://github.com/cakephp/cakephp/tags



-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
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.
Visit this group at http://groups.google.com/group/cake-php?hl=en.