Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: need help about database query builder
Post: need help about database query builder

e.g table: points userId   |  totalPoints 1    |    1000 2    |    500 3    |    2000 .................... ........... so , i have a 20 to 30 sets of raw data[userId/totalPoints] that i want to u...
2,923 Views
2 Replies
05-21-2017, 03:19 PM
ngangchill
    Thread: where to put php.ini exactly ?
Post: RE: where to put php.ini exactly ?

GBNet Wrote: (03-08-2017, 02:24 AM) -- A PHP Error was encountered Severity: Warning Message: mkdir(): Invalid path Filename: drivers/Session_files_driver.php Line Number: 118 Backtrac...
20,681 Views
9 Replies
03-11-2017, 10:52 AM
ngangchill
    Thread: Help me..
Post: RE: Help me..

PaulD Wrote: (01-05-2016, 06:50 AM) -- Or loop through your data in php. Use a counter to add the 1,2,3 to the end of the default type, name, description variables, and create your array from the dat...
19,739 Views
10 Replies
01-05-2016, 08:49 AM
ngangchill
    Thread: Help me..
Post: Help me..

someone help me.. i just stucked and cant get any idea how too do it. Source array:        ["data"] => array(10) {          ["type"] => string(10) "controller"          ["name"] => string(3...
19,739 Views
10 Replies
01-04-2016, 01:51 PM
ngangchill
    Thread: Routing or remap
Post: RE: Routing or remap

try this library... https://github.com/Patroklo/codeigniter-static-laravel-routes
4,263 Views
4 Replies
09-30-2015, 08:15 PM
ngangchill
    Thread: can i use SQL UNION Syntax with CI query builder
Post: RE: can i use SQL UNION Syntax with CI query build...

Thanks. :)
4,029 Views
2 Replies
09-12-2015, 07:58 AM
ngangchill
    Thread: can i use SQL UNION Syntax with CI query builder
Post: can i use SQL UNION Syntax with CI query builder

someone help me how can i use SQL UNION Syntax with CI query builder.... :s
4,029 Views
2 Replies
09-12-2015, 06:12 AM
ngangchill
    Thread: Session serialized data... kinda? Dont understand the format
Post: RE: Session serialized data... kinda? Dont underst...

i was trying to make a useronline function , bt while i tried unserialize($row->data), it through an error.... what should i do noow???
30,702 Views
24 Replies
08-21-2015, 10:51 PM
ngangchill
    Thread: Wysiwyg Editor
Post: RE: Wysiwyg Editor

Give a try for Sir Trevor Js http://madebymany.github.io/sir-trevor-js/
19,630 Views
14 Replies
08-01-2015, 12:06 AM
ngangchill
    Thread: how can i get {elapsed_time} variable in controller
Post: RE: how can i get {elapsed_time} variable in contr...

mwhitney Wrote: (06-05-2015, 11:59 AM) -- I believe that, even if you use $this->benchmark->elapsed_time(), it's just going to output '{elapsed_time}', because the total execution time isn't availabl...
12,320 Views
3 Replies
06-05-2015, 01:42 PM
ngangchill
    Thread: how can i get {elapsed_time} variable in controller
Post: how can i get {elapsed_time} variable in controlle...

i have used philo/laravel-blade (https://packagist.org/packages/philo/laravel-blade) as template engine. i cant find any idea how to show {elapsed_time} in view file that is parsed by philo/laravel...
12,320 Views
3 Replies
06-05-2015, 10:19 AM
ngangchill
    Thread: Undefined property: CI_DB_mysqli_driver::$ar_orderby?
Post: RE: Undefined property: CI_DB_mysqli_driver::$ar_o...

replace "ar_orderby" with "qb_orderby" in your MY_Model.php
16,549 Views
5 Replies
05-29-2015, 11:06 PM
ngangchill
    Thread: ci messaging system
Post: RE: ci messaging system

nice work.. I will try it....
9,582 Views
0 Replies
03-31-2015, 08:44 PM
ngangchill
    Thread: Friendly URL with i18n
Post: RE: Friendly URL with i18n

read this, http://avenir.ro/create-cms-using-codeigniter-3/create-multilanguage-site-codeigniter/ there are some posts to make multilang site
4,272 Views
0 Replies
03-16-2015, 01:12 AM
ngangchill
    Thread: Translations - Additional Languages
Post: RE: Translations - Additional Languages

Is anybody making Bangla translation? I am considering to creating it.
99,762 Views
44 Replies
03-13-2015, 09:11 PM
ngangchill
    Thread: CodeIgniter Bengali Community
Post: RE: CodeIgniter Bengali Community

hi, this is Forhad Ahmed from Chittagong, Bangdesh.
12,775 Views
0 Replies
03-08-2015, 11:11 AM
ngangchill
    Thread: how to make a date based blog archieve in ci3 using query builder
Post: RE: how to make a date based blog archieve in ci3 ...

Wouter60 Wrote: (02-27-2015, 11:59 AM) -- Try this: Code: -- $this->db->select('DATE_FORMAT(datetime,"%Y%m") AS month',NULL,FALSE) ->select('COUNT(id) AS num_per_month') ->from('posts') ->gr...
6,384 Views
0 Replies
03-01-2015, 01:44 PM
ngangchill
    Thread: SQLite connect
Post: RE: SQLite connect

try this: $db['sqlite'] = array( 'dsn' => '/Users/dudan/Documents/db_sqlite/db.jokes.sqlite', 'hostname' => '', 'username' => '', 'password' => '', 'database' => '...
10,529 Views
0 Replies
03-01-2015, 01:37 PM
ngangchill
    Thread: Remove Controller
Post: RE: Remove Controller

read this http://www.web-and-development.com/codeigniter-remove-index-php-minimize-url/ hope it will solve ur problem...
11,151 Views
0 Replies
02-28-2015, 03:33 AM
ngangchill
    Thread: how to make a date based blog archieve in ci3 using query builder
Post: RE: how to make a date based blog archieve in ci3 ...

thnx #Wouter60 & #frocco
6,384 Views
0 Replies
02-27-2015, 06:18 PM
ngangchill

Theme © iAndrew 2016 - Forum software by © MyBB