Re: User management and authentication plugin for CakePHP 2

2012-07-21 Thread Albert 'Tigr'
Hi! On Saturday, July 21, 2012 11:23:52 AM UTC+2, Piotr Beschel wrote: > > *If i'm right u can use echo __('some text') in your email views.* > > Yes, but that is inefficient. You'd have to split the text in small chunks (length limits!) and translate them through the .po files. I'd rather have

Re: how clear cache this view

2012-07-21 Thread Thiago Belem
Maybe the URL shouldn't contain special characters? Att., -- ***Thiago Belem* Desenvolvedor Rio de Janeiro - RJ - Brasil *Assando Sites* - Curso online de *CakePHP* assando-sites.com.br thiagobelem.net cont...@thiagobelem.net *Skype / gTalk **»* thiago.belem.web *LinkedIn*

how clear cache this view

2012-07-21 Thread Điển vũ
I have a page with url : *http://example.com/threads/**một wiki và diễn đàn tự do về* (controller/slug) cached in tmp/cache/views/* threads_view_m_e1_bb_99t_wiki_v_c3_a0_di_e1_bb_85n_c4_91_c3_a0n_t_e1_bb_b1_do_v_e1.php * how can i clear cache this page ? -- Our newest site for the community:

Re: Ingherited models that filter active users/records?

2012-07-21 Thread Steve Found
On 20/07/12 17:44, geste wrote: I have a business system with a table called "People" and where we retain records of a Person even when they leave our organization. Each record has an "active" attribute that indicated if somebody is active (Duh!). However, I find myself writing a lot of snip

Re: Cakephp with barcode

2012-07-21 Thread Steve Found
On 05/07/12 17:13, Mr. Manager wrote: Dear All, If everyone know the solution to deal with my issue is that I would like to build an application that manage product with cakephp and also use with barcode, the requirement is that I want to generate barcode for products with respect to their id

Re: router help

2012-07-21 Thread Mike Griffin
On Fri, Jul 20, 2012 at 11:23 PM, elogic wrote: > Hello, > > I am having some issues with my routes, I have put in the below route so I > can have my front end pages all go to my contents controller view page. > e.g. /home shows /contents/view/home or /about-us shows > /contents/view/about-us (I'm

Re: User management and authentication plugin for CakePHP 2

2012-07-21 Thread Piotr Beschel
*If i'm right u can use echo __('some text') in your email views.* * * * * *AND a little tip* if ( !empty($this->request->data['Account']['ruhuman']) ) { /// We do not accept registrations from bots. $this->Session->setFlash(__d('z