Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CodeIgniter 4.0.0-alpha.1 released
Post: RE: CodeIgniter 4.0.0-alpha.1 released

great!!!!
60,329 Views
29 Replies
09-28-2018, 11:40 PM
startbbs
    Thread: CodeIgniter 3.1.3 Released
Post: RE: CodeIgniter 3.1.3 Released

I am using 4.0 version
66,340 Views
19 Replies
01-09-2017, 06:11 PM
startbbs
    Thread: Project Update - 2017.01.03
Post: RE: Project Update - 2017.01.03

Thanks for your hard work! support CI team
50,137 Views
21 Replies
01-03-2017, 05:33 PM
startbbs
    Thread: HMVC for CI4
Post: HMVC for CI4

here I suggest that CI4 add HMVC framework.
11,272 Views
2 Replies
12-28-2016, 07:44 PM
startbbs
    Thread: Multi-Vendor Marketplace is built with CodeIgniter
Post: RE: Multi-Vendor Marketplace is built with CodeIgn...

Good for you, demo?
23,323 Views
8 Replies
12-26-2016, 06:29 AM
startbbs
    Thread: a bug of set()
Post: RE: a bug of set()

ciadmin Wrote: (12-09-2016, 07:24 PM) -- If you think this is a bug, but aren't sure, the thread should be in the CI4 support subforum, not the discussion one. -- I got it.
6,673 Views
3 Replies
12-09-2016, 07:40 PM
startbbs
    Thread: a bug of set()
Post: a bug of set()

here I use PHP Code: -- $db->table('user')->set('item_num','item_num+1',false)->where('id',1)->update(); -- the value of item_num in mysql become "0" it Executes: (please note red part) UPDATE...
6,673 Views
3 Replies
12-09-2016, 06:09 PM
startbbs
    Thread: upload successful! But..
Post: upload successful! But..

the files was uploaded successfully. but there is still an error. PHP Code: -- chmod(): Operation not permitted -- Code: -- BASEPATH/HTTP/Files/UploadedFile.php at line 183 -- PHP Code: -- if (!...
2,773 Views
0 Replies
11-28-2016, 08:32 AM
startbbs
    Thread: session bug?
Post: RE: session bug?

please check: https://bcit-ci.github.io/CodeIgniter4/libraries/sessions.html#adding-session-data $session->set($array);is supported, 
8,600 Views
5 Replies
11-25-2016, 08:10 AM
startbbs
    Thread: session bug?
Post: session bug?

I used session in many places. when I set(update) part of session. the previous session data was destroied. only the updated data are available. please test it!! step one, use the follow data. ...
8,600 Views
5 Replies
11-25-2016, 05:49 AM
startbbs
    Thread: how to call my own validation methods?
Post: RE: how to call my own validation methods?

ridho Wrote: (11-24-2016, 08:53 PM) -- See https://bcit-ci.github.io/CodeIgniter4/libraries/validation.html#creating-custom-rules -- Thanks a lot.
4,982 Views
2 Replies
11-24-2016, 09:06 PM
startbbs
    Thread: how to call my own validation methods?
Post: how to call my own validation methods?

I CI4,  Does CI4 support  to callback my own validation methods? please guide. thanks. PHP Code: -- $validation->setRule('username', 'required|callback_username_check'); function username_chec...
4,982 Views
2 Replies
11-24-2016, 08:30 PM
startbbs
    Thread: about $view->setData($data);
Post: about $view->setData($data);

i have an very strange problem. $view->setData($data) and $pager->makelinks() could not be exist in same controller. I don't know why. once put them into same controller, the variable of setData w...
4,188 Views
1 Replies
11-21-2016, 12:05 AM
startbbs
    Thread: how to set the url of Pagination?
Post: how to set the url of Pagination?

in CI4, i use $pager->makelinks() it seems that the default url of pagination is "?page=" How can I define my own url style? Thanks! I prefer "controller/function/page" than "controller/func...
3,983 Views
1 Replies
11-20-2016, 08:51 PM
startbbs
    Thread: some wrong with upload
Post: RE: some wrong with upload

ridho Wrote: (11-19-2016, 07:54 PM) -- I fixed this problem. The pull request https://github.com/bcit-ci/CodeIgniter4/pull/308 until now still not merged. -- Thanks a lot, Ridho.
5,245 Views
2 Replies
11-19-2016, 08:24 PM
startbbs
    Thread: some wrong with upload
Post: some wrong with upload

view file PHP Code: -- -- Controllers file PHP Code: -- public function upload() { if($_POST){ $file = $this->request->getFile('f1'); $newName = $file->getRandomName(); ...
5,245 Views
2 Replies
11-19-2016, 06:58 PM
startbbs
    Thread: resize the image
Post: resize the image

as we know that the function of imagecopyresamled() is to resize the image. if this funcion is available or not in CI4? I wanna to resize the image before uploading. Tks.
5,052 Views
1 Replies
11-19-2016, 12:36 AM
startbbs
    Thread: How to output the variables to all the views files
Post: RE: How to output the variables to all the views f...

InsiteFX Wrote: (11-16-2016, 09:56 AM) -- Not sure if this what you mean but it will persist the data. PHP Code: -- echo view('blogview', $data, ['saveData' => true]); -- Additionally, if you...
6,170 Views
3 Replies
11-16-2016, 05:24 PM
startbbs
    Thread: How to output the variables to all the views files
Post: How to output the variables to all the views files

output the variables to all the views files, I use "$this->load->vars($data)" in old version CI. how about in CI4? I Query data from database, then the data can be called in any of view files. 
6,170 Views
3 Replies
11-16-2016, 09:30 AM
startbbs
    Thread: $session set-bug?
Post: RE: $session set-bug?

ridho Wrote: (11-15-2016, 09:06 PM) -- Yes you can, but for what? I think, this is a bad idea for storing session data to cookie although it's encrypted. Soon, if you use $session->destroy(); I...
7,896 Views
4 Replies
11-15-2016, 09:13 PM
startbbs

Theme © iAndrew 2016 - Forum software by © MyBB