Development Tutorial Needed

Permalink
Can anyone point me to a good c5 development tutorial? I'm trying to create custom applications that will all be single pages rather than blocks. A good example of what I am looking for / trying to do would be to list userid, username, and email for all users in a table. I have a page that is doing it almost correctly, but would like an example of the proper concrete5 way of accomplishing the results. The coding standards that I've started out using in my example aren't exactly up to par.

Thanks!

 
Mnkras replied on at Permalink Reply
Mnkras
take a look at /concrete/single_pages/ and take a look at members.php
adilger replied on at Permalink Reply
That is almost what I'm looking for. I didn't think about concrete5 having built in methods for accessing user data. The list that is displayed is what I need the end results to be, but the data that I need to pull from is actually a table of customers that I imported from a sample database. Do you know of an example showing how I can create a table exactly like that in members.php, but the data would come from a user added table (such as sample_customers)?

Thanks!
blackzam replied on at Permalink Reply
create db.xml and place it inside the package folder that should be where it should and not inside the controller
adilger replied on at Permalink Reply
Hi blackzam,

Could you point me to an example so that I can make sure to setup the db.xml and the controller correctly?

Thanks,
Adam
dre replied on at Permalink Reply
dre
A tutorial for a simple app showing the use of databases, single pages etc would really help me as well.
Even if the app were as simple as add item to database from dashboard, allow to view and edit items in database etc.
While the documentation area is great examples usually go a long way.
jordanlev replied on at Permalink Best Answer Reply
jordanlev
This may not be as complete as you're looking for, but have you seen this how-to:
http://www.concrete5.org/documentation/how-tos/shopping_cart_tutori...