How can i export report in pdf format?

2012-09-19 Thread Prarinthon Ajinajarn
i dont know what library or plugin can someone tell me thanks

-- 
Like Us on FacekBook 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: hasMany through - how to retrieve my data?

2012-09-19 Thread Robert Gravel
Maybe linkable will help you. https://github.com/Terr/linkable

Robert

-- 
Like Us on FacekBook 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: Change view folder inside a Controller

2012-09-19 Thread Jeremy Burns | Class Outfit
$this->render('your_view_name');

Jeremy Burns
Class Outfit

http://www.classoutfit.com

On 18 Sep 2012, at 18:31:16, Serkan Sipahi  wrote:

> 
> Hi all,
> 
> how can change the view folder inside a controller? 
> 
> Here is my solution. Thats work but is that ok? Any other solution is cake 
> possible?
> 
> class BackendController extends AppController {
> 
> public $viewFolder = 'Frontend';
> 
> public function index(){
>  $this->view = "../$viewFolder/index";
> }
> 
> }
> 
> Want to Change from app/view/backend to app/view/frontend/
>  
> 
> 
> 
> -- 
> Like Us on FacekBook 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 FacekBook 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: 3.0: a peek into CakePHP's future

2012-09-19 Thread Celso
Cakephp Home:

>  "No complicated XML or *YAML *files. Just setup your database and you're 
> ready to bake."
>

Em sexta-feira, 14 de setembro de 2012 12h17min02s UTC-3, Paolo Agostinetto 
escreveu:
>
> The var keyword was deprecated in cake 2 (dropping PHP 4 support), you 
> should use public instead.
> Using dockblock doesn't seem to me the proper way to handle model 
> properties and configuration. Yeah, I know doctine 2 does that, but it 
> doesn't make sense to me giving to docblocks that kind of power, as 
> docblocks are just comments. I would use a yaml or ini file instead.
>
> Talking about the ORM: use of arrays is just bad to return the results, 
> it's not the right tool for the job.
>
> On Tuesday, August 21, 2012 9:52:00 PM UTC+2, Celso wrote:
>>
>> A model Something like this?
>>
>> > $created;var $modified;//@belongsTo(class="User", 
>> foreignKey="author_id")var $author;}?>
>>
>>
>>
>> Em quinta-feira, 5 de julho de 2012 23h36min03s UTC-3, José Lorenzo 
>> escreveu:
>>>
>>> Since its creation, more than 7 years ago, CakePHP has grown with a life 
>>> of its own. Its main goal has always been to empower developers with tools 
>>> that are both easy to learn and use, leverage great libraries requiring low 
>>> documentation and low dependencies too. We've had several big releases 
>>> along these years and an ever growing community. Being one of the most 
>>> popular frameworks out there and probably the first one (!) we have also 
>>> gotten a lot of criticism from the developer community in general. We have, 
>>> though, accepted it and learnt from our mistakes to keep building the best 
>>> PHP framework there is.
>>>
>>> CakePHP is known for having a very slow pace of adopting new stuff and 
>>> it has served very well to its community. Back when we were doing version 
>>> 2.0 we decided to hold on version 5.2 of PHP for multiple reasons and 
>>> despite it didn't let us innovate as much as we wished to, it was an 
>>> excellent choice given the general environment regarding hosting solutions 
>>> and general adoption of PHP 5.3. A look back into the past reminded us that 
>>> we were big innovators in PHP, bringing features to developers that few 
>>> dreamt possible to do in this language. Now, it's time to look ahead in 
>>> future and decide on staying in our comfort zone or take back our leading 
>>> position as innovators.
>>>
>>> So it is with great excitement that we announce we are putting our our 
>>> efforts in bringing you the next major release of CakePHP. Version 3.0 will 
>>> leverage the new features in PHP 5.4 and will include an important change 
>>> in our models and database system. CakePHP 3.0 will not be ready less than 
>>> 6 or 8 months and we reckon that, given the rise of cheap cloud hosting 
>>> solutions and upcoming release of new operating system versions, there is 
>>> no better time to jump on the most current stable version of PHP.
>>>
>>> As you may already know, PHP 5.4 offers awesome features that would 
>>> introduce useful new concepts and interesting solutions to old problems. 
>>> Closure binding, traits, multibyte support are tools we see of great 
>>> usefulness for properly implemented advanced framework features we've had 
>>> in mind for a long time. Also new syntax sugar added to the language will 
>>> make it more pleasant to write both small and complex applications with the 
>>> framework and a always welcomed free performance increase.
>>>
>>> We have a young but already well defined road map for what we want to 
>>> accomplish in next release and you are invited to contribute and suggest 
>>> what's next:
>>>
>>>- Drop support for 5.2.x and support 5.4+ only
>>>- Add proper namespaces for all classes. This will make it easier to 
>>>reuse classes outside CakePHP and to use external libraries and finally 
>>> no 
>>>chances of collisions between your app classes and core ones.
>>>- Use traits were possible and makes sense
>>>- Improve bootstrapping process to allow more developer control and 
>>>better performance
>>>- Model layer rewrite:
>>>   - Models to return objects from queries
>>>   - Datamapper-like paradigm
>>>   - Richer query API
>>>   - Support for any database type
>>>   - Support for more database drivers both PDO and native
>>>- Improve Router:
>>>   - Make it faster
>>>   - Remove named parameters
>>>   - Add support for named routes
>>>   - Smarter router prefixes
>>>   - Shorter url syntax
>>>
>>> As you may imagine most of the time will be spent or rewriting the model 
>>> layer, but it will also be one of the most powerful features CakePHP 3.0 
>>> will have. It's new architecture based on PHP 5.4 capabilities will offer 
>>> an easier and more powerful set of tools to build web applications in no 
>>> time.
>>>
>>> If you are already as excited as we are this all this new stuff coming, 
>>> you definitely should meet 

Re: Problem with AssetCompress

2012-09-19 Thread euromark
check out the error logs. there should be sth in /tmp/logs/error.log
probably that a file cannot be found - therefore the whole process stops 
with a 404


Am Mittwoch, 19. September 2012 19:51:07 UTC+2 schrieb Glauco Custódio:
>
> Hi guys, I am trying to use AssetCompress but I am with problems.
>
> I followed these steps:
>
> - Downloaded plugin and droped into app/Plugin/AssetCompress
> - Set CakePlugin::load('AssetCompress'); inside app/Config/bootstrap.php
> - Created 'cache_css' and 'cache_js' inside app/webroot/
> - Copied asset_compress.ini file to app/Config/ -> follow current content 
> here: http://pastebin.com/1YxYfZQ9
> - Added public $helpers = array ('AssetCompress.AssetCompress'); inside 
> AppController.php
> - Added echo $this->AssetCompress->script('js_libs'); and echo 
> $this->AssetCompress->css('css_all'); inside layout file
>
> I am trying compress files (that are inside webroot/js and webroot/css) 
> that I have specified inside 'asset_compress.ini' but when I load page I 
> get this error:
>
> CakePHP: the rapid development php framework
> Cannot create a script tag for a build that does not exist.
>
> Error: An Internal Error Has Occurred.
> Stack Trace
>
> APP\View\Layouts\Default.ctp line 38 → 
> AssetCompressHelper->script(string)
> CORE\Cake\View\View.php line 920 → include(string)
> CORE\Cake\View\View.php line 883 → View->_evaluate(string, array)
> CORE\Cake\View\View.php line 539 → View->_render(string)
> CORE\Cake\View\View.php line 483 → View->renderLayout(string, string)
> CORE\Cake\Controller\Controller.php line 957 → View->render(null, null)
> CORE\Cake\Routing\Dispatcher.php line 193 → Controller->render()
> CORE\Cake\Routing\Dispatcher.php line 161 → 
> Dispatcher->_invoke(HomeController, CakeRequest, CakeResponse)
> APP\webroot\index.php line 96 → Dispatcher->dispatch(CakeRequest, 
> CakeResponse)
>
> Note: my debug level is 2.
>
> AssetCompress does not generate build file on page request? Why I am 
> getting this message? I have to do anything more?
>
> Thank you in advance.
>

-- 
Like Us on FacekBook 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.




CORS Request Handling

2012-09-19 Thread Robert
Hello All,

I'm in the process of getting CORS (Cross-Origin Resource Sharing) for my 
API which is done using CakePHP (duh!) and I wanted to know if anyone had 
any insight as to where the best place was to put the CORS header responses.

I currently have a really hacked up bunch of code at the top of my 
bootstrap.php file, which is probably *not* where it's supposed to be.

I'm thinking the CORS handling should be broken out into a component 
similar to the Security component.

Thoughts?

More information regarding CORS can be found here: 
https://developer.mozilla.org/en-US/docs/HTTP_access_control

-- 
Like Us on FacekBook 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: DetailsViewHelper (sort of)

2012-09-19 Thread Léo Willian Kölln
Yes, What i´m doing is this, but this is what i want to avoid. As you see,
you need to "manually" write the label. What if it changes? If it was not a
problem, FormHelper would not implement a solution for this (label).

In my helper implementation i´m already using the formHelper label method
implementation (almost full copy and paste). What i´m arguing is that a
method for retrieving the Label text should be in other place, and the
formHelper::label() method should use it.

Léo Willian Kölln


On Wed, Sep 19, 2012 at 2:28 PM, Amit  wrote:

> Not entirely sure what you're looking for here. Regarding a simple way to
> to output data from the model, it seems simple enough to do:
>
> Field: 
>
> If you're looking for how FormHelper->label() formats the field name, you
> could reimplement the label function -
> http://api20.cakephp.org/view_source/form-helper#line-782
>
> On Wednesday, September 19, 2012 11:06:35 AM UTC-5, Léo Willian Kölln
> wrote:
>>
>> As i´m implementing a CRUD i was trying to make a Helper to make the
>> rendering of a Details screen more easy.
>>
>> The question is, If there is a FormHelper that i can use to help me
>> render labels and fields, why does not exists a Helper to output simple
>> (direct) data from a Model?
>>
>> I ask this because as i was trying to implement a Helper like this, one
>> of the things is to determine the Label (as in a form, but no  tag),
>> and there is no isolated implementation to get this info, only on the
>> FormHelper->label(). In my opinion the implementation to get the "text" of
>> a label should go on other place (maybe on the Helper base class?) as this
>> is a separated concept.
>>
>> I´m wrong? There is other way to get this data?
>>
>> Léo Willian Kölln
>>
>  --
> Like Us on FacekBook 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 FacekBook 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.




Problem with AssetCompress

2012-09-19 Thread Glauco Custódio
Hi guys, I am trying to use AssetCompress but I am with problems.

I followed these steps:

- Downloaded plugin and droped into app/Plugin/AssetCompress
- Set CakePlugin::load('AssetCompress'); inside app/Config/bootstrap.php
- Created 'cache_css' and 'cache_js' inside app/webroot/
- Copied asset_compress.ini file to app/Config/ -> follow current content 
here: http://pastebin.com/1YxYfZQ9
- Added public $helpers = array ('AssetCompress.AssetCompress'); inside 
AppController.php
- Added echo $this->AssetCompress->script('js_libs'); and echo 
$this->AssetCompress->css('css_all'); inside layout file

I am trying compress files (that are inside webroot/js and webroot/css) 
that I have specified inside 'asset_compress.ini' but when I load page I 
get this error:

CakePHP: the rapid development php framework
Cannot create a script tag for a build that does not exist.

Error: An Internal Error Has Occurred.
Stack Trace

APP\View\Layouts\Default.ctp line 38 → 
AssetCompressHelper->script(string)
CORE\Cake\View\View.php line 920 → include(string)
CORE\Cake\View\View.php line 883 → View->_evaluate(string, array)
CORE\Cake\View\View.php line 539 → View->_render(string)
CORE\Cake\View\View.php line 483 → View->renderLayout(string, string)
CORE\Cake\Controller\Controller.php line 957 → View->render(null, null)
CORE\Cake\Routing\Dispatcher.php line 193 → Controller->render()
CORE\Cake\Routing\Dispatcher.php line 161 → 
Dispatcher->_invoke(HomeController, CakeRequest, CakeResponse)
APP\webroot\index.php line 96 → Dispatcher->dispatch(CakeRequest, 
CakeResponse)

Note: my debug level is 2.

AssetCompress does not generate build file on page request? Why I am 
getting this message? I have to do anything more?

Thank you in advance.

-- 
Like Us on FacekBook 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: DetailsViewHelper (sort of)

2012-09-19 Thread Amit
Not entirely sure what you're looking for here. Regarding a simple way to 
to output data from the model, it seems simple enough to do:

Field: 

If you're looking for how FormHelper->label() formats the field name, you 
could reimplement the label function 
- http://api20.cakephp.org/view_source/form-helper#line-782

On Wednesday, September 19, 2012 11:06:35 AM UTC-5, Léo Willian Kölln wrote:
>
> As i´m implementing a CRUD i was trying to make a Helper to make the 
> rendering of a Details screen more easy.
>
> The question is, If there is a FormHelper that i can use to help me render 
> labels and fields, why does not exists a Helper to output simple (direct) 
> data from a Model?
>
> I ask this because as i was trying to implement a Helper like this, one of 
> the things is to determine the Label (as in a form, but no  tag), 
> and there is no isolated implementation to get this info, only on the 
> FormHelper->label(). In my opinion the implementation to get the "text" of 
> a label should go on other place (maybe on the Helper base class?) as this 
> is a separated concept.
>
> I´m wrong? There is other way to get this data?
>
> Léo Willian Kölln
>

-- 
Like Us on FacekBook 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.




DetailsViewHelper (sort of)

2012-09-19 Thread Léo Willian Kölln
As i´m implementing a CRUD i was trying to make a Helper to make the
rendering of a Details screen more easy.

The question is, If there is a FormHelper that i can use to help me render
labels and fields, why does not exists a Helper to output simple (direct)
data from a Model?

I ask this because as i was trying to implement a Helper like this, one of
the things is to determine the Label (as in a form, but no  tag),
and there is no isolated implementation to get this info, only on the
FormHelper->label(). In my opinion the implementation to get the "text" of
a label should go on other place (maybe on the Helper base class?) as this
is a separated concept.

I´m wrong? There is other way to get this data?

Léo Willian Kölln

-- 
Like Us on FacekBook 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: $this->Html->link with javascript back()

2012-09-19 Thread matze
Am Freitag, 25. Februar 2011 13:48:22 UTC+1 schrieb (unbekannt):
>
>
> i think its much better to add
>
> $this->set('referer',$this->referer());
>
> to your beforeRender();
>
> and
>
> $this->Html->link('back',$referer);
>
> to  your view.
>
> one less reliance on js is a win in my book.
>
>
> Mike Karthauser
>

or your solution as fallback combined with js:

$this->Html->link('back', $referer, array('onclick' => 'history.back(); 
return false;'));

this way the browser-history-cache will be used if js is available... 

-- 
Like Us on FacekBook 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: Generate Models from an existing Database

2012-09-19 Thread Ly Dara
Hi,

Actually, you can use bake console to generate model, controller and view
from data table.



On Tue, Sep 18, 2012 at 12:51 PM, learning wrote:

> Hi all the people,
>
> I'm using cakephp 1.3, i wants to know if is possible generate
> automatically models from an existing database, in symfony2 is
> possible through doctrine.
>
> Someone knows if cakephp have native solution for this or some plugin to
> do this?
>
> Thank you very much
>
> --
> Like Us on FacekBook 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 FacekBook 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: Generate Models from an existing Database

2012-09-19 Thread Jeremy Burns | Class Outfit
Bake is your friend. 
http://book.cakephp.org/1.3/en/view/1522/Code-Generation-with-Bake

Jeremy Burns
Class Outfit

http://www.classoutfit.com

On 18 Sep 2012, at 20:51:43, learning  wrote:

> Hi all the people,
> 
> I'm using cakephp 1.3, i wants to know if is possible generate automatically 
> models from an existing database, in symfony2 is possible through doctrine.
> 
> Someone knows if cakephp have native solution for this or some plugin to do 
> this?
> 
> Thank you very much
> 
> -- 
> Like Us on FacekBook 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 FacekBook 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.




Generate Models from an existing Database

2012-09-19 Thread learning
Hi all the people,

I'm using cakephp 1.3, i wants to know if is possible generate 
automatically models from an existing database, in symfony2 is 
possible through doctrine.

Someone knows if cakephp have native solution for this or some plugin to do 
this?

Thank you very much

-- 
Like Us on FacekBook 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: Database scheme question...

2012-09-19 Thread Борислав Събев
Check out the Model Associations:
http://book.cakephp.org/2.0/en/models/associations-linking-models-together.html

On Tuesday, 18 September 2012 05:27:34 UTC+3, Jeff Prater wrote:
>
> Thanks for the quick reply!
>
> Where would I be adding this? To the User model or to the Firms model? Or 
> both?
>
> On Sunday, September 16, 2012 4:30:37 AM UTC-4, Jeremy Burns wrote:
>>
>> That would do it. Then you need to set up your model associations.
>>
>> public $hasOne = array(
>> 'Manager' => array(
>> 'className'=> 'User',
>> 'foreignKey'   => 'manager_user_id'
>> ),
>> 'Contact' => array(
>> 'className'=> 'User',
>> 'foreignKey'   => 'contact_user_id'
>> )
>> );
>>
>> On 15 Sep 2012, at 21:14, Jeff Prater  wrote:
>>
>> I'm getting started with v2.2. I'm trying to layout my database, but I'm 
>> unsure how to handle the naming conventions. I have a main table, firms, 
>> which stores all the companies/firms For each firm, I want to designate a 
>> managing user and contact user from the users table. I need to associate a 
>> specific user account from the users table. Is this the correct way to name 
>> these? After reading the conventions section in the book, I'm still a 
>> little confused as how to name these columns. Thanks!
>>
>> firms
>> -
>> id
>> firm_name
>> manager_user_id  **
>> contact_user_id  **
>>
>> users
>> -
>> id
>> user_name
>> email_address
>> etc.
>>
>>
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "CakePHP" group.
>> To post to this group, send email to cake...@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> cake-php+u...@googlegroups.com.
>> Visit this group at http://groups.google.com/group/cake-php?hl=en-US.
>>  
>>  
>>
>>
>>

-- 
Like Us on FacekBook 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.