Welcome Guest, Not a member yet? Register   Sign In
Osmek - The Cloud CMS API Library [Updated]
#11

[eluser]Philipp Gérard[/eluser]
I don't like the fact, that the URI in osmek does not reflect the name of the section but always uses a predefined naming scheme (my_contacts, my_blog, ...) which is irritating because the multi-field template I used is not used for a blog. Why not generate a browser-friendly identifier on-the-fly while naming the section? I.e. "Meine Artikel" becomes "meine_artikel" Smile
#12

[eluser]wghenderson[/eluser]
Philipp thanks for the suggestion, i'll share this with my partner. Currently the names (my_contacts, my_blog, ...) refer to the section model that is being deployed. I agree that this could be irritating, truthfully the name my_blog should be replaced with my_multi_entry if we adhered to our own naming convention Smile.
#13

[eluser]wghenderson[/eluser]
I posted a couple tutorials here

Tutorials:

Adding a RSS feed

Photo Albums with Shadowbox

Sample Site:

Sample Site with Codeigniter for Downoad

Anybody have any other tutorial ideas?
#14

[eluser]wghenderson[/eluser]
I added a helper file to the download in the fist post that I have been using to shorten api calls. I also added documentation of the osmek helper at the bottom of the library documentation. Here it is in action:
Code:
<?php
    echo osmek('fetch_template', 101, '<h1>[title]</h1>[description]', array('limit' => 5));
?&gt;




Theme © iAndrew 2016 - Forum software by © MyBB