1
Good evening, today I program with the library XAJAX
on all my systems, but I program in pure php without frameworks.
From time to time I started to study the framework Codeigniter
and I am seriously considering starting to use it, but also using the XAJAX
.
The problem I’m having is making the two tools work together, after a lot of cracking my head I’ve even managed to make it work, but I’m afraid there in front find other problems that make me give up and waste time.
Someone there uses these two tools and can tell me if they work well together?
Euler, what specific problem are you facing when using both ? The way your question is may be closed because it is mainly based on opinions.
– gmsantos
To make the two libraries work together I had to change some things in the core of codeigniter, by the tests I did it seems to be working. But I wanted to know someone who uses the two tools what he did to integrate the two. I want to see a solution that is already used by someone.
– Euler01
I’m afraid I’ve tampered with something in the core of the framework that might impair its functioning in something else.
– Euler01
If changed aluma thing in the core can give problem yes. You did not inform what changed, it is difficult to help...
– Papa Charlie
Exactly, we can’t guess how you extended the core. Codeigniter has mechanisms (called Hooks) to make changes to the core (classes with prefix
MY_
) . that’s what you used?– gmsantos
I found a cool material about this integration that I’m trying to do, it doesn’t make modifications to the core. I’m studying him and I’m starting the project from scratch. I can close this question now, but if you feel better, after I finish (and test everything) I can post my solution here. What do you think?
– Euler01