Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CodeIgniter Spanish forum
Post: RE: CodeIgniter Spanish forum

Leonardo Alvarado Wrote: (03-09-2017, 09:31 AM) -- Hola a todos, escribo este mensaje porque tengo algunas inquietudes con un website multilingüe que estoy haciendo en CI; la cuestion es que ya tengo...
98,636 Views
52 Replies
03-31-2017, 11:27 AM
dsv
    Thread: CodeIgniter Spanish forum
Post: RE: CodeIgniter Spanish forum

Ricardo Suárez Wrote: (09-17-2016, 11:55 AM) -- Buenas tardes, Saludos a todos. Espero aprender mucho de ustedes y aportarles también en lo posible. Soy nuevo en Codeigniter, pero me encuentro co...
98,636 Views
52 Replies
02-22-2017, 01:37 PM
dsv
    Thread: Craftsman - Interactive CLI
Post: RE: Craftsman - Interactive CLI

abmcr Wrote: (02-05-2017, 10:08 AM) -- I have a problem with the installation; latest CI vanilla Code: -- xxxxxxxx@MacBook-Pro-di-Andrea:/Applications/MAMP/htdocs/CodeIgniter-3.1.3$ composer re...
16,366 Views
9 Replies
02-20-2017, 02:08 PM
dsv
    Thread: Luthier (alpha)
Post: RE: Luthier (alpha)

Cool, thanks for sharing!!
3,944 Views
2 Replies
01-09-2017, 10:54 AM
dsv
    Thread: Craftsman - Interactive CLI
Post: RE: Craftsman - Interactive CLI

Checkout the new demo!! https://asciinema.org/a/96649.png (https://asciinema.org/a/96649)
16,366 Views
9 Replies
01-09-2017, 10:51 AM
dsv
    Thread: Database name problem - not possible choice dbname
Post: RE: Database name problem - not possible choice db...

grego Wrote: (12-13-2016, 02:30 AM) -- PHP Code: -- class Mssql_model extends CI_Model {          function __construct()     {         parent::__construct();         $this->db = $this->load->d...
4,259 Views
2 Replies
12-13-2016, 03:49 PM
dsv
    Thread: CI 3 Migration Not Running?
Post: RE: CI 3 Migration Not Running?

Check out Craftsman CLI (https://github.com/CI-Craftsman/CLI) and forget about creating additional controllers and see the actual DB migration output, here's a demo: https://asciinema.org/a/95481.p...
6,179 Views
1 Replies
12-08-2016, 05:03 PM
dsv
    Thread: Craftsman - Interactive CLI
Post: RE: Craftsman CLI

Craftsman v4+ comes with a built in REPL command that makes it easy to explore your application in an interactive console. You can start the interactive console using: Code: -- php craftsman conso...
16,366 Views
9 Replies
12-08-2016, 04:52 PM
dsv
    Thread: Template Engine For CodeIgniter 3x
Post: RE: Template Engine For CodeIgniter 3x

If you're looking for a simple and easy way to implement Twig Template Engine (http://twig.sensiolabs.org/) in your project (by CodeIgniter version): CI 2.x: http://edmundask.github.io/codeignite...
17,490 Views
8 Replies
07-11-2016, 09:00 PM
dsv
    Thread: Craftsman - Interactive CLI
Post: RE: Craftsman CLI

Now with Craftsman you can test your application without installing a web server using the serve command: Code: -- php vendor/bin/craftsman serve -- Arguments: --host: The host address to serv...
16,366 Views
9 Replies
07-09-2016, 11:00 AM
dsv
    Thread: Attire - Template Engine + Asset Manager
Post: RE: Codeigniter + Twig + Sprockets-PHP

New features in Attire v3.0.8: Regular Change a manifest through the asset driver. Enable Twig Debug Mode with ease. HMVC environment: Extend theme. Extend a manifest. New Themes: Att...
10,009 Views
6 Replies
07-01-2016, 02:39 PM
dsv
    Thread: Attire - Template Engine + Asset Manager
Post: RE: Codeigniter + Twig + Sprockets-PHP

The official release of Attire v3.0.x for Codeigniter is now available: http://davidsosavaldes.github.io/Attire/ Here's the list of features: New driver library’s architecture Improved document...
10,009 Views
6 Replies
06-06-2016, 02:38 PM
dsv
    Thread: Bootstrap integration with Codeigniter.
Post: RE: Bootstrap integration with Codeigniter.

If you're looking for a simple and easy way to implement bootstrap in your project, i made a simple library called Attire (https://github.com/davidsosavaldes/Attire), witch is an implementation of Twi...
113,821 Views
20 Replies
05-10-2016, 08:11 AM
dsv
    Thread: CodeIgniter Testing Guide - A New Book for Automated Testing
Post: RE: CodeIgniter Testing Guide - A New Book for Aut...

kenjis Wrote: (05-09-2016, 09:30 PM) -- > what are the advantages of using "ci-phpunit-test" instead of "codeception" (acceptance and functional tests) with a "ci_instance" (unit tests) that loads al...
98,559 Views
58 Replies
05-10-2016, 08:01 AM
dsv
    Thread: CodeIgniter Testing Guide - A New Book for Automated Testing
Post: RE: CodeIgniter Testing Guide - A New Book for Aut...

kenjis Wrote: (05-09-2016, 07:50 PM) -- Thank you for reading our book! What is "ci_instance"? As far as I know, there is no CodeIgniter module for Codeception functional tests. -- Well...i c...
98,559 Views
58 Replies
05-09-2016, 08:30 PM
dsv
    Thread: CodeIgniter Testing Guide - A New Book for Automated Testing
Post: RE: CodeIgniter Testing Guide - A New Book for Aut...

i've been reading your book (codeigniter-testing-guide) and have some doubts about choosing the best unit test environment for my CI project, i hope someone can answer my question: what are the adv...
98,559 Views
58 Replies
05-07-2016, 05:06 PM
dsv
    Thread: CodeIgniter Spanish forum
Post: RE: CodeIgniter Spanish forum

abrkof Wrote: (05-06-2016, 02:12 PM) -- alguien que me pueda ayudar u orientar de como hacer múltiples conexiones a de base de datos con Codeigniter 3? tengo 2 sistemas con sus respectivas bases d...
98,636 Views
52 Replies
05-06-2016, 02:28 PM
dsv
  Thumbs Up Thread: Codeigniter Bundle MMVC
Post: Codeigniter Bundle MMVC

Hello everyone!! So i've been working on a MMVC extension that allows me to implement a simple Modular Pattern into Codeigniter Framework using groups of independent components, typically model, co...
3,783 Views
1 Replies
04-07-2016, 10:53 AM
dsv
    Thread: Craftsman - Interactive CLI
Post: RE: Craftsman CLI

Craftsman now supports HMVC Environments with a new feature: 'Modular Migrations'. Modular Migrations: manage your database scheme's evolution through independent versions of your components. Ex...
16,366 Views
9 Replies
04-07-2016, 09:16 AM
dsv
    Thread: Attire - Template Engine + Asset Manager
Post: RE: Codeigniter + Twig + Sprockets-PHP

Attire latest version (v2.2.1+) now supports HMVC environment. https://github.com/davidsosavaldes/Attire/wiki/Modular-Environment
10,009 Views
6 Replies
04-07-2016, 08:00 AM
dsv

Theme © iAndrew 2016 - Forum software by © MyBB