Skip to content

Commit

Permalink
Merge pull request daylightstudio#515 from martynassateika/f-broken-f…
Browse files Browse the repository at this point in the history
…orum-thread-link

Fix broken link to CodeIgniter forum thread
  • Loading branch information
daylightstudio authored Oct 3, 2018
2 parents 48ace6c + 3b30506 commit fd8379d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuel/modules/fuel/views/_docs/modules/generate.php
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@
php index.php fuel/generate/model my_model examples
</pre>

<p class="important">If you are on a MAC and having trouble where the script is outputting nothing, you may need to make sure you are calling the right php binary. In my case, I needed to call to a /Applications/MAMP/bin/php5/bin/php. Here is a thread that talks about it more: http://codeigniter.com/forums/viewthread/130383/ Hopefully it saves you some time too!</p>
<p class="important">If you are on a MAC and having trouble where the script is outputting nothing, you may need to make sure you are calling the right php binary. In my case, I needed to call to a /Applications/MAMP/bin/php5/bin/php. Here is a thread that talks about it more: <a href="https://forum.codeigniter.com/thread-23025.html" target="_blank">https://forum.codeigniter.com/thread-23025.html</a> Hopefully it saves you some time too!</p>
<p class="important">Separating module names with a colon will generate multiple models.</p>

<h2 id="simple">Simple Modules</h2>

0 comments on commit fd8379d

Please sign in to comment.