Permission on smarty templates folders

Discussion for various published PHP frameworks, including Zend Framework, CodeIgniter, Kohana, CakePHP, Yii, Symfony, and others.

Moderator: General Moderators

Post Reply
toplisek
Forum Commoner
Posts: 31
Joined: Tue Apr 11, 2006 1:23 pm

Permission on smarty templates folders

Post by toplisek »

Which permissions on smarty templates folders should be set?

Can be 777 and password protected directories for all folders with smarty code?
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Permission on smarty templates folders

Post by pickle »

I don't think you need special permissions on the template folder, but you do need web writable permissions on the folder the compiled templates go into.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
toplisek
Forum Commoner
Posts: 31
Joined: Tue Apr 11, 2006 1:23 pm

Re: Permission on smarty templates folders

Post by toplisek »

Post Reply