Welcome Guest, Not a member yet? Register   Sign In
Can a text editor be integrated into the CodeIgniter Libraries?
#7

(This post was last modified: 11-24-2019, 04:50 PM by christaliise.)

(11-24-2019, 12:24 PM)jreklund Wrote: Codeigniter can only load PHP based application, not open exe files.
You can however use COM and launch a shell and load it from there.
https://www.php.net/manual/en/function.exec.php#43917

But you can only run everything within the command line. Not doing macros.

So what are you trying to do? (with the editor)

I'm loading information into the view page via fopen & fwrite but the problem with that is the information "best" goes to the bottom of the page, meaning the recent is at the bottom, whereas I prefer to have recent at the top.

The text editor I have could fix that, by sorting, and it will do many other things but I need it to execute a macro.

I tried using fseek to get the information higher in the page but that overwrites other information which I don't want.

I'm open to any other suggestions if you have any.

Can PHP sort in any way?

Or can PHP copy & delete a line then "find up" and paste, or something similar?
Reply


Messages In This Thread
RE: Can a text editor be integrated into the CodeIgniter Libraries? - by christaliise - 11-24-2019, 04:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB