Include custom classes in Kohana 3 user guide - kohana-3

I am trying to figure out how to enable the Kohana 3 User Guide in my application and to automatically include my custom code in the API guide that is built.

I don't know this is correct, but this works for me: http://kohanaframework.org/3.0/guide/api/Kohana#find_file

Bart Gottschalk has posted the steps on the Unofficial Kohana 3.0 Wiki which you can find by following this link.
I just got tired of running into this question in the unanswered section.

Related

Rally API Add Tags to existing userstory NodeJS

I have been stuck on this issue for a while and I finally ended up asking on here. I need an example on how to add existing tags on existing test case using the NodeJS rally api. I have already seen the Java implementation and it does not help me too much.
I already have an application which creates/updates test cases, test folders, etc. I just got an extra requirement to add tags. I have been looking at their APIs and I am so confused on how to attach the tags. Any help would be greatly appreciated.
Check out this section in the user guide:
https://github.com/RallyTools/rally-node/wiki/User-Guide#add-to-a-collection
That code example is adding defects to a story, but it should be super straightforward to change that to tags...

Need help learning Liferay 7 MVC

Are there any basic tutorials for creating my first liferay 7 portlet like a Hello World App?
I am new to Liferay and need some help getting started. I have read over the liferay 7 tutorials and I have tried following the Liferay 7 Creating An MVC Portlet, but having trouble understanding where everything goes and how it all works together, and I feel that it is not a comprehensive tutorial.
About Me and My Liferay Aspirations:
I have experience with JAVA, JavaScript and Node.js.
I'd eventually like to be able to display a google map and display content on it, but just want to make some baby steps understanding portlets. Correct me if a portlet is not the right thing for me to be focusing on for this goal.
There is an excellent book "Liferay in Action". It helpls a lot, but there are a lot of mistakes in code. On the other hand, there is "Portlet in action", but it doesn't have free pdf-version :\
Also, you can visit web.liferay.com, I don't like this forum but there are good questions from time to time.
And any other issues you can only google, google and google again. Unfortunately, there is no alternative way.
The tutorials are not going to give you all the details, because they must be as short as possible. That said, the Creating an MVC Portlet tutorial should get you pretty well on your way. Which parts, specifically, are you having trouble understanding?
Have you read the Liferay MVC Portlet introductory tutorial? It's even sparser on details but it might fill in a few gaps.
If you are first time developing using liferay then this link might help you. It is guide to liferay 6.2. Creating plugin portlets is same in liferay 6.2 and 7. Just setup is different.
For creating liferay modules refer liferay 7 documentation.

Kohana Auth module login system

I recently started working at a company that uses Kohana with the Auto-modeler module and k0stache module.
And I am currently making a login system but I can find some decent information about using the Auth in combination with Auto-modeler and k0stache. And I have looked at the Kohana , k0stache and Auto-modeler documentation
Can anyone of you help me or tell me what steps to take.
Thanks in advance.
There are plenty of Auth tutorials, plenty. Try this demo application. This is a full demo application with everything you would need. Enjoy.

Payment module in Kohana 3?

I've been using Kohana 2.3.7. There are somethings that are holding us back to using Kohana 3 and one is the lack of modules compared to 2.3.7. For instance, I can't seem to find the Payment module (Paypal, 2C0, Authorize.net, etc) present in 2.3 to 3. If there is already, can you please direct me to it?
Thanks for the help.
There are a few payment modules for Kohana 3.
Paypal
Google Checkout
Both created by Woody Gilk.
You also have the option of porting the Kohana 2 libraries. Takes no longer than half a day and gets the job done.
You can load the official authorize.net PHP SDK as a Kohana module.
http://dev.strategystar.net/2011/10/authorize-net-module-for-kohana-3-x/
I hope it helps. The two resources that Pixel Developer posted work nicely for Paypal and Google Checkout.

Kohana sample CRUD application

I'm completely new to this framework and I'm trying to find some sample CRUD application to get started with Kohana 3.
There is a tutorial and information in the unofficial Kohana 3 Wiki (http://kerkness.ca/wiki/doku.php), but even there, there are some aspects that are not covered (the model, validation, etc).
You might find the example code hosted on shadowhand's github repo useful. It provides the code for a complete website and there are other projects for Kohana3 hosted on github that you should be able to locate without too much trouble that you might find useful.

Resources