KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
CakeStrap-Manager-Module
★ 10
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
EVE-Alpha-Eagle
:
Eagle files for the EVE Alpha Board
pyngine
:
Minimalist component-based game engine, written in Python, and using the modules OpenGL and Pygame
nodejs-threaded-comments
:
Multi threaded comments using nodejs and couchdb
velomaze
:
NodeKO 3 entry by copypastel group: @chadbercea @ecin & @raimo_t
ember-brunch
:
Start building production-ready Ember app today with Ember-Brunch.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
CakeStrap-Manager-Module
?
Download (.md)
# CakeStrap Modulo Gerenciador v 0.1 Alpha --- Modulo gerenciador para o [cakeStrap][] [cakeStrap]: https://github.com/hugodias/cakeStrap ## Começando 1. Clone ou faça o download do Gerenciador e coloque na pasta: `app/Plugin/Gerenciador` 2. Vá até `app/Config/bootstrap.app` e inclua o plugin em sua aplicação <pre> CakePlugin::load(array( 'Gerenciador' => array( 'bootstrap' => true, 'routes' => true ))); </pre> 3. Cria um banco de dados com a seguinte estrutura:<pre>CREATE TABLE IF NOT EXISTS `photos` ( `id` int(11) NOT NULL AUTO_INCREMENT, `nome` varchar(255) NOT NULL, `photo` varchar(255) NOT NULL, `thumbnail` varchar(255) NOT NULL, `order` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=37 ;</pre><pre>CREATE TABLE IF NOT EXISTS `videos` ( `id` int(11) NOT NULL AUTO_INCREMENT, `nome` varchar(255) NOT NULL, `link` varchar(255) NOT NULL, `thumbnail` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=18 ;</pre> ### Funcionalidades ##### Fotos 2. Galeria de fotos 3. Ordenação de fotos 3. Multiple photo upload 4. Thumbnails ##### Videos 1. Inclusão de vídeos do youtube por link 2. Sugestões de vídeos ( em desenvolvimento ) 3. Armazenamento das informações do video no banco de dados automaticamente ( Link, Nome, Thumbnail ) ## Dúvidas / Bugs Tem alguma dúvida ou achou algum bug? Crie uma issue [aqui][] no GitHub! [aqui]: https://github.com/hugodias/cakestrap_gerenciador_module/issues