- Timestamp:
- 06/27/2008 12:17:01 PM (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/website/application/views/pages/home/home_pt_BR.php
r2927 r2929 13 13 </div> 14 14 <div style="float:left;"> 15 <h2>Tec hnology</h2>15 <h2>Tecnologia</h2> 16 16 <ul> 17 17 <li>Strict PHP 5 <abbr title="Object Oriented Programming">OOP</abbr></li> 18 <li> Simple database abstraction usingSQL helpers</li>19 <li>M ultiple session drivers (native, database, andcookie)</li>18 <li>Abstracão de acesso ao banco de dados simples utilizando SQL helpers</li> 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 21 <li>Powerful event handler allows small modifications dynamically</li> … … 23 23 </ul> 24 24 </div> 25 <h3 style="clear:both;padding-top:1em;"> How is Kohana Different?</h3>26 <p>A lthough Kohana reuses many common design patterns and concepts, there are some things that make Kohana stand out:</p>25 <h3 style="clear:both;padding-top:1em;">Por quê o Kohana é diferente?</h3> 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 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>
