Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Codeigniter - Philippines
Post: RE: Codeigniter - Philippines

Hello fellow Filipinos! :) Are you still using CodeIgniter? or switched to Laravel? :)
88,816 Views
62 Replies
02-01-2019, 03:01 AM
danangeloalcanar
    Thread: CodeIgniter 4.0.0-alpha.5 Released
Post: RE: CodeIgniter 4.0.0-alpha.5 Released

That's great! Can't wait to use CI4 for my projects. I really love CodeIgniter! :)
30,326 Views
13 Replies
02-01-2019, 02:59 AM
danangeloalcanar
    Thread: Template Engine For CodeIgniter 3x
Post: RE: Template Engine For CodeIgniter 3x

jeffersonlicet Wrote: (08-15-2016, 03:04 PM) -- Hi, i'm using Twig for Codeigniter 3.0 from (https://github.com/kenjis/codeigniter-ss-twig). also i implemented my own Theme System. A great combinatio...
17,483 Views
8 Replies
04-27-2018, 07:55 PM
danangeloalcanar
    Thread: Validation error messages below or beside fields
Post: RE: Validation error messages below or beside fiel...

Hi CI Community, I have already found the answer in the CI Documentation. Showing Errors Individually (https://www.codeigniter.com/userguide3/libraries/form_validation.html#showing-errors-indi...
2,984 Views
2 Replies
04-21-2018, 09:04 PM
danangeloalcanar
    Thread: Validation error messages below or beside fields
Post: Validation error messages below or beside fields

Hi CI community, I have a simple question, but I can't produce the answer however I tried to think of it. Here is my scenario: I have a registration form. So users fill it out. Now, if the...
2,984 Views
2 Replies
04-21-2018, 06:53 PM
danangeloalcanar
    Thread: Creating you own composer package
Post: RE: Creating you own composer package

InsiteFX Wrote: (03-29-2018, 03:34 AM) -- Here is an article on how to  create your own. Creating Composer Package Library (http://www.darwinbiler.com/creating-composer-package-library/) -- Than...
5,378 Views
2 Replies
03-29-2018, 06:52 AM
danangeloalcanar
    Thread: Creating you own composer package
Post: Creating you own composer package

Hello CI Community! I am back with a new question. As we know, sometimes we code something repetitively. For example, I always have a registration module in my project. So I create a Model fo...
5,378 Views
2 Replies
03-29-2018, 03:10 AM
danangeloalcanar
    Thread: Understanding CodeIgniter
Post: RE: Understanding CodeIgniter

Hi natanfelles! Wow those are great tips. I have never think that way. And the links you provided seem really helpful, especially the phptherightway.  And you are the one who created the CI ...
8,096 Views
4 Replies
03-10-2018, 06:31 PM
danangeloalcanar
    Thread: Understanding CodeIgniter
Post: Understanding CodeIgniter

Hello Community, First of all I want to thank everyone that contribute to make CodeIgniter a great framework. And to those who are developing in CI for years, I want to ask for you wisdom and gu...
8,096 Views
4 Replies
03-10-2018, 06:13 AM
danangeloalcanar
    Thread: CodeIgniter JQXWIDGETS
Post: RE: CodeIgniter JQXWIDGETS

Hi, Thank you for your suggestions, it makes me see what I might be doing wrong. :) The problem is on my SQL query. It is not getting all the results. It just gets the results with the limit...
5,343 Views
6 Replies
01-20-2018, 10:31 AM
danangeloalcanar
    Thread: CodeIgniter JQXWIDGETS
Post: RE: CodeIgniter JQXWIDGETS

jreklund Wrote: (01-20-2018, 06:40 AM) -- As far I can see you never include pagesize or pagenum in your Ajax. Look at the Network tab in your Browsers Dev tools. And look at the data you actually...
5,343 Views
6 Replies
01-20-2018, 07:43 AM
danangeloalcanar
    Thread: CodeIgniter JQXWIDGETS
Post: CodeIgniter JQXWIDGETS

Hello Community, Has anyone tried using jqwidgets grid? I am using this for a server side paging. I am retrieving a large data from database so I need to user paging. I have followed the tuto...
5,343 Views
6 Replies
01-20-2018, 05:22 AM
danangeloalcanar
    Thread: Codeigniter and SQL Server last inserted ID
Post: Codeigniter and SQL Server last inserted ID

Hello Community, I am back again with another question. Please guide me in my new problem.  Here is my scenario: I have two tables. 1. role     - id     - name 2. role_detail     - i...
3,738 Views
1 Replies
01-07-2018, 07:47 AM
danangeloalcanar
    Thread: Load a class in CodeIgniter
Post: RE: Load a class in CodeIgniter

Paradinight Wrote: (01-03-2018, 03:40 AM) -- danangeloalcanar Wrote: (01-03-2018, 02:40 AM) -- Paradinight Wrote: (01-03-2018, 02:05 AM) -- danangeloalcanar Wrote: (01-03-2018, 01:50 AM) -- Hello ...
8,920 Views
4 Replies
01-07-2018, 07:35 AM
danangeloalcanar
    Thread: Load a class in CodeIgniter
Post: RE: Load a class in CodeIgniter

Paradinight Wrote: (01-03-2018, 02:05 AM) -- danangeloalcanar Wrote: (01-03-2018, 01:50 AM) -- Hello Community, I am having a problem in loading a class in CodeIgniter. Hope you can help me with ...
8,920 Views
4 Replies
01-03-2018, 02:40 AM
danangeloalcanar
    Thread: Load a class in CodeIgniter
Post: Load a class in CodeIgniter

Hello Community, I am having a problem in loading a class in CodeIgniter. Hope you can help me with this! :) Here is the scenario. Before I am using Composer to load packages/classes in my pr...
8,920 Views
4 Replies
01-03-2018, 01:50 AM
danangeloalcanar
    Thread: User Roles and Permissions
Post: User Roles and Permissions

Hi Community,  I am having a challenge with user permissions and roles. Would you help me with this? :) I want to limit user access to different modules. Here's what I have done so far. I ...
18,323 Views
2 Replies
12-28-2017, 12:10 AM
danangeloalcanar
    Thread: PHP MS SQL large results.
Post: PHP MS SQL large results.

Hello CodeIgniter Developers, I just want to ask for suggestion about the large result set in MS SQL SERVER. I use CodeIgniter and MS SQL as the database. Now I am working with 26Million recor...
3,022 Views
2 Replies
12-13-2017, 02:37 AM
danangeloalcanar
    Thread: PHP Excel CodeIgniter
Post: PHP Excel CodeIgniter

hello, programmers. Would you help me in this problem? I am using PHPExcel to generate excel files. Now my query looks like this. MODEL: Code: -- class ReportModel extends CI_Model { ...
11,905 Views
2 Replies
12-07-2017, 12:47 AM
danangeloalcanar
    Thread: Codeigniter MYSQL MSSQL SERVER remote connection
Post: Codeigniter MYSQL MSSQL SERVER remote connection

Hello CodeIgniter Community. I am having a challenge in connecting to the database. So here is my scenario. My client has an existing database. It is a MS SQL Server database. It is a local d...
6,180 Views
1 Replies
11-27-2017, 01:38 AM
danangeloalcanar

Theme © iAndrew 2016 - Forum software by © MyBB