- Timestamp:
- 06/30/2008 11:28:06 AM (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/website/application/views/pages/home/home_pt_BR.php
r2929 r2940 5 5 <li>Extremamente seguro</li> 6 6 <li>Demasiadamente leve</li> 7 <li>Cur ta Curva de Aprendizagem</li>7 <li>Curva de Aprendizagem Curta</li> 8 8 <li>Utiliza o modelo <abbr title="Model View Controller">MVC</abbr></li> 9 9 <li>100% compativel UTF-8</li> 10 <li> Loosely coupled architecture</li>10 <li>Arquitetura fracamente acoplada</li> 11 11 <li>Extremamente facil para estender</li> 12 12 </ul> … … 15 15 <h2>Tecnologia</h2> 16 16 <ul> 17 <li> StrictPHP 5 <abbr title="Object Oriented Programming">OOP</abbr></li>17 <li>Estritamente escrito em PHP 5 <abbr title="Object Oriented Programming">OOP</abbr></li> 18 18 <li>Abstracão de acesso ao banco de dados simples utilizando SQL helpers</li> 19 19 <li>Múltiplos Drivers de Sessão (nativo, banco de dados e cookie)</li> 20 20 <!-- <li>Advanced cache system with drivers (file, database, memcache, shmop)</li> --> 21 <li>Po werful event handler allows small modifications dynamically</li>22 <li> Originally based on<?php echo html::anchor('http://www.codeigniter.com', 'CodeIgniter') ?></li>21 <li>Poderoso manipulador de eventos que permite pequenas modificacões dinamicamente</li> 22 <li>Baseado originalmente no <?php echo html::anchor('http://www.codeigniter.com', 'CodeIgniter') ?></li> 23 23 </ul> 24 24 </div> … … 26 26 <p>Apesar do Kohana reutilizar vários padrões de design bastante comuns, existem algumas coisas que faz o Kohana se destacar:</p> 27 27 <ol> 28 <li><strong>Community, not company, driven.</strong> Kohana development is driven by a team of dedicated people that need a framework for fast, powerful solutions.</li>29 <li><strong>Strict PHP 5 <abbr title="Object Oriented Programming">OOP</abbr>.</strong> Of fers many benefits: visibility protection, automatic class loading, overloading, interfaces, abstracts, andsingletons.</li>30 <li><strong>Extrem ely lightweight.</strong> Kohana has no dependencies on PECL extensions or PEAR libraries. Large, monolithic libraries are avoided in favor of optimized solutions.</li>28 <li><strong>Community, not company, driven.</strong> O desenvolvimento do Kohana é dirigido por um time de pessoas dedicadas que necessitam de um framework para solucões rápidas e poderosas.</li> 29 <li><strong>Strict PHP 5 <abbr title="Object Oriented Programming">OOP</abbr>.</strong> Oferece muitos benefícios: visibility protection, carregamento automático de classes, sobrecarregamento, interfaces, classes abstratas e singletons.</li> 30 <li><strong>Extremamente leve.</strong> Kohana não possui dependências de extensões PECL ou bibliotecas da PEAR. Large, monolithic libraries are avoided in favor of optimized solutions.</li> 31 31 <li><strong>GET, POST, COOKIE, <em>and</em> SESSION arrays all work as expected.</strong> Kohana does not limit your access to global data, but offers filtering and <abbr title="Cross Site Scripting">XSS</abbr> protection.</li> 32 32 <li><strong>True auto-loading of classes.</strong> True on-demand loading of classes, as they are requested in your application.</li>
