Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Autoload shared controllers in a HMVC codeigniter app
Post: Autoload shared controllers in a HMVC codeigniter ...

I have problems loading shared controllers of a package: This is my path: Code: -- /api    calltek        application            config            controllers            ...etc     ...
1,895 Views
0 Replies
04-02-2017, 12:06 PM
50l3r
    Thread: Problem with Database Sessions
Post: RE: Problem with Database Sessions

ciadmin Wrote: (03-24-2016, 02:37 PM) -- Duplicate of http://forum.codeigniter.com/thread-64763.html -- Much thanks. Problem solved restarting apache.
6,119 Views
2 Replies
03-24-2016, 03:56 PM
50l3r
    Thread: Problem with Database Sessions
Post: Problem with Database Sessions

When i try to execute any controller in my codeignite project i recieve this error: Code: -- Fatal error: Class CI_Session_files_driver contains 1 abstract method and must therefore be declared ab...
6,119 Views
2 Replies
03-24-2016, 01:33 PM
50l3r
    Thread: Add Primary column with dbforge library
Post: RE: Add Primary column with dbforge library

I dont set any autoincrement columns. This is the table structure: CREATE TABLE IF NOT EXISTS `empresas` ( `nombre` varchar(1000) NOT NULL, `_EntityCreateDate` datetime NOT NULL, `_EntityU...
6,696 Views
0 Replies
02-16-2015, 01:51 PM
50l3r
  Question Thread: Add Primary column with dbforge library
Post: Add Primary column with dbforge library

I want to add primary columns in existent tables: PHP Code: -- $this->dbforge->add_column('name_table',array("fieldname" => array('type' => 'BIGINT(20)', 'auto_increment'=> true, 'null' => false, ...
6,696 Views
0 Replies
02-15-2015, 05:23 PM
50l3r
    Thread: [MagicNotifications] Integrate custom or CI-FormValidator library notifications
Post: RE: [MagicNotifications] Integrate custom or CI-Fo...

Ups, updated ;)
4,827 Views
0 Replies
01-10-2015, 04:33 PM
50l3r
    Thread: [MagicNotifications] Integrate custom or CI-FormValidator library notifications
Post: [MagicNotifications] Integrate custom or CI-FormVa...

This is a library who show custom or form validator notifications in a jquery plugin or simple text. Framework: Codeigniter Oficial Helpers autoloaded: Url Oficial Drivers autoloaded: Session ...
4,827 Views
0 Replies
01-10-2015, 12:06 PM
50l3r
    Thread: [MagicResources] Autoload specific.js & .css files
Post: RE: [MagicResources] Autoload specific.js & .css f...

it's time to share with the community ;)
5,293 Views
0 Replies
01-07-2015, 03:00 PM
50l3r
    Thread: [MagicResources] Autoload specific.js & .css files
Post: [MagicResources] Autoload specific.js & .css files

This is a library who include all javascript and css necesary files. Avoid include unnecesary resources in every pages and load automatically resources based on a config file. Oficial Helpers autol...
5,293 Views
0 Replies
01-07-2015, 02:56 PM
50l3r

Theme © iAndrew 2016 - Forum software by © MyBB