I put my files in Github but I do not know if I put them correctly.
Working with Github is difficult for me.
So please check them and inform me if they are true.
I was not able to make a folder (Persian folder), I just created the specefic file the…
In fact it does not parse content from the database and when I write something in the texteditor and when I upload image in the texteditor in my models , I can see the texts but not he image and instead showing the image I do not have nothing in my …
it does not understand the img path at all.
and if I even write <?php echo "hi" ?> it shows exactly that and it does not understand that it is something related to php and it can not interpreted as php code.
Hi,
Below you can see my model , but it has not shown the image in the contents and still I just see in my html inspect element.
Could you please help me to solve it?
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
…
Thanks for all you useful information.
I would like to contribute to Persian language of fuel CMS.
I have already done the translation, where shall I post it?
First of all thank you very much for all your answers and kindness.Yes Aaron, I understand that completely , but I want to have a select with join query with this two table and I do not know how to do that?I know how to write join query with two tab…
Just one question more.
Do I have to set belongs to in Customers model or it is exactly the same as Projects model and both (Projects and Customers have has_many properties, or one of them has has_many and the other belong_to?
Thank you so much for …
Thank you so much.
your comment's last line answered me that FUEL will automatically save the relationship in the fuel_relationships table without needing to setup a separate lookup table.